Created
April 25, 2012 22:33
-
-
Save eggie5/2494015 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| br-lan Link encap:Ethernet HWaddr 00:03:7F:11:3F:33 | |
| inet addr:192.168.1.111 Bcast:192.168.1.255 Mask:255.255.255.0 | |
| UP BROADCAST MULTICAST MTU:1500 Metric:1 | |
| RX packets:0 errors:0 dropped:2 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) | |
| eth0 Link encap:Ethernet HWaddr 00:03:7F:11:3F:33 | |
| UP BROADCAST 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:1000 | |
| RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | |
| Interrupt:4 | |
| eth1 Link encap:Ethernet HWaddr 00:03:7F:11:3F:34 | |
| UP BROADCAST 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:1000 | |
| RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) | |
| Interrupt:5 | |
| lo Link encap:Local Loopback | |
| inet addr:127.0.0.1 Mask:255.0.0.0 | |
| UP LOOPBACK RUNNING MTU:16436 Metric:1 | |
| RX packets:41568 errors:0 dropped:0 overruns:0 frame:0 | |
| TX packets:41568 errors:0 dropped:0 overruns:0 carrier:0 | |
| collisions:0 txqueuelen:0 | |
| RX bytes:2827296 (2.6 MiB) TX bytes:2827296 (2.6 MiB) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' | |
| option type 'bridge' | |
| option proto 'static' | |
| option ipaddr '192.168.1.111' | |
| option netmask '255.255.255.0' | |
| config interface 'wan' | |
| option ifname 'eth1' | |
| option proto 'dhcp' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /etc/init.d/network restart | |
| iptables v1.4.10: can't initialize iptables table `filter': iptables who? (do you need to insmod?) | |
| Perhaps iptables or your kernel needs to be upgraded. | |
| iptables v1.4.10: can't initialize iptables table `filter': iptables who? (do you need to insmod?) | |
| Perhaps iptables or your kernel needs to be upgraded. | |
| iptables v1.4.10: can't initialize iptables table `filter': iptables who? (do you need to insmod?) | |
| Perhaps iptables or your kernel needs to be upgraded. | |
| iptables v1.4.10: can't initialize iptables table `filter': iptables who? (do you need to insmod?) | |
| Perhaps iptables or your kernel needs to be upgraded. | |
| iptables v1.4.10: can't initialize iptables table `filter': iptables who? (do you need to insmod?) | |
| Perhaps iptables or your kernel needs to be upgraded. | |
| iptables v1.4.10: can't initialize iptables table `filter': iptables who? (do you need to insmod?) | |
| Perhaps iptables or your kernel needs to be upgraded. | |
| iptables v1.4.10: can't initialize iptables table `filter': iptables who? (do you need to insmod?) | |
| Perhaps iptables or your kernel needs to be upgraded. | |
| iptables v1.4.10: can't initialize iptables table `filter': iptables who? (do you need to insmod?) | |
| Perhaps iptables or your kernel needs to be upgraded. | |
| iptables v1.4.10: can't initialize iptables table `nat': iptables who? (do you need to insmod?) | |
| Perhaps iptables or your kernel needs to be upgraded. | |
| iptables v1.4.10: can't initialize iptables table `raw': iptables who? (do you need to insmod?) | |
| Perhaps iptables or your kernel needs to be upgraded. | |
| iptables v1.4.10: can't initialize iptables table `nat': iptables who? (do you need to insmod?) | |
| Perhaps iptables or your kernel needs to be upgraded. | |
| device eth0 left promiscuous mode | |
| br-lan: port 1(eth0) entering disabled state | |
| device eth0 entered promiscuous mode | |
| root@OpenWrt:/etc/config# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment