[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

raspberry pi static adress problem solved



Hallo,

 

Heb het nu draaiende.

 

Bestand interfaces voor static was bij niet werkend:

 

auto lo

face lo inet loopback

#iface eth0 inet dhcp - deze regel uitgezet

auto eth0

#onderstaande regels toegevoegd

iface etho inet static

adress 192.168.0.10

gateway 192.168.0.1

netmask 255.255.255.0

network 192.168.0.0

broadcast 192.168.0.255

# einde toevoeging

 

allow-hotplug wlan0

iface wlan0 inet manual

wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf

iface default inet dhcp

 

heb er nu volgende van gemaakt:

 

 

auto lo

face lo inet loopback

auto eth0

iface etho inet static

adress 192.168.0.10

gateway 192.168.0.1

 

allow-hotplug wlan0

iface wlan0 inet manual

wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf

iface default inet dhcp

 

en nu werkt het.

Maar heb hier geen verklaring voor. Iemand wel?

 

 

Groet,

 

Patrick

 

 


Reply to: