Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /etc/network/interfaces
- # network interface settings
- auto lo
- iface lo inet loopback
- auto eth0
- iface eth0 inet static
- address 192.168.11.24
- netmask 255.255.255.0
- gateway 192.168.11.1
- broadcast 192.168.11.255
- network 192.168.11.0
- # dns-* options are implemented by the resolvconf package, if installed
- dns-nameservers 192.168.11.13
- dns-search myad2.wanfuse.com
- iface eth1 inet manual
- iface eth2 inet manual
- iface eth3 inet manual
- iface eth4 inet manual
- auto vmbr0
- iface vmbr0 inet static
- address 192.168.11.23
- netmask 255.255.255.0
- bridge_ports eth0
- bridge_stp off
- bridge_fd 0
- route
- Kernel IP routing table
- Destination Gateway Genmask Flags Metric Ref Use Iface
- localnet * 255.255.255.0 U 0 0 0 vmbr0
- ifconfig
- eth0 Link encap:Ethernet HWaddr 00:30:48:61:ab:4e
- inet6 addr: fe80::230:48ff:fe61:ab4e/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:375 errors:0 dropped:0 overruns:0 frame:0
- TX packets:424 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:49213 (48.0 KiB) TX bytes:52244 (51.0 KiB)
- Interrupt:18 Memory:d8120000-d8140000
- lo Link encap:Local Loopback
- inet addr:127.0.0.1 Mask:255.0.0.0
- inet6 addr: ::1/128 Scope:Host
- UP LOOPBACK RUNNING MTU:16436 Metric:1
- RX packets:86 errors:0 dropped:0 overruns:0 frame:0
- TX packets:86 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:7968 (7.7 KiB) TX bytes:7968 (7.7 KiB)
- venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
- inet6 addr: fe80::1/128 Scope:Link
- UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
- RX packets:0 errors:0 dropped:0 overruns:0 frame:0
- TX packets:0 errors:0 dropped:3 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
- vmbr0 Link encap:Ethernet HWaddr 00:30:48:61:ab:4e
- inet addr:192.168.11.23 Bcast:192.168.11.255 Mask:255.255.255.0
- inet6 addr: fe80::230:48ff:fe61:ab4e/64 Scope:Link
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:346 errors:0 dropped:0 overruns:0 frame:0
- TX packets:398 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:41687 (40.7 KiB) TX bytes:48689 (47.5 KiB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement