Dlink-Router login: admin Password: Login incorrect Dlink-Router login: admin Password: Welcome to _______ ___ __ ____ _ _ ___ | ___ \ | | |__|| \ | || | / / | | | || ___ | |__ __ | \| || |/ / | |___| || |___| | || || |\ || \ |_______/ |______||__||_| \____||_|\___\ = Building Networks for People = BusyBox v1.19.2 (2013-04-18 17:22:00 MSK) built-in shell (ash) Enter 'help' for a list of built-in commands. $ ifconfig br0 Link encap:Ethernet HWaddr C8:BE:19:8D:17:AE inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:19157 errors:0 dropped:0 overruns:0 frame:0 TX packets:32457 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1503880 (1.4 MiB) TX bytes:39534447 (37.7 MiB) eth0 Link encap:Ethernet HWaddr C8:BE:19:8D:17:AE UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:19873 errors:0 dropped:0 overruns:0 frame:0 TX packets:32809 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2239663 (2.1 MiB) TX bytes:40143182 (38.2 MiB) Interrupt:4 Base address:0x2000 eth0.1 Link encap:Ethernet HWaddr C8:BE:19:8D:17:AE UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:19133 errors:0 dropped:0 overruns:0 frame:0 TX packets:32594 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1577581 (1.5 MiB) TX bytes:39769377 (37.9 MiB) eth1 Link encap:Ethernet HWaddr C8:BE:19:8D:17:AE UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:164 TX packets:180 errors:2 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:55068 (53.7 KiB) Interrupt:3 Base address:0x1000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MULTICAST MTU:16436 Metric:1 RX packets:56 errors:0 dropped:0 overruns:0 frame:0 TX packets:56 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:10318 (10.0 KiB) TX bytes:10318 (10.0 KiB) ppp0 Link encap:Point-to-Point Protocol inet addr:xxx.xxx.xxx.xxx P-t-P:109.184.128.1 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1 RX packets:89 errors:0 dropped:0 overruns:0 frame:0 TX packets:141 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:7106 (6.9 KiB) TX bytes:19394 (18.9 KiB) wan1 Link encap:Ethernet HWaddr C8:BE:19:8D:17:AF UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) wan1.3500 Link encap:Ethernet HWaddr F0:7D:68:48:1A:84 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:479 errors:0 dropped:0 overruns:0 frame:0 TX packets:215 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:182370 (178.0 KiB) TX bytes:25626 (25.0 KiB) $ brctl show bridge name bridge id STP enabled interfaces br0 8000.c8be198d17ae no eth1 eth0.1 $ ip ro sh 192.168.0.0/24 dev br0 proto kernel scope link src 192.168.0.1 127.0.0.0/8 dev lo scope link default dev ppp0 scope link metric 50 $ $ ip addr sh 1: lo: mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 brd 127.255.255.255 scope host lo 2: eth0: mtu 1500 qdisc pfifo_fast qlen 1000 link/ether c8:be:19:8d:17:ae brd ff:ff:ff:ff:ff:ff 5: eth1: mtu 1500 qdisc pfifo_fast qlen 1000 link/ether c8:be:19:8d:17:ae brd ff:ff:ff:ff:ff:ff 7: wan1@eth0: mtu 1500 qdisc noqueue link/ether c8:be:19:8d:17:af brd ff:ff:ff:ff:ff:ff 8: br0: mtu 1500 qdisc noqueue link/ether c8:be:19:8d:17:ae brd ff:ff:ff:ff:ff:ff inet 192.168.0.1/24 brd 192.168.0.255 scope global br0 9: eth0.1@eth0: mtu 1500 qdisc noqueue link/ether c8:be:19:8d:17:ae brd ff:ff:ff:ff:ff:ff 10: wan1.3500@eth0: mtu 1500 qdisc noqueue link/ether f0:7d:68:48:1a:84 brd ff:ff:ff:ff:ff:ff 11: ppp0: mtu 1492 qdisc pfifo_fast qlen 3 link/ppp inet xxx.xxx.xxx.xxx peer 109.184.128.1/32 scope global ppp0 $ $ $ ip link sh 1: lo: mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eth0: mtu 1500 qdisc pfifo_fast qlen 1000 link/ether c8:be:19:8d:17:ae brd ff:ff:ff:ff:ff:ff 5: eth1: mtu 1500 qdisc pfifo_fast qlen 1000 link/ether c8:be:19:8d:17:ae brd ff:ff:ff:ff:ff:ff 7: wan1@eth0: mtu 1500 qdisc noqueue link/ether c8:be:19:8d:17:af brd ff:ff:ff:ff:ff:ff 8: br0: mtu 1500 qdisc noqueue link/ether c8:be:19:8d:17:ae brd ff:ff:ff:ff:ff:ff 9: eth0.1@eth0: mtu 1500 qdisc noqueue link/ether c8:be:19:8d:17:ae brd ff:ff:ff:ff:ff:ff 10: wan1.3500@eth0: mtu 1500 qdisc noqueue link/ether f0:7d:68:48:1a:84 brd ff:ff:ff:ff:ff:ff 11: ppp0: mtu 1492 qdisc pfifo_fast qlen 3 link/ppp $ $ cat /etc/resolv.conf nameserver 213.177.97.201 nameserver 213.177.97.1 $ $ $