Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. iface eth0 inet dhcp
  5.  
  6. allow-hotplug wlan0
  7. iface wlan0 inet dhcp
  8. wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
  9. iface default inet dhcp
  10.  
  11. domain mycompany.com
  12. search mycompany.com
  13. nameserver <ip address of dns server>
  14.  
  15. dhcp-host=<mac address of the rpi>,rpi,192.168.1.3
  16.  
  17. ssh: connect to host 192.168.1.3 port 22: Connection refused
  18. lost connection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement