Hi there,

After I just boot up my linux system, I am not able to connect to
machines in any other network other than my subnet. I can access all the
machines in my sub-net though.

Even if i restart my network once or twice there is no change in the
situation..but if I restart the network around 10-15 times.. it gets
allright..i tried everything to clear up this situation... and finally
gave up and put up a loop to restart the network around 50 times in my
bashrc, that sometimes clears up the network. Otherwise if I just sit
back and wait after around 10-15 minutes things are back to normal.

I am on a lan with around 50 systems mostly Win2K based, and around 5-6
linux machines. I have a Debian Woddy system and people on my network
with RHL9.0 are also facing the same problem, so it could be something to
do with the network.

My machine is dual boot and if I boot to Win2k there is no problem
whatsoever.


thanks in advance
robert

**************************************************************************
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian
installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
        address 192.168.0.156
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway 192.168.0.1


************************** SOME LOGS *************************

[EMAIL PROTECTED]:~$ uname -a
Linux truth 2.4.19_digicam #7 Sun Sep 21 23:49:46 IST 2003 i686 unknown

[EMAIL PROTECTED]:~$ ping localhost
PING localhost (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.0 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.0 ms

--- localhost ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.0/0.0/0.0 ms

[EMAIL PROTECTED]:~$ ping 192.168.0.156
PING 192.168.0.156 (192.168.0.156): 56 data bytes
64 bytes from 192.168.0.156: icmp_seq=0 ttl=64 time=0.0 ms
64 bytes from 192.168.0.156: icmp_seq=1 ttl=64 time=0.0 ms

--- 192.168.0.156 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet 

[EMAIL PROTECTED]:~$ ping 192.168.0.75
PING 192.168.0.75 (192.168.0.75): 56 data bytes
64 bytes from 192.168.0.75: icmp_seq=0 ttl=64 time=0.1 ms
64 bytes from 192.168.0.75: icmp_seq=1 ttl=64 time=0.1 ms

--- 192.168.0.75 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.1/0.1/0.1 ms




This is what happens some other times when I try to ping my local
dns server, which is a machine with two n/w cards one with ip
as 192.168.0.1 and the other as xxx.xxx.xxx.xxx


[EMAIL PROTECTED]:~$ ping dns
 PING dns (xxx.xxx.xxx.xxx): 56 data bytes
ping: sendto: Network is unreachable
ping: wrote dns 64 chars, ret=-1
ping: sendto: Network is unreachable
ping: wrote dns 64 chars, ret=-1


-- 
http://www.fastmail.fm - Access all of your messages and folders
                          wherever you are


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to