Advertisement
Guest User

"\etc\netctl\eth0"

a guest
Sep 18th, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1. Description='A basic static ethernet connection'
  2. Interface=eth0
  3. Connection=ethernet
  4. IP=static
  5. Address=('192.168.0.29')
  6. #Routes=('192.168.0.0/24 via 192.168.1.2')
  7. Gateway='192.168.0.1'
  8. DNS=('208.67.222.222')
  9.  
  10. ## For IPv6 autoconfiguration
  11. #IP6=stateless
  12.  
  13. ## For IPv6 static address configuration
  14. #IP6=static
  15. #Address6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
  16. #Routes6=('abcd::1234')
  17. #Gateway6='1234:0:123::abcd'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement