Guest User

Untitled

a guest
Mar 14th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. auto eth0
  2.  
  3. option proto 'static'
  4. option ipaddr '127.0.0.1'
  5. config interface 'loopback'
  6. option netmask '255.0.0.0'
  7.  
  8. config interface 'eth0'
  9. option proto 'dhcp'
Add Comment
Please, Sign In to add comment