Hi there,

despite my former believe I am still not there yet!

Config is now as follows:

--cut--
iface lo inet loopback

auto eth0.0
iface eth0.0 inet static
    address 192.168.5.1
    netmask 255.255.255.0 
    broadcast 192.168.5.255
    switch-ports 1 2 3 4 5*

auto eth1
iface eth1 inet static
        address 192.168.4.10
        netmask 255.255.255.0
        broadcast 192.168.4.255
        gateway 192.168.4.1
        wireless-type broadcom
        wireless-country DE
        wireless-mode sta
        wireless-ssid <myessid>
        up nas -P /tmp/nas.lan.pid -H 34954 -i eth1 -S -m 128 -k <wpa2-psk> -s 
<myessid> -w 4 -g 3600 &
--cut--

Works fine on the WLAN-side, also works fine on the wired side!

But machine is not routing at all!

Instead it sends arp requests for the wired side to the wireless
interface:

01:11:12.374587 arp who-has 192.168.5.55 tell 192.168.4.1

IMO this is completely broken, why the hell does the kernel think that
the 192.168.5.55 host would be on the WLAN-side?

Sven


-- 
Der "normale Bürger" ist nicht an der TU Dresden und schreibt auch
nicht mit mutt. (Ulli Kuhnle in de.comp.os.unix.discussion)

/me is [EMAIL PROTECTED], http://sven.gegg.us/ on the Web
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to