[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problem with NIC (II)



Marcelo Chiapparini, 2002-Jan-02 14:36 -0200:
> Hi!
> 
> I am still trying to make my NIC work. The network information of my system is:
> 
> IP: 152.92.133.47
> mask: 255.255.255.192  
> gateway:152.92.133.1
> network: 152.92.133.0
> broadcast:152.92.133.63
> DNS: 192.92.1.10
> 
> 
> after running route with the -n option I get
> 
> nostromo:/home/chiappa# route -n
> 
> Destination   Gateway       Genmask          Flags   Metric   Ref   Use   Iface
> 152.92.133.0  0.0.0.0       255.255.255.192  U       0        0     0     eth0
> 0.0.0.0       152.92.133.1  0.0.0.0          UG      0        0     0     eth0
> 
> is this  information OK? If not how can I fix it? The system manager is 
> travelling, so I am alone with this problem. Any help will be *very* 
> appreciated.
> 
> Regards,
> 
> Marcelo

Your route information is correct, as long as 152.92.133.1 is
your gateway's ip address.  Can you ping the gateway?  If so, you
in good shape.

The next part is the DNS configuration.  Check the contents of
the file /etc/resolv.conf, this should look similar to:

domain some.domain.com   # this is optional
search some.domain.com   # this should be you local domain
search some.other.domain # this is only needed for any other
			 # local domains on your network
nameserver 152.92.133.1  # the IP should be you local DNS server
nameserver 152.92.133.2  # if you have more than 1 DNS server

good luck,
jc

-- 
Jeff Coppock		Systems Engineer
Diggin' Debian		Admin and User



Reply to: