Hi,
I am on a sloooow 10/100 ethernet network, but I have a Suse 10.3 server and a win XP box within 6 feet of each other, each with a spare gigabit ethernet port. I plugged one into the other without a hub/switch and got bidirectional pings so they seem to be auto-sensing the send and receive lines. The motherboards are both Asus to simplify things.
How do I setup the routing tables to tell Gozilla (xp) to use the Nvidia port to talk to Raptor (Suse) and tell Suse to do similarly? I have Samba on Suse and can see/copy through windoz file explorer. I am OK with using sftp by IP address if necessary if Samba can’t use this direct, short circuit.
On Suse, I have tried:
route add 192.168.0.3 eth2
192.168.0.3 is assigned to the extra gigabyte port connected to xp.
It makes windows loose all network connectivity (can’t find google.com). But, I can ping each machine from the other (Am I halfway there???). Egad! I can’t ping Google from Suse either <:-o
If I unplug the ethernet between the machines, xp works perfectly, but suse can’t find google.com. ifdown eth2
fixes suse. Samba still works showing suse from xp with the ethernet plugged into both machines. You would expect that with one interface disconnected and one hot to the internet that suse would pick the right one without having to shut the dead one off with ifdown?
C:\bin>route add 192.168.0.5 mask 255.255.255.255 192.168.0.3 IF 2
gives no error message and shows up in the route print
, but still locks up all internet connectivity.
I have my firewalls set to “internal zone” on eth2 on Suse and “intranet, 192.168.0.1 - 192.168.0.22, range, trunted” in ZoneAlarm on xp. Ping works too so I don’t think it’s the firewall.
I know that asking windoz questions on a Suse forum is not the best form, but it’s much better than asking a Suse question on a windoz forum (if you had all microsoft, you wouldn’t have this compatibility problem!!!).
I have 3 TB of junk to backup.
raptor:~ # ifconfig (eth0 -> suse cable modem router, eth2 -> xp)
eth0 Link encap:Ethernet HWaddr 00:15:F2:99:F7:6B
inet addr:192.168.0.4 Bcast:192.168.0.255 Mask:255.255.255.0
eth2 Link encap:Ethernet HWaddr 00:0F:3D:F3:81:8C
inet addr:192.168.0.5 Bcast:192.168.0.255 Mask:255.255.255.0
C:\bin>ipconfig
Ethernet adapter nvidia:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.0.3
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
Ethernet adapter marvel.gigabit:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.0.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
raptor:~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default vulcan 0.0.0.0 UG 0 0 0 eth0
raptor:~ # ifup eth2
eth2 device: D-Link System Inc Gigabit Ethernet Adapter (rev 11)
raptor:~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.3 * 255.255.255.255 UH 0 0 0 eth2
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
192.168.0.0 * 255.255.255.0 U 0 0 0 eth2
link-local * 255.255.0.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default vulcan 0.0.0.0 UG 0 0 0 eth2
<< IFup changed my default route to Vulcan, my cable modem IP Masq router?>>
C:\bin>route print
Interface List
0x1 … MS TCP Loopback interface
0x2 …00 15 f2 2a 7c 90 … NVIDIA nForce Networking Controller
0x10004 …00 15 f2 2a 87 78 … Marvell Yukon 88E8001/8003/8010 PCI Gigabit
Ethernet Controller
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.2 10
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.3 10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.2 192.168.0.2 10
192.168.0.0 255.255.255.0 192.168.0.3 192.168.0.3 10
192.168.0.2 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.0.3 255.255.255.255 127.0.0.1 127.0.0.1 10
192.168.0.5 255.255.255.255 192.168.0.3 192.168.0.3 1
192.168.0.255 255.255.255.255 192.168.0.2 192.168.0.2 10
192.168.0.255 255.255.255.255 192.168.0.3 192.168.0.3 10
224.0.0.0 240.0.0.0 192.168.0.2 192.168.0.2 10
224.0.0.0 240.0.0.0 192.168.0.3 192.168.0.3 10
255.255.255.255 255.255.255.255 192.168.0.2 192.168.0.2 1
255.255.255.255 255.255.255.255 192.168.0.3 192.168.0.3 1
Default Gateway: 192.168.0.1
Persistent Routes:
None
Thanks,
BrianP