Advertisement
Guest User

interfaces 20.04

a guest
Jun 26th, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. # interfaces(5) file used by ifup(8) and ifdown(8)
  2. # Include files from /etc/network/interfaces.d:
  3. source-directory /etc/network/interfaces.d
  4.  
  5. auto lo
  6. iface lo inet loopback
  7.  
  8. allow-hotplug eth0
  9. iface eth0 inet static
  10. address 192.168.1.83
  11. netmask 255.255.255.0
  12. gateway 8.8.8.8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement