Cordial Greetings:


I have 2 Net Cards in my PC, that share the Internet connections,
eth0 for LAN -> 192.168.0.0/24 with 192.168.0.1 IP
eth1 for Internet connection -> dhcp address
but I have follofwing Problems:

Later that intallation.
http://www.forosuse.org/forosuse/showthread.php?t=10401

I run this sentence:

For recognition of second card.
insmod /lib/modules/2.6.16.21-0.25-default/kernel/drivers/net/sundance.ko

Later I Try two Obtain the DHCP address:
dhclient eth1

And I have Sucessfull Address, and Connection.

But I Turn off my PC and Turn On.

I need to reinstall:
insmod /lib/modules/2.6.16.21-0.25-default/kernel/drivers/net/sundance.ko
dhclient eth1

What Can I do?


record:/home/cepagi # ping 200.21.200.2
connect: Network is unreachable

record:/home/cepagi # dhclient eth1
Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP

Corrupt lease file - possible data loss!
Listening on LPF/eth1/00:08:54:db:c7:b3
Sending on LPF/eth1/00:08:54:db:c7:b3
Sending on Socket/fallback
DHCPREQUEST on eth1 to 255.255.255.255 port 67
DHCPACK from 10.0.0.138
bound to 10.0.0.2 -- renewal in 1702 seconds.
record:/home/cepagi # ping 200.21.200.2
PING 200.21.200.2 (200.21.200.2) 56(84) bytes of data.
64 bytes from 200.21.200.2: icmp_seq=1 ttl=249 time=69.3 ms
64 bytes from 200.21.200.2: icmp_seq=2 ttl=249 time=75.2 ms
64 bytes from 200.21.200.2: icmp_seq=3 ttl=249 time=66.4 ms
64 bytes from 200.21.200.2: icmp_seq=4 ttl=249 time=66.4 ms

I need to share My Internet connections without Log in like root again....