Make sure to follow this:
Your HOSTNAME should be something along these lines:If you're not capable of using DHCP then you'll need to do three things:
Add your nameservers to /etc/resolv.conf
Add your gateway to the routing table
Configure you LAN IP manually in the range allotted.
mycomputer.isp.com or
mycomputer.charter.net
eth0
Link encap:Ethernet HWaddr *:*:*:*:*:*
inet addr:192.168.1.3 Bcast 192.168.1.255 Mask 255.255.255.0
This is fine as long as the range allowed to connect has 192.168.1.3 in it.
Your /etc/resolve.conf is wrong. It needs to be set to your ISPs nameservers not localdomain. An example would be:
nameserver 192.168.0.1
search spa.sc.charter.com
You don't give a display of your gateway. Please post the results of this command: route -n Here is an example of what your routing table should look like:
Code:Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0


Reply With Quote
)

Bookmarks