Guest User

Untitled

a guest
Mar 27th, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. /etc/netctl/lan
  2. Description='A basic static ethernet connection'
  3. Interface=enp3s0
  4. Connection=ethernet
  5. IP=static
  6. Address=('172.16.56.34/22')
  7. #Routes=('192.168.0.0/24 via 192.168.1.2')
  8. Gateway='172.16.56.1'
  9. DNS=('195.19.33.202')
  10. ForceConnect=yes
  11. ## For IPv6 autoconfiguration
  12. #IP6=stateless
  13.  
  14. ## For IPv6 static address configuration
  15. #IP6=static
  16. #Address6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
  17. #Routes6=('abcd::1234')
  18. #Gateway6='1234:0:123::abcd'
  19.  
Advertisement
Add Comment
Please, Sign In to add comment