[Ilugc] Network Problem with SystemRescueCD

  • From: mohan34u@xxxxxxxxx (Mohan R)
  • Date: Wed Oct 17 13:31:21 2007

Hi to all,

I want to configure network with srcd in a windows lan network. In windows,
the system is configured with the below configureation.

Description . . . . . . . . : NDIS 5.0 driver

Physical Address. . . . . . : 00-E0-7D-7B-A4-7C
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 192.168.1.3
Subnet Mask . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . : 192.168.1.1
Primary WINS Server . . . . :
Secondary WINS Server . . . :
Lease Obtained. . . . . . . : 10 17 07 12:55:14 PM
Lease Expires . . . . . . . : 10 17 07 3:43:14 PM


the windows route table is as follows:

    Network Address Netmask Gateway Address Interface Metric  0.0.0.0
0.0.0.0 192.168.1.1 192.168.1.3 1  127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.3 192.168.1.3 1  192.168.1.3
255.255.255.255 127.0.0.1 127.0.0.1 1  192.168.1.255 255.255.255.255
192.168.1.3 192.168.1.3 1  224.0.0.0 224.0.0.0 192.168.1.3 192.168.1.3 1
255.255.255.255 255.255.255.255 192.168.1.3 0.0.0.0 1

Here the command I performed to cofigure srcd for network

# dhclient eth0 -s 192.168.1.1

But dhclient failed to configure. After that, I gave te below command

# ifconfig eth0 192.168.1.3 netmask 255.255.255.0

I also put the default gateway as follows

# route -v add 192.168.1.0 gw 192.168.1.3
# route -v add default gw 192.168.1.1

after that I ping the server as

# ping 192.168.1.1

but It failed to detect the server.

but the local loopback is working correctly because when I ping for
192.168.1.3 it gives the correct output. I think this is not a network
driver priblem for srcd. But I am not able to connect the net through srcd.

I am a beginner on network with linux. I will be thankful if anybody help me
to solve this problem.

thanks,
Mohan.

Other related posts: