TB0ne,
This is what I have setup.System1 and System2 are two separate desktops on the same network
System1: Windows XP
IP:172.21.45.77
VM 6.5.1
On this VM I have installed RHEL 5.0 and named it station1. Below is the output of ifconfig and route:
[root@station1 ~]#ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29

2:B5:B0
inet addr:192.168.223.129 Bcast:192.168.223.255 Mask:255.255.255.0
inet6 addr:fe80::20c:29ff:fed2:b5b0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packtes:169 errors:0 dropped:0 overruns:0 frame:0
TX packets:148 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:20358 (19.8 KiB) TX bytes:26999 (18.6 KiB)
Interrupt:67 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING NTU:16436 Metric:1
RX packets:3888 errors:0 dropped:0 overruns:0 frame:0
TX packets:3888 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8070948 (7.6 MiB) TX bytes:8070948 (7.6 MiB)
[root@station1 ~]#route
kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.223.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
default 192.168.223.2 0.0.0.0 UG 0 0 0 eth0
System2: Windows XP
IP:172.21.45.15
VM 6.5.1
On this VM I have installed RHEL 5.0 and named it Server1. Below is the output of ifconfig and route:
[root@Server1 ~]#ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29

2:B5:B0
inet addr:192.168.107.128 Bcast:192.168.107.255 Mask:255.255.255.0
inet6 addr:fe80::20c:29ff:fed2:b5b0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packtes:267 errors:0 dropped:0 overruns:0 frame:0
TX packets:259 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:27892 (27.2 KiB) TX bytes:26999 (26.3 KiB)
Interrupt:67 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING NTU:16436 Metric:1
RX packets:12795 errors:0 dropped:0 overruns:0 frame:0
TX packets:12795 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5442880 (5.1 MiB) TX bytes:26999 (5.1 MiB)
[root@Server1 ~]#route
kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.107.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
default 192.168.107.2 0.0.0.0 UG 0 0 0 eth0