Guest User

Untitled

a guest
Jun 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. root@ts7000:/# /etc/init.d/networking restart
  2. Setting up IP spoofing protection: rp_filter.
  3. Enabling packet forwarding...done.
  4. Reconfiguring network interfaces.../etc/network/interfaces:24: option with empty value
  5. ifdown: couldn't read interfaces file "/etc/network/interfaces"
  6. /etc/network/interfaces:24: option with empty value
  7. ifup: couldn't read interfaces file "/etc/network/interfaces"
  8. done.
  9. root@ts7000:/# vi /etc/network/interfaces
  10. # Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
  11. # /usr/share/doc/ifupdown/examples for more information.
  12.  
  13. auto lo
  14. iface lo inet loopback
  15.  
  16. auto eth0
  17. iface eth0 inet dhcp
  18.  
  19. #iface eth0 inet static
  20. # address 192.168.1.138
  21. # network 192.168.1.0
  22. # netmask 255.255.255.0
  23. # broadcast 192.168.1.255
  24.  
  25. iface eth1 inet dhcp
  26.  
  27. #iface wlan0 inet static
  28. # address 192.168.0.138
  29. # network 192.168.0.0
  30. # netmask 255.255.255.0
  31. # broadcast 192.168.0.255
  32.  
  33. /etc/network/interfaces: unmodified: line 1
Add Comment
Please, Sign In to add comment