Surviving with a static IP
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
Mindbender (Talk | contribs) m (adde) |
m |
||
| (One intermediate revision not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Articles}} | ||
If you are using a static IP, then you might have problems to get a connection from your LS to the free internet. Buffalo never intended that there should be a name resolution on the LS....thats why NTP only works with an IP on an unmodified LS. | If you are using a static IP, then you might have problems to get a connection from your LS to the free internet. Buffalo never intended that there should be a name resolution on the LS....thats why NTP only works with an IP on an unmodified LS. | ||
| Line 14: | Line 15: | ||
to it. | to it. | ||
| - | Here is a [http://www.digilife.be/quickreferences/QRC/ | + | Here is a [http://www.digilife.be/quickreferences/QRC/Vi%20Reference%20Card.pdf vi quick references] if you need help. |
You should now be able to ping IPs in the free internet or download with wget directly to your LS! | You should now be able to ping IPs in the free internet or download with wget directly to your LS! | ||
Latest revision as of 10:09, 2 August 2006
If you are using a static IP, then you might have problems to get a connection from your LS to the free internet. Buffalo never intended that there should be a name resolution on the LS....thats why NTP only works with an IP on an unmodified LS.
The main reason for that is that without dhcp nobody sets the nameservers for you.
you can do that in the file /etc/resolv.conf.
Open the file by
vi /etc/resolv.conf
check which nameserver you want to use and add
nameserver <nameserver-ip>
to it.
Here is a vi quick references if you need help.
You should now be able to ping IPs in the free internet or download with wget directly to your LS!

