Hey guys,
Thanks for the responses, here is the info you suggested:
From Win XP (working):
C:\>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : augustus
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : F5D5000, PCI Card/Desktop Network PC
I Card
Physical Address. . . . . . . . . : 00-30-BD-09-57-6E
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.60
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 203.12.160.35
203.12.160.36
Lease Obtained. . . . . . . . . . : Thursday, April 14, 2005 4:25:54 PM
Lease Expires . . . . . . . . . . : Thursday, April 21, 2005 4:25:54 PM
-----------------------------------------------------------------------------------------
From FC3 (not working):
[augustus@localhost sbin]$ ./route -n
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 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
[augustus@localhost sbin]$ ./ifconfig
eth0 Link encap:Ethernet HWaddr 00:30:BD:09:57:6E
inet addr:192.168.0.60 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::230:bdff:fe09:576e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:163 errors:0 dropped:0 overruns:0 frame:0
TX packets:34 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:52552 (51.3 KiB) TX bytes:4065 (3.9 KiB)
Interrupt:9 Base address:0x8800
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 MTU:16436 Metric:1
RX packets:1993 errors:0 dropped:0 overruns:0 frame:0
TX packets:1993 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2695245 (2.5 MiB) TX bytes:2695245 (2.5 MiB)
[augustus@localhost sbin]$ ping router
PING router (192.168.0.1) 56(84) bytes of data.
64 bytes from router (192.168.0.1): icmp_seq=0 ttl=127 time=0.320 ms
64 bytes from router (192.168.0.1): icmp_seq=1 ttl=127 time=0.293 ms
64 bytes from router (192.168.0.1): icmp_seq=2 ttl=127 time=0.299 ms
--- router ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 0.293/0.304/0.320/0.011 ms, pipe 2
[augustus@localhost sbin]$ ping 10.1.1.1
connect: Network is unreachable
-----------------------------------------------------------------------------------
My FC3 IP address is assigned by DHCP on the router, and is pretty much always 192.168.0.60, and is the same on windows.
The address of the Router is 192.168.0.1, and the address of the Modem is 10.1.1.1
In the Router, on the WAN page (the router is configured via html), I have the settings like so:
IP Address (for the Router on the Modem's network): 10.1.1.3
Subnet Mask: 255.0.0.0
ISP Gateway Address: 10.1.1.1
Primary DNS: 203.12.160.35
Secondary DNS: 203.12.160.36
The Modem is connected through the WAN port on the router. The Router provides DHCP for the LAN, and the Modem is doing the NAT.
Interesting to see that FC3 says the modem is "unreachable".
If you'd like more info, just ask, as I could really use the help

Thanks!