Advertisement
Guest User

Untitled

a guest
Jul 28th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. eth4 Link encap:Ethernet HWaddr 74:d4:35:e3:60:35
  2. inet addr:10.10.10.1 Bcast:10.10.10.255 Mask:255.255.255.0
  3. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  4. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  5. TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
  6. collisions:0 txqueuelen:1000
  7. RX bytes:0 (0.0 B) TX bytes:2569 (2.5 KiB)
  8. Interrupt:105 Base address:0x8000
  9.  
  10. empire@linuxcnc:~$ sudo /sbin/sysctl -a | grep disable_ipv6
  11. [sudo] password for empire:
  12. net.ipv6.conf.all.disable_ipv6 = 0
  13. net.ipv6.conf.default.disable_ipv6 = 0
  14. net.ipv6.conf.lo.disable_ipv6 = 0
  15. net.ipv6.conf.eth4.disable_ipv6 = 1
  16. net.ipv6.conf.eth3.disable_ipv6 = 0
  17. empire@linuxcnc:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement