Hello,
I finally put Kamikaze on my WAG354G (given there). It's Kamikaze built the 1st January.
I tried to set up my WAN network but the PPPoE discovering cannot be complete. Here is my config: (eth0.1 is the wan)
BusyBox v1.8.2 (2008-01-01 14:57:58 CET) built-in shell (ash)
root@OpenWrt:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:14:BF:EB:C1:F6
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:417 errors:0 dropped:0 overruns:0 frame:0
TX packets:425 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:44599 (43.5 KiB) TX bytes:79337 (77.4 KiB)
Interrupt:41eth0.1 Link encap:Ethernet HWaddr 00:14:BF:EB:C1:F6
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:324 (324.0 B)lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
I don't know if eth0.1 is a good choice but when I changed it at the next boot the network dispear so I kept this name. I have not listed here a eth1 interface (which I don't know what it is) and a wlan0 too.
When I tried to set up wan it say:
root@OpenWrt:~# ifup wan
[...]
root@OpenWrt:~# logread
[...]
Jan 1 00:01:09 OpenWrt daemon.warn pppd[366]: Timeout waiting for PADO packets
Jan 1 00:01:09 OpenWrt daemon.err pppd[366]: Unable to complete PPPoE Discovery
Jan 1 00:01:49 OpenWrt daemon.info pppd[592]: Plugin rp-pppoe.so loaded.
Jan 1 00:01:49 OpenWrt daemon.info pppd[592]: Plugin rp-pppoe.so loaded.
Jan 1 00:01:49 OpenWrt daemon.notice pppd[593]: pppd 2.4.3 started by root, uid 0
Jan 1 00:02:04 OpenWrt daemon.warn pppd[593]: Timeout waiting for PADO packets
Jan 1 00:02:04 OpenWrt daemon.err pppd[593]: Unable to complete PPPoE Discoveryroot@OpenWrt:~# ps
[...]
659 root 2568 S /usr/sbin/pppd plugin rp-pppoe.so mtu 1492 mru 1492 n
It seems that pppd is running after the timeout. Here is the other files that I configured:
root@OpenWrt:/etc/ppp# cat chap-secrets # same as pap-secrets
#USERNAME PROVIDER PASSWORD IPADDRES
"secret@bluewin.ch" "*" "secret" "*"
# bluewin.ch is my ISProot@OpenWrt:/etc/ppp# cat options # same error as above with the default settings
debug
noaccomp
nopcomp
nocrtscts
lock
maxfail 0
lcp-echo-failure 5
lcp-echo-interval 1
name "secret@bluewin.ch"
user "secret@bluewin.ch"
passive
noipdefault
defaultroute
plugin rp-pppoe.so
mtu 1492
mru 1452
With the linksys firmware (config here) it works so I don't understand why it wouldn't work with Kamikaze. I'm a beginner in OpenWRT so if I forget to give an information tell me. I hope someone can help me.
Thank you very much !
Best regards, Jamesbch.