Hi!

I have a lan with:
192.168.0.1 (PC with Windows 98 SE with a modem, with internet connection 
sharing)
192.168.0.2 (PC with Linux Mandrake 7.02, that have internet access through 
the Windows PC).

Problems:
When Win PC is disconnected from internet (dial-up modem), there are two 
problems:

1. Netscape take a long time to open the mandrake local document (I have 
changed to start with blank page, but it still open mandrake welcome 
document)

2. I have wu-ftpd installed. Making FTP to localhost it take a long time to 
login.

When Win PC is connected to internet everything is fine.


See attached my configuration files


What is wrong in my configuration?


Thanks in advance
Pedro

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

/etc/hosts

127.0.0.1       localhost.localdomain   localhost      # 0
192.168.0.2     fonsecas.xxx    fonsecas  # 0
127.0.0.1       localhost.localdomain   localhost          # 0
192.168.0.1     celeste


/etc/host.conf

order hosts,bind
multi on


/etc/resolv.conf

domain teleweb.pt
nameserver 212.16.129.130
nameserver 212.16.129.12


/etc/sysconfig/network

NETWORKING=false
FORWARD_IPV4="no"
HOSTNAME="fonsecas"
DOMAINNAME=localdomain
GATEWAY="192.168.0.1"
GATEWAYDEV="eth0"


/sbin/route -n

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use 
Iface
192.168.0.2     0.0.0.0         255.255.255.255 UH    0      0        0 eth0
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 eth0


/etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE="eth0"
IPADDR="192.168.0.2"
NETMASK="255.255.255.0"
ONBOOT="yes"
BOOTPROTO="none"
IPXNETNUM_802_2=""
IPXPRIMARY_802_2="no"
IPXACTIVE_802_2="no"
IPXNETNUM_802_3=""
IPXPRIMARY_802_3="no"
IPXACTIVE_802_3="no"
IPXNETNUM_ETHERII=""
IPXPRIMARY_ETHERII="no"
IPXACTIVE_ETHERII="no"
IPXNETNUM_SNAP=""
IPXPRIMARY_SNAP="no"
IPXACTIVE_SNAP="no"



Reply via email to