Advertisement
Guest User

rasppi

a guest
Jun 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. sudo nano /etc/network/interfaces
  2.  
  3. interface eth0
  4. static ip_address=192.168.1.116/24
  5. static routers=192.168.1.1
  6. static domain_name_servers=192.168.1.1
  7.  
  8. interface wlan0
  9. static ip_address=192.168.1.116/24
  10. static routers=192.168.1.1
  11. static domain_name_servers=192.168.1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement