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.
config interface 'lan'
option ifname 'eth1'
option type 'bridge'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
option ipaddr '192.168.2.1'
option dns '8.8.8.8 8.8.4.4'
config interface 'lano2'
option ifname 'eth0'
option proto 'static'
option ipaddr '10.0.0.1'
option netmask '255.255.255.0'
config interface 'wan'
option ifname 'eth2'
option proto 'pppoe'
option username '{{ wan_name }}'
option password '{{ wan_pass }}'
config forwarding
option src 'lan'
option dest 'wan_wifi'
config forwarding
option src 'lan'
option dest 'wan'
config forwarding
option src 'lano2'
option dest 'wan'
wan
interface.
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
88.103.200.59 0.0.0.0 255.255.255.255 UH 0 0 0 pppoe-wan
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0-1
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 br-lan
route add default gw 88.103.200.59
route add default gw 192.168.1.1
root@turris:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0-1
0.0.0.0 88.103.200.59 0.0.0.0 UG 0 0 0 pppoe-wan
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
88.103.200.59 0.0.0.0 255.255.255.255 UH 0 0 0 pppoe-wan
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0-1
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 br-lan
config route
option interface 'wan_wifi'
option gateway '192.168.1.1'
option target '0.0.0.0'
option netmask '0.0.0.0'
option metric '0'
config route
option interface 'wan'
option gateway '88.103.200.59'
option target '0.0.0.0'
option netmask '0.0.0.0'
option metric '0'
traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
1 10.0.0.1 (10.0.0.1) 0.231 ms 0.192 ms 0.170 ms
2 192.168.1.1 (192.168.1.1) 5.916 ms 5.942 ms 6.414 ms
...
Powered by mwForum 2.29.3 © 1999-2013 Markus Wichitill