> >>On Wed, 25 Sep 2002 15:21:43 +0200 mun <[EMAIL PROTECTED]> wrote: > >> I'm connected to LAN: dynamical IP (dhcp) >> I use dhclient3 to obtain info,IP, etc. from DHCP server >> DHCP giving me a correct IP and everything looks good, but i cannot >> connect normal to internet. > >What is providing internet access? Are you using another system as a >gateway or are you connecting directly to a DSL or Cable Modem and leasing >an IP address (via DHCP) from your ISP? > >-- >Jamin W. Collins
I use another system as a gateway. RESULTS (maybe useful) ------------------------------------------------------------------ ifconfig eth0 Link encap:Ethernet HWaddr 00:50:BF:5A:31:26 inet addr:10.0.4.27 Bcast:10.0.4.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:498 errors:1 dropped:0 overruns:0 frame:0 TX packets:30 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:56022 (54.7 KiB) TX bytes:3983 (3.8 KiB) Interrupt:10 Base address:0xa000 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:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:560 (560.0 b) TX bytes:560 (560.0 b) ------------------------------------------------------------------- route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.0.4.0 * 255.255.255.0 U 0 0 0 eth0 default 10.0.4.1 0.0.0.0 UG 0 0 0 eth0 ------------------------------------------------------------------- route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.0.4.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 10.0.4.1 0.0.0.0 UG 0 0 0 eth0 ------------------------------------------------------------------- /etc/init.d/networking restart Reconfiguring network interfaces: Internet Software Consortium DHCP Client V3.0.1rc9 Copyright 1995-2001 Internet Software Consortium. All rights reserved. For info, please visit http://www.isc.org/products/DHCP Listening on LPF/eth0/00:50:bf:5a:31:26 Sending on LPF/eth0/00:50:bf:5a:31:26 Sending on Socket/fallback DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPNAK from 195.205.186.66 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 DHCPOFFER from 195.205.186.97 DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPNAK from 195.205.186.92 DHCPACK from 195.205.186.97 bound to 10.0.4.27 -- renewal in 291 seconds. done. ------------------------------------------------------------------- dmesg | tail NET: 7 messages suppressed. 192.168.9.123 sent an invalid ICMP error to a broadcast. eth0: Setting half-duplex based on auto-negotiated partner ability 0000. eth0: Setting half-duplex based on auto-negotiated partner ability 0000. NET: 11 messages suppressed. 192.168.9.123 sent an invalid ICMP error to a broadcast. 192.168.9.123 sent an invalid ICMP error to a broadcast. 192.168.9.124 sent an invalid ICMP error to a broadcast. 192.168.9.124 sent an invalid ICMP error to a broadcast. eth0: Setting half-duplex based on auto-negotiated partner ability 0000. ------------------------------------------------------------------- [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]