[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freewrt-users
Subject:    Re: [FreeWRT-users] WLAN dynamic IP problem
From:       Ralph Passgang <ralph () debianbase ! de>
Date:       2007-01-30 21:36:42
Message-ID: 200701302236.42662.ralph () debianbase ! de
[Download RAW message or body]

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
freewrt-users@freewrt.org
https://www.freewrt.org/lists/listinfo/freewrt-users


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic