conectar pc win con conexión a inet<-> linux

Hola. Soy novato en el tema de redes y a ver si me ayudáis. :)

Tengo un problemilla hasta que me llegue un modem pcmcia. Tengo un portátil sin puerto serie y un p200 con puerto serie y un modem de 56k serie. Tiene hasefroch 98 y no le voy a meter nada xq actualmente tiene un disco de 1gb bastante saturado

La idea es conectar el portátil con gentoo 2005.0 (x86_64) , chip ethernet realtek 8139too a ese pc con hasefroch 98 y una tarjeta de red pci mismo chip y poder internetear con el portátil. En el pc he instalado vDHCP y tengo en el portátil instalao dhcpcd pero un 'dhcpcd eth0' no fona. La verdad es que no tengo interés en compartir archivos con el p200, sólo dar conexión al portátil aunque tengo la impresión de que tengo que meter también samba para esto


un saludo y muchas gracias [beer]
config del portátil:

/etc/conf.d/net
# /etc/conf.d/net:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $

# Global config file for net.* rc-scripts

# This is basically the ifconfig argument without the ifconfig $iface
#
iface_eth0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0"
#iface_eth1="207.170.82.202 broadcast 207.0.255.255 netmask 255.255.0.0"

# For DHCP set iface_eth? to "dhcp"
# For passing options to dhcpcd use dhcpcd_eth?
#
iface_eth0="dhcpdc" # dhcp"
dhcpcd_eth0="-HD"

# For adding aliases to a interface
#
#alias_eth0="192.168.0.3 192.168.0.4"

# NB:  The next is only used for aliases.
#
# To add a custom netmask/broadcast address to created aliases,
# uncomment and change accordingly.  Leave commented to assign
# defaults for that interface.
#
#broadcast_eth0="192.168.0.255 192.168.0.255"
#netmask_eth0="255.255.255.0 255.255.255.0"


# For setting the default gateway
#
gateway="eth0/192.168.0.1"


ifconfig
eth0      Link encap:Ethernet  HWaddr 00:0F:B0:0F:B2:B7 
          UP BROADCAST NOTRAILERS MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:6490 (6.3 Kb)
          Interrupt:185 Base address:0x7000

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:104 errors:0 dropped:0 overruns:0 frame:0
          TX packets:104 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:8448 (8.2 Kb)  TX bytes:8448 (8.2 Kb)


En el p200 vDHCP tiene:
Server IP Address : 192.168.0.1
Subnet Mask: 255.255.255.0
Address Ranges: 192.168.0.1 - 192.168.0.254
0 respuestas