Wczoraj miałem szalony dzień i ostatnie co chciałem to biegać do piwnicy, ale chyba powoli to łapię (jak nie to proszę naprostuj):
W serwerze mam eth1 jako WAN i eth0 jako lan:
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option netmask '255.255.255.0'
option ipaddr '192.168.1.1'
config interface 'guest'
option device 'br-guest'
option proto 'static'
option ipaddr '172.168.0.1'
option netmask '255.255.255.0'
config device
option name 'br-guest'
option type 'bridge'
list ports lan1.10
I tak to by miało być na serwerze. Jeżeli chodzi o router tu przykładowo dla lan1:
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'wan'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option netmask '255.255.255.0'
option ipaddr '192.168.1.1'
config interface 'guest'
option device 'br-guest'
option proto 'static'
option ipaddr '172.168.0.1'
option netmask '255.255.255.0'
config device
option name 'br-guest'
option type 'bridge'
list ports lan1.10
Nie doszedłem jeszcze do wi-fi, ale myślę że z twoim poradnikiem jakoś to ogarnę.