Raspberry Pi - SkyPi
& https://stargazerslounge.com/topic/180030-skyfi-with-a-pi/
DHCP/DNS
Don't want to have to remember the IP of the SkyPi and networks stuff... We start by naming the RPI as SkyPi-EQ6 (just so we are consistent with the rest of this document), but only for the wlan0 interface (the RPI's "real" name will remain SkyPi when plugged via eth0)
vim /etc/hosts
|
Now let's install dnsmasq and perform a minimal configuration (find and uncomment/modify the lines described below)
apt-get install dnsmasq
|
By default, all lines are comments, so simply add/modify the following lines:
interface=wlan0
|
Now restart the service:
root@SkyPi:~# /etc/init.d/dnsmasq restart
|
0 comentarios:
Post a Comment