[Ilugc] Network Problem with SystemRescueCD

  • From: mohan34u@xxxxxxxxx (Mohan R)
  • Date: Thu Oct 18 13:47:57 2007

Taking your suggessions I reconfigured today.. the same story..

as Barathi said the packets are increasing..

eth0      Link encap:Ethernet  HWaddr 00:E0:7D:7B:A4:7C
          inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:4 dropped:0 overruns:0 frame:0
          TX packets:36 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:2160 (2.1 Kb)
          Interrupt:11 Base address:0x6000

sorry sakthi Kannan.. I have no choice but to attach the output file to give
the exact route table..
The table output goes unordered when I paste it in gmail.. sorry..

Could anyone tell me how windows configure network using dhcp?

On 10/17/07, Girish Venkatachalam <girish1729@xxxxxxxxx> wrote:


On 15:06:12 Oct 17, Girish Venkatachalam wrote:

dhclient eth0 alone will suffice.


Forgot to add that DHCP is a very capable protocol. You can do N number
of things with it.

And it is mainly used not only for dishing out IP addresses but also to

1) configure the default gateway

2) the nameserver

In other words, you don't have to do anything and the whole thing is
automated.

You should never have to diddle around with manual route additions or
anything like that.

Best,
Girish
_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

-------------- next part --------------
root@sysresccd /root % ifconfig
eth0      Link encap:Ethernet  HWaddr 00:E0:7D:7B:A4:7C  
          inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:4 dropped:0 overruns:0 frame:0
          TX packets:36 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:2160 (2.1 Kb)
          Interrupt:11 Base address:0x6000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:86 errors:0 dropped:0 overruns:0 frame:0
          TX packets:86 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:6862 (6.7 Kb)  TX bytes:6862 (6.7 Kb)

root@sysresccd /root % routeKernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
loopback        *               255.0.0.0       U     0      0        0 lo
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0

root@sysresccd /root % ping 192.168.1.1PING 192.168.1.1 (192.168.1.1) 56(84) 
bytes of data.
From 192.168.1.3 icmp_seq=2 Destination Host Unreachable
From 192.168.1.3 icmp_seq=3 Destination Host Unreachable
From 192.168.1.3 icmp_seq=4 Destination Host Unreachable
From 192.168.1.3 icmp_seq=6 Destination Host Unreachable
From 192.168.1.3 icmp_seq=7 Destination Host Unreachable
From 192.168.1.3 icmp_seq=8 Destination Host Unreachable

--- 192.168.1.1 ping statistics ---
8 packets transmitted, 0 received, +6 errors, 100% packet loss, time 6997ms
, pipe 3
root@sysresccd /root % ping 192.168.1.3PING 192.168.1.3 (192.168.1.3) 56(84) 
bytes of data.
64 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.184 ms
64 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.034 ms
64 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.014 ms
64 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.022 ms
64 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.021 ms

--- 192.168.1.3 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 3998ms
rtt min/avg/max/mdev = 0.014/0.055/0.184/0.064 ms

Other related posts: