joeinnes
Group: Members
Posts: 4
Joined: July 2006 |
|
Posted: July 06 2006,21:13 |
|
Ok, I've just installed DSL to the Hard Disk (but this is not a HD install issue), and I have a problem. I have a network set-up that basically comprises three levels.
Code Sample | [Router] - - (wireless) - - [PC2] - - (wired) - - [PC3] | | [PC1]
|
PC1 and PC2 are Windows boxes. PC3 is the DSL box. Basically, I want to be able to use Samba to share resources between PC3 and PC2. I don't particularly care whether PC3 is connected to the internet or not.
So, I boot up PC3, and check to see if it's autoconfigured. Which it hasn't, but that's no big deal, I wasn't expecting it to anyway. So, I type in the details, and try a ping on PC2, which fails. Details are below, I can't figure out what I've done wrong. Oh, by the way, the cable between PC2 and 3 is a crossover cable.
Code Sample | Router IP: 192.168.1.1 PC1 IP: 192.168.1.100 PC2 WLAN Card IP: 192.168.1.103 PC2 Ethernet Card IP: 192.168.0.1 |
So I try:
Code Sample | ifconfig eth0 192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0 up route add default gw 192.168.0.1 ping 192.168.0.1
|
And the ping fails. I've tried it from PC2 to PC3 (ping 192.168.0.2), and nothing.
No firewalls are running, nothing, it's just not registering. The hardware's fine, and I can ping 192.168.0.2 from that box, and vice versa, so the cards are configured correctly... I'm at a loss...
Cheers
Joe EDIT: Ok, news... poking around a bit, I get this error message:
Code Sample | NETDEV WATCHDOG: eth0: transmit timed out |
Whatever that means.
Google doesn't have a clue.
Thanks
Joe
|