TheOrangePeanut
August 1st, 2007, 11:14 PM
I'm trying to follow the instructions here (https://help.ubuntu.com/7.04/server/C/network-configuration.html) but I can't get it to work. The contents of /etc/network/interfaces is as follows:
#loopback network interface
auto lo
iface lo inet loopback
#the primary network interface
iface eth0 inet static
............address 192.168.1.105
............netmask 255.255.255.128
............gateway 68.53.129.129
The address is what I want the IP to be, obviously. The netmask and the gateway came straight from my router.
The contents of /etc/resolv.conf are as follows:
search hsd1.ky.comcast.net
nameserver 68.87.68.162
nameserver 68.87.74.162
Those values were already there. I'm not sure what should be in the search line so I can only assume that hsd1.ky.comcast.net is correct. I looked up the primary and secondary DNS servers in my router's config to double check the accuracy, and those are both correct.
I'm a complete newbie to networking, and I'm still not very good with Linux. Can anyone spot what I'm doing wrong? When I look at the DHCP clients table in my router's status software, the Linux PC still shows up as 192.168.1.101, the IP the machine had when it was autoconfigured when I installed the OS.
I'm on Ubuntu Server btw, so recommending programs that are in a GUI probably isn't gonna work :)
#loopback network interface
auto lo
iface lo inet loopback
#the primary network interface
iface eth0 inet static
............address 192.168.1.105
............netmask 255.255.255.128
............gateway 68.53.129.129
The address is what I want the IP to be, obviously. The netmask and the gateway came straight from my router.
The contents of /etc/resolv.conf are as follows:
search hsd1.ky.comcast.net
nameserver 68.87.68.162
nameserver 68.87.74.162
Those values were already there. I'm not sure what should be in the search line so I can only assume that hsd1.ky.comcast.net is correct. I looked up the primary and secondary DNS servers in my router's config to double check the accuracy, and those are both correct.
I'm a complete newbie to networking, and I'm still not very good with Linux. Can anyone spot what I'm doing wrong? When I look at the DHCP clients table in my router's status software, the Linux PC still shows up as 192.168.1.101, the IP the machine had when it was autoconfigured when I installed the OS.
I'm on Ubuntu Server btw, so recommending programs that are in a GUI probably isn't gonna work :)