Advertisement
Guest User

Untitled

a guest
Jan 9th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # It is possible to fall back to a static IP if DHCP fails:
  2. # define static profile
  3. #profile static_eth0
  4. #static ip_address=192.168.1.23/24
  5. #static routers=192.168.1.1
  6. #static domain_name_servers=192.168.1.1
  7.  
  8. # fallback to static profile on eth0
  9. #interface eth0
  10. #fallback static_eth0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement