I have a xDSL (1MegModem) access at home and using a RedHat 5.2 Linux
Gateway to connect 5 Windows machines to the net.  I have setup IP
Masquerade and most of the applications works fine e.g. ICQ, Read_Audio,
HTTP, FTP and Netmeeting (with PhonePatch).  I also use ipportfw to
forward ports to internal Personal Web Servers.  My problem is I cannot
mount the windows harddrives to this Linux box.  I am running NFS Daemon
on my windows machine (I tried several different NFSDs).  

And every time I try 
mount -t nfs 192.168.0.1:/linux /tmp/linux

it returns
directory is busy or already mounted

but i try
umount /tmp/linux

it returns
umount: /tmp/linux: not mounted

The problem seems to start when I installed the second Ethernet card for
the xDSL service.  NFS was working fine before that.  I install RedHat
over NFS since I do not have a CD-ROM drive on this 486dx33 Linux box.

Another problem is Samba.  I can access te harddrive of this linux box
in the Network Neighborhood of the Win95 machines.  Once I installed the
2nd Ethernet card.  I cannot access the drive anymore.  I can't even
start the service using /etc/rc.d/init.d/smb start command.  The process
just dead after that (I cannot find it in 'ps aux').

here is my ifconfig and route -n result:
Following is my ifconfig

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
          UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
          RX packets:33 errors:0 dropped:0 overruns:0 frame:0
          TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0

eth0      Link encap:Ethernet  HWaddr 00:80:C8:51:49:76
          inet addr:192.168.0.3  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:479900 errors:0 dropped:0 overruns:0 frame:0
          TX packets:458280 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0
          Interrupt:5 Base address:0x340

eth1      Link encap:Ethernet  HWaddr 00:80:C8:EB:FD:DE
          inet addr:209.226.122.xxx  Bcast:209.226.122.255
Mask:255.255.255.0
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:472236 errors:0 dropped:0 overruns:0 frame:758
          TX packets:468728 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0
          Interrupt:11 Base address:0x300

===========================================================
Here is my routing table

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface

192.168.0.0     0.0.0.0         255.255.255.0   U     0      0       40 eth0
209.226.122.0   0.0.0.0         255.255.255.0   U     0      0      228 eth1
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        6 lo
0.0.0.0         0.0.0.0         0.0.0.0         U     0      0      690 eth1


Is there anything wrong would be caused by the setup of this second
Ethernet card?  I really have no clue what went wrong.  Please help.

Thanks,

Matthew Ho




_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
http://tiffany.indyramp.com/mailman/listinfo/masq
Admin requests can be handled by web (above) or [EMAIL PROTECTED]

Reply via email to