Hi,
I've - finally - got my Asus WL-500g to run with trunk and do
network on LAN and WAN interfaces, now I have the following problem:
BSD router w/ inet connection
[fxp0]
|
|
switch--------[WAN]asus
| [LAN]
[ne1] |
laptop[ne0]----------+
The interfaces are configured as follows:
Normal in-house LAN:
fxp0 = 192.168.0.82/24
ne1 = 192.168.0.224/24 (DHCP)
WAN = 192.168.0.221/24 (DHCP)
Crossover between laptop and asus:
ne0 = 192.168.1.2/24 (static)
LAN = 192.168.1.1/24 (static)
The BSD router also runs rtadvd on fxp0 for IPv6.
Now, after coming up, I have the following state:
2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:11:d8:18:b9:08 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.1/24 scope global eth0
inet6 fe80::211:d8ff:fe18:b908/64 scope link
3: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:11:d8:18:b9:08 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.221/24 scope global eth1
As we can see, eth0 (LAN) has a link-local address, eth1 doesn't.
Now, the problem is:
[EMAIL PROTECTED]:/var/www/htdocs/tmp $ ping6 ff02::1%ne0
PING6(56=40+8+8 bytes) fe80::280:c8ff:febc:9a16%ne0 --> ff02::1%ne0
16 bytes from fe80::280:c8ff:febc:9a16%ne0, icmp_seq=0 hlim=64 time=0.499 ms
16 bytes from fe80::280:c8ff:febc:9a16%ne0, icmp_seq=1 hlim=64 time=0.36 ms
16 bytes from fe80::280:c8ff:febc:9a16%ne0, icmp_seq=2 hlim=64 time=0.359 ms
[…]
This may be expected if LAN doesn't have a link-local
address, but…
[EMAIL PROTECTED]:/var/www/htdocs/tmp $ ping6 ff02::1%ne1
PING6(56=40+8+8 bytes) fe80::250:baff:fe82:b6b4%ne1 --> ff02::1%ne1
16 bytes from fe80::250:baff:fe82:b6b4%ne1, icmp_seq=0 hlim=64 time=0.526 ms
16 bytes from fe80::202:b3ff:feb7:54e8%ne1, icmp_seq=0 hlim=64 time=4.393
ms(DUP!)
16 bytes from fe80::250:baff:fe82:b6b4%ne1, icmp_seq=1 hlim=64 time=0.46 ms
16 bytes from fe80::202:b3ff:feb7:54e8%ne1, icmp_seq=1 hlim=64 time=4.191
ms(DUP!)
16 bytes from fe80::250:baff:fe82:b6b4%ne1, icmp_seq=2 hlim=64 time=0.401 ms
16 bytes from fe80::202:b3ff:feb7:54e8%ne1, icmp_seq=2 hlim=64 time=4.164
ms(DUP!)
[…]
… it not answering on the WAN iface with its link-local
address is not expected; as per IPv6 spec I have to
receive replies from fe80::211:d8ff:fe18:b908%ne1 on
my laptop. (ping6ing ff02::1%fxp0 from the router does
not yield a different result, FWIW.)
[EMAIL PROTECTED]:~ $ grep -v -e '^$' -e '^#' /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.1
netmask 255.255.255.0
auto eth1
iface eth1 inet dhcp
Maybe this helps. Could anyone enlighten me if there's
something in /proc which I must enable so that it does
join the ff02::1 multicast group, or what?
bye,
//mirabile
--
"Using Lynx is like wearing a really good pair of shades: cuts out
the glare and harmful UV (ultra-vanity), and you feel so-o-o COOL."
-- Henry Nelson, March 1999
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers