Am Dienstag, 30. Januar 2007 22:24 schrieb Jan Schäfer: Hi Jan,
I cannot help you with the first problem, because I don't have this kind of problem with my asus, but I think I can answer your second question :) [...] > Also, because I treat the WAN port like a "normal" LAN port, is it > possible to discard the VLAN configuration (for WAN and LAN ports) and > use the eth0 interface for the bridge interface definition? I'm > thinking of something like: > > # Bridge LAN <-> WLAN > auto br0 > iface br0 inet static > bridge-ifaces eth0 eth2 > address 192.168.5.2 > netmask 255.255.255.0 > gateway 192.168.5.1 No, please don't use eth0, instead you can add the WAN-port to your eth0.0 easily. Just use this setup: auto eth0.0 iface eth0.0 inet manual switch-ports 0 1 2 3 4 5* auto eth2 iface eth2 inet manual ... (your WLAN Settings) auto br0 iface br0 inet static bridge-ifaces eth0.0 eth2 address 192.168.5.2 netmask 255.255.255.0 gateway 192.168.5.1 and completly deactivate or remove the eth0.1 interface. bye, Ralph _______________________________________________ freewrt-users mailing list [email protected] https://www.freewrt.org/lists/listinfo/freewrt-users
