Próbował skonfigurować TP-LINKA ale niestety coś nie działa a mianowicie nie ma dostępu do internetu. Jako cel narazie zabrałem sobie to, że będą dwa WAN-y i jeden LAN, który zostanie wpięty do komputera, DHCP wyłączone. Z komputera nie mam możliwości pingowania, internet nie działa. Poniżej zamieszczam konfiguracje, za bardzo nie wiem gdzie może leżeć błąd 
network:
config 'interface' 'loopback'
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'
config 'interface' 'lan'
option 'ifname' 'eth0.1'
option 'type' 'bridge'
option 'proto' 'static'
option 'ipaddr' '192.168.5.1'
option 'netmask' '255.255.255.0'
config 'interface' 'wan1'
option 'ifname' 'eth0.2'
option 'type' 'bridge'
option 'proto' 'static'
option 'ipaddr' '192.168.1.241'
option 'netmask' '255.255.255.0'
option 'gateway' '192.168.1.1'
option 'dns' '8.8.8.8'
config 'interface' 'wan2'
option 'ifname' 'eth0.3'
option 'type' 'bridge'
option 'proto' 'static'
option 'ipaddr' '192.168.1.243'
option 'netmask' '255.255.255.0'
option 'gateway' '192.168.1.2'
option 'dns' '8.8.8.8'
config 'switch'
option 'name' 'rtl8366rb'
option 'reset' '1'
option 'enable_vlan' '1'
config 'switch_vlan'
option 'device' 'rtl8366rb'
option 'vlan' '1'
option 'ports' '2 3 4 5t'
config 'switch_vlan'
option 'device' 'rtl8366rb'
option 'vlan' '2'
option 'ports' '0 5t'
config 'switch_vlan'
option 'device' 'rtl8366rb'
option 'vlan' '3'
option 'ports' '1 5t'
dhcp:
config 'dnsmasq'
option 'domainneeded' '1'
option 'boguspriv' '1'
option 'filterwin2k' '0'
option 'localise_queries' '1'
option 'rebind_protection' '1'
option 'rebind_localhost' '1'
option 'local' '/lan/'
option 'domain' 'lan'
option 'expandhosts' '1'
option 'nonegcache' '0'
option 'authoritative' '1'
option 'readethers' '1'
option 'leasefile' '/tmp/dhcp.leases'
option 'resolvfile' '/tmp/resolv.conf.auto'
list 'server' '/.bit/178.32.31.41'
list 'server' '/.bit/78.47.86.43'
list 'server' '/.glue/66.244.95.20'
list 'server' '/.glue/95.211.32.162'
list 'server' '/.glue/95.142.171.235'
list 'server' '/.parody/66.244.95.20'
list 'server' '/.parody/95.211.32.162'
list 'server' '/.parody/95.142.171.235'
list 'server' '/.dyn/66.244.95.20'
list 'server' '/.dyn/95.211.32.162'
list 'server' '/.dyn/95.142.171.235'
list 'server' '/.bbs/66.244.95.20'
list 'server' '/.bbs/95.211.32.162'
list 'server' '/.bbs/95.142.171.235'
list 'server' '/.free/66.244.95.20'
list 'server' '/.free/95.211.32.162'
list 'server' '/.free/95.142.171.235'
list 'server' '/.fur/66.244.95.20'
list 'server' '/.fur/95.211.32.162'
list 'server' '/.fur/95.142.171.235'
list 'server' '/.geek/66.244.95.20'
list 'server' '/.geek/95.211.32.162'
list 'server' '/.geek/95.142.171.235'
list 'server' '/.gopher/66.244.95.20'
list 'server' '/.gopher/95.211.32.162'
list 'server' '/.gopher/95.142.171.235'
list 'server' '/.indy/66.244.95.20'
list 'server' '/.indy/95.211.32.162'
list 'server' '/.indy/95.142.171.235'
list 'server' '/.ing/66.244.95.20'
list 'server' '/.ing/95.211.32.162'
list 'server' '/.ing/95.142.171.235'
list 'server' '/.null/66.244.95.20'
list 'server' '/.null/95.211.32.162'
list 'server' '/.null/95.142.171.235'
list 'server' '/.oss/66.244.95.20'
list 'server' '/.oss/95.211.32.162'
list 'server' '/.oss/95.142.171.235'
list 'server' '/.micro/66.244.95.20'
list 'server' '/.micro/95.211.32.162'
list 'server' '/.micro/95.142.171.235'
config 'dhcp' 'lan'
option 'interface' 'lan'
option 'ignore' '1'
config 'dhcp' 'wan'
option 'interface' 'wan1 wan2'
option 'ignore' '1'
firewall:
config defaults
option syn_flood 1
option input ACCEPT
option output ACCEPT
option forward REJECT
# Uncomment this line to disable ipv6 rules
# option disable_ipv6 1
config zone
option name lan
option network 'lan'
option input ACCEPT
option output ACCEPT
option forward REJECT
config zone
option name wan
option network 'wan1 wan2'
option input REJECT
option output ACCEPT
option forward REJECT
option masq 1
option mtu_fix 1
config forwarding
option 'src' 'lan'
option 'dest' 'wan'
multiwan:
config 'multiwan' 'config'
option 'default_route' 'balancer'
# health_monitor below is defaulted to parallel, and can be set to
# serial to save system resources.
# option 'health_monitor' 'serial'
# option 'debug' '1'
config 'interface' 'wan1'
option 'weight' '10'
option 'health_interval' '10'
option 'icmp_hosts' 'dns'
# icmp_count is defaulted to 1, and can be increased to reduce
# false positives.
# option 'icmp_count' '3'
option 'timeout' '3'
option 'health_fail_retries' '3'
option 'health_recovery_retries' '5'
option 'failover_to' 'balancer'
option 'dns' '8.8.8.8'
config 'interface' 'wan2'
option 'weight' '10'
option 'health_interval' '10'
option 'icmp_hosts' 'dns'
option 'timeout' '3'
option 'health_fail_retries' '3'
option 'health_recovery_retries' '5'
option 'failover_to' 'balancer'
option 'dns' '8.8.8.8'
#config 'mwanfw'
#option 'src' '192.168.1.0/24'
#option 'dst' 'ftp.netlab7.com'
#option 'proto' 'tcp'
#option 'ports' '21'
#option 'wanrule' 'wan2'
# VoIP traffic goes through wan
# config 'mwanfw'
# option 'src' '192.168.1.0/24'
# option 'proto' 'udp'
# option 'port_type' 'source-ports'
# option 'ports' '5060,16384:16482'
# option 'wanrule' 'wan'
config 'mwanfw'
option 'wanrule' 'balancer'
Port 0 i 1 to WAN-y a reszta to do LAN-u. Ma ktoś jakiś pomysł ?