Milí majitelé routerů Turris,
toto fórum bylo 9. 12. 2016 zmrazeno a nahrazeno naším novým Turris fórem. Ještě chvíli bude dostupné k prohlížení, ale již zde není možné přispívat. Více informací naleznete v oznámení o uzavření fóra.
Dear Turris routers users,
this forum has been frozen on Dec 9th, 2016 and replaced by our new Turris forum. It will be read-only accessible for some time after. For more information, read the announcement about closing the forum.
/etc/config/network: config interface 'wan3' option proto 'dhcp' option ifname 'eth3' option delegate '0' option defaultroute '0' option peerdns '0' config interface 'wan4' option proto 'dhcp' option ifname 'eth4' option delegate '0' option defaultroute '0' option peerdns '0' vytvořit v /etc/iproute2/rt_tables 10 wan3 11 wan4 a po restartu: ip link add eth3 link eth2 type macvlan ip link add eth4 link eth2 type macvlan ip rule add from $(ip a | grep 'scope global eth3' | awk '{print $2}' | cut -f1 -d'/') table wan3 ip rule add from $(ip a | grep 'scope global eth4' | awk '{print $2}' | cut -f1 -d'/') table wan4 ip route add default via $(ip r | grep 'eth3 proto static' | awk '{print $1}') table wan3 ip route add default via $(ip r | grep 'eth4 proto static' | awk '{print $1}') table wan4
config interface 'wan'
option type 'bridge'
…
eth0
vyhodit z rozhraní lan a přidat do rozhraní wan:
config interface 'wan'
option ifname 'eth2 eth0'
option type 'bridge'
…
onfig interface 'lan'
option ifname 'eth1'
option type 'bridge'
…
Powered by mwForum 2.29.3 © 1999-2013 Markus Wichitill