Networking Forums

Networking Forums > Computer Networking > Linux Networking > Mandriva: Failure to share internet connection

Reply
Thread Tools Display Modes

Mandriva: Failure to share internet connection

 
 
Michael Badt
Guest
Posts: n/a

 
      06-10-2005, 03:23 PM
Hi,
I have a Mandriva LE 2005 Desktop connected to the Internet via eth1 (static
IP 192.168.1.1 required by ADSL modem) and an ADSL (PPPoE) modem.

Today I connected to that desktop a laptop with Mandriva 2005 LE. Both
computers are interconnected by a (Crossed) Ethernet cable connected to the
respective eth0 on both PCs. The Desktop successfully runs dhcpd and
assigns the Laptop an IP address. Both Computers successfully ping each
other in both directions.
The Problem: The laptop can't access the Internet while the Desktop is
connected.
Following are the technical details.

Please advise !

TIA


-----------details----------------
Desktop eth0 IP address: 10.200.1.1
Laptop eth0 IP address (assigned by dhcp client): 10.200.1.200
------------------------------------
Laptop route

Destination Gateway Genmask Flags Metric Ref Use
Iface
10.200.1.0 * 255.255.255.0 U 0 0 0 eth0
default 10.200.1.1 0.0.0.0 UG 0 0 0 eth0

---------------------

Desktop route (actcom is my ISP)

Destination Gateway Genmask Flags Metric Ref Use
Iface
v1.c.actcom.net * 255.255.255.255 UH 0 0 0 ppp0
192.168.1.0 * 255.255.255.0 U 10 0 0 eth1
10.0.0.0 * 255.0.0.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default v1.c.actcom.net 0.0.0.0 UG 0 0 0 ppp0

---------------

Contents of Desktop /etc/dhcpd.conf

default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 10.200.1.255;
option routers 10.200.1.1;
option domain-name-servers 10.200.1.1;
#option domain-name "mydomain.org";
ddns-update-style ad-hoc;

subnet 10.200.1.0 netmask 255.255.255.0 {
range 10.200.1.150 10.200.1.200;
}
--------------




 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
internet connection failure... RANA RANVIR SINGH\(ART\) Broadband Hardware 0 01-30-2009 10:45 AM
how to combine 2 internet connection together so internet can share better Shotta_tav Wireless Internet 3 02-11-2008 12:23 PM
Power Failure Causes Lost Internet Connection =?Utf-8?B?Sko=?= Broadband Hardware 1 01-21-2006 04:08 AM
Help: Mandriva failure to share Internet connection Michael Badt Linux Networking 3 06-13-2005 04:19 AM
Re: how to enable Internet Connection Sharing (ICS) to share the dial-up connection Steve Winograd [MVP] Windows Networking 0 08-08-2003 07:27 AM



1 2 3 4 5 6 7 8 9 10 11