Guest User

Untitled

a guest
Jul 11th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. Hostname: host-o-rama-bama.com
  2. Static IP: 10.20.30.40
  3. Gateway: 10.20.30.1
  4. Netmask: 255.255.255.0
  5. DNS server: 100.110.120.130
  6. DNS server: 100.110.120.140
  7.  
  8. General
  9. * Automatically connect to this network when it is available: Yes
  10. * All users may connect to this network: Yes
  11. Ethernet
  12. * Device: enp2s0f1
  13. * Wake on LAN: Default
  14. 802.1x security
  15. (None)
  16. DCB
  17. (None)
  18. IPV4 Settings
  19. * Method: Manual
  20. * Address: 10.20.30.40
  21. * Netmask: 255.255.255.0
  22. * Gateway: 10.20.30.1
  23. * DNS Servers: 100.110.120.130,100.110.120.140
  24. * Search Domains: host-o-rama-bama.com
  25. IPV6 Settings
  26. * Method: Ignore
  27.  
  28. # ifconfig
  29. enp2s0f1 Link encap:Ethernet HWaddr 80:fa:5b:4c:02:07
  30. inet addr:10.20.30.40 Bcast:10.20.30.255 Mask:255.255.255.0
  31. inet6 addr: fe80::82fa:5bff:fe4c:207/64 Scope:Link
  32. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  33. RX packets:63252 errors:0 dropped:0 overruns:0 frame:0
  34. TX packets:40966 errors:0 dropped:0 overruns:0 carrier:0
  35. collisions:0 txqueuelen:1000
  36. RX bytes:53814860 (53.8 MB) TX bytes:5441842 (5.4 MB)
  37.  
  38. lo Link encap:Local Loopback
  39. inet addr:127.0.0.1 Mask:255.0.0.0
  40. inet6 addr: ::1/128 Scope:Host
  41. UP LOOPBACK RUNNING MTU:65536 Metric:1
  42. RX packets:7029 errors:0 dropped:0 overruns:0 frame:0
  43. TX packets:7029 errors:0 dropped:0 overruns:0 carrier:0
  44. collisions:0 txqueuelen:1000
  45. RX bytes:650606 (650.6 KB) TX bytes:650606 (650.6 KB)
  46.  
  47. domain host-o-rama-bama.com
  48. search host-o-rama-bama.com
  49. nameserver 100.110.120.130
  50. nameserver 100.110.120.140
  51.  
  52. # interfaces(5) file used by ifup(8) and ifdown(8)
  53. auto lo
  54. iface lo inet loopback
  55.  
  56. auto enp2s0f1
  57. iface enp2s0f1 inet static
  58. address 10.20.30.40
  59. netmask 255.255.255.0
  60. gateway 10.20.30.1
  61. dns-nameserver 100.110.120.130
  62. dns-nameserver 100.110.120.140
  63. dns-search host-o-rama-bama.com
  64.  
  65. # ifdown enp2s0f1
  66. # ifup enp2s0f1
  67.  
  68. # ifdown -a
  69. # ifup -a
  70.  
  71. # /etc/init.d/network-manager stop
  72. # /etc/init.d/network-manager start
  73.  
  74. # service networking restart
Add Comment
Please, Sign In to add comment