View Single Post
Old 11-08-2003, 06:01 PM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,532
sde is on a distinguished road
setting up static addresses

hey all,

i just installed debian and i'm not sure what's wrong with the network.

i use a linksys router. i can ping the gateway, but i can not get out.

i did an ipconfig /all on my xp pro box to detect the name servers, and i entered the same nameservers into my resolv.conf

still, i can not ping external addresses.

the /etc/network/interfaces is setup as follows:
Code:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
  address 192.168.1.101
  netmask 255.255.255.0
  network 192.168.1.0
  broadcast 192.168.1.255
  gateway 192.168.1.1
any insight would be greatly appreciated.

thanks!
__________________
Mike
sde is offline   Reply With Quote