Results 11 to 14 of 14
Originally Posted by coopstah13
Code:
cat /etc/network/interfaces
post results
----------------
#The loopback network interface
auto lo
iface lo inet loopback
#The primary network interface
allow-hotplug eth0
iface eth0 inet static
...
- 02-06-2008 #11Just Joined!
- Join Date
- Feb 2008
- Posts
- 8
----------------
#The loopback network interface
auto lo
iface lo inet loopback
#The primary network interface
allow-hotplug eth0
iface eth0 inet static
network 192.168.1.0
broadcast 192.168.1.255
dns-nameservers 192.168.1.1
dns-search SRMC
address 192.168.1.133
netmask 255.255.255.0
gateway 192.168.1.1
auto eth0
-----------------
I currently have it configured as IP 192.168.1.133.
- 02-06-2008 #12Just Joined!
- Join Date
- Feb 2008
- Posts
- 8
- 02-06-2008 #13
you don't need the network line or the auto eth0 line at the bottom, this network line can be problematic if you aren't routing for that network on your box. I have all static IP on my network at home, and all machines only specify address, netmask, gateway, dns-nameservers, dns-search and I have no problems, of course on my router machine I have specified the network option
- 02-07-2008 #14Just Joined!
- Join Date
- Feb 2008
- Posts
- 8
Well, I think I'm done with my foray into Linux.
I tried completely deleting the /etc/network/interfaces file and reconfiguring it through the GUI client, resulting in:
iface eth0 inet static
address 192.168.1.133
netmask 255.255.255.255
gateway 192.168.1.1
auto eth0
Still no go, can't ping a darn thing besides the localhost. I am at wits end. I have never in my life had this much trouble configuring a network connection, be it wired or wireless. Obviously this problem is beyond my experience and that of those who have offered help.
I thank you all for your input, but I guess this just wasn't meant to be.



Reply With Quote
