@Mosi
Are u able to see pppoe connection setup successfully established?
logread should show something like this :
---
Apr 30 21:12:58 OpenWrt daemon.info pppd[538]: PPP session is 1279
Apr 30 21:12:58 OpenWrt daemon.info pppd[538]: Using interface ppp0
Apr 30 21:12:58 OpenWrt daemon.notice pppd[538]: Connect: ppp0 <--> eth0.2
Apr 30 21:12:58 OpenWrt daemon.warn pppd[538]: Couldn't increase MTU to 1500
Apr 30 21:12:58 OpenWrt daemon.warn pppd[538]: Couldn't increase MRU to 1500
Apr 30 21:12:59 OpenWrt daemon.warn pppd[538]: Couldn't increase MRU to 1500
Apr 30 21:12:59 OpenWrt daemon.notice pppd[538]: PAP authentication succeeded
Apr 30 21:12:59 OpenWrt daemon.notice pppd[538]: PAP authentication succeeded
Apr 30 21:12:59 OpenWrt daemon.notice pppd[538]: peer from calling number 00:90:1A:43:15:46 authorized
Apr 30 21:12:59 OpenWrt daemon.info dnsmasq[1224]: reading /tmp/resolv.conf.auto
Apr 30 21:12:59 OpenWrt daemon.info dnsmasq[1224]: using nameserver 203.145.184.40#53
Apr 30 21:12:59 OpenWrt daemon.info dnsmasq[1224]: using nameserver 203.145.184.32#53
Apr 30 21:12:59 OpenWrt daemon.info dnsmasq[1224]: using local addresses only for domain lan
Apr 30 21:12:59 OpenWrt daemon.notice pppd[538]: local IP address 122.169.146.149
Apr 30 21:12:59 OpenWrt daemon.notice pppd[538]: remote IP address 122.169.128.1
Apr 30 21:12:59 OpenWrt daemon.notice pppd[538]: primary DNS address 203.145.184.32
Apr 30 21:12:59 OpenWrt daemon.notice pppd[538]: secondary DNS address 203.145.184.40
Apr 30 21:13:04 OpenWrt user.notice root: adding wan (ppp0) to firewall zone wan
---
Below is my network config
---
config 'interface' 'loopback'
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'
config 'interface' 'lan'
option 'type' 'bridge'
option 'proto' 'static'
option 'ipaddr' '10.0.0.1'
option 'netmask' '255.255.255.0'
option 'ifname' 'eth0.1'
config 'interface' 'wan'
option 'ifname' 'eth0.2'
option 'proto' 'pppoe'
option 'username' '<user>'
option 'password' '<pwd>'
option 'mtu' '1500'
config 'switch' 'eth0'
option 'reset' '1'
option 'enable_vlan' '1'
config 'switch_vlan' 'eth0_1'
option 'device' 'eth0'
option 'vlan' '1'
option 'ports' '0 1 2 3 5t'
config 'switch_vlan' 'eth0_2'
option 'device' 'eth0'
option 'vlan' '2'
option 'ports' '4 5t'
---
Only thing I modified was pppoe settings in wan config..
I made no changes in switch part of the config... it was set by default to these settings..
I dont know abt fonera but for dir-300 these settings work for sure..
Notice that these switch settings are different(atleast on face) from my manul settings in 8.09 with switch patch.
(Last edited by indishark on 4 May 2009, 23:26)