Re: [Ltsp-discuss] NFS works if internet is plugged in

2005-08-01 Thread freyley
On Thu, Jul 28, 2005 at 10:13:41PM -0400, Jim McQuillan wrote: Jeff, Do you have the workstations listed in the /etc/hosts file on the server? Also, on the server, can you do this: ifconfig -a and send us the output, so we can see how your network is configured. eth0 Link

Re: [Ltsp-discuss] NFS works if internet is plugged in

2005-08-01 Thread Jim McQuillan
Jeff, First thing I notice is that your broadcast (Bcast) isn't correct for your chosen Netmask (Mask). For a netmask of 255.255.255.0, your broadcast should be 10.2.2.255 I can't say for sure that it would cause your problems, but if eth0 is the thin-client network, then NFS could certainly

Re: [Ltsp-discuss] NFS works if internet is plugged in

2005-08-01 Thread Jim McQuillan
Jeff, In my previous email, I mentioned that your broadcast was wrong. It could be that you want that broadcast setting, in which case, you need to change your netmask. To sum it up, if you want a broadcast of 10.255.255.255, then you need to change your netmask to 255.0.0.0 If, on the other

Re: [Ltsp-discuss] NFS works if internet is plugged in

2005-08-01 Thread freyley
On Mon, Aug 01, 2005 at 03:07:29PM -0400, Jim McQuillan wrote: Jeff, In my previous email, I mentioned that your broadcast was wrong. It could be that you want that broadcast setting, in which case, you need to change your netmask. To sum it up, if you want a broadcast of

Re: [Ltsp-discuss] NFS works if internet is plugged in

2005-08-01 Thread Jim McQuillan
jeff, Ok, the next thing to do is use tcpdump to watch the traffic that is trying to go out through that interface. if the external interfaced is eth1, then try this: tcpdump -i eth1 Then sit back and watch, to see what traffic is trying to use the interace. That is, assuming you've pulled

Re: [Ltsp-discuss] NFS works if internet is plugged in

2005-08-01 Thread freyley
On Mon, Aug 01, 2005 at 04:33:11PM -0400, Jim McQuillan wrote: jeff, Ok, the next thing to do is use tcpdump to watch the traffic that is trying to go out through that interface. if the external interfaced is eth1, then try this: tcpdump -i eth1 Then sit back and watch, to see

Re: [Ltsp-discuss] NFS works if internet is plugged in

2005-08-01 Thread jam
On Tuesday 02 August 2005 05:44, [EMAIL PROTECTED] wrote: In my previous email, I mentioned that your broadcast was wrong. It could be that you want that broadcast setting, in which case, you need to change your netmask. To sum it up, if you want a broadcast of 10.255.255.255, then

[Ltsp-discuss] NFS works if internet is plugged in

2005-07-28 Thread freyley
Hi all, I've got a trio of LTSP servers that all behave the same way. They're happy to work if the internet is plugged in, but if you unplug it, they fail to get NFS to their own internal terminal network, which is still perfectly well plugged. So here's the setup: Debian + LTSP

Re: [Ltsp-discuss] NFS works if internet is plugged in

2005-07-28 Thread Jim McQuillan
Jeff, Do you have the workstations listed in the /etc/hosts file on the server? Also, on the server, can you do this: ifconfig -a and send us the output, so we can see how your network is configured. Thanks, Jim McQuillan [EMAIL PROTECTED] On Thu, 28 Jul 2005 [EMAIL PROTECTED] wrote:

Re: [Ltsp-discuss] NFS works if internet is plugged in

2005-07-28 Thread freyley
On Thu, Jul 28, 2005 at 10:13:41PM -0400, Jim McQuillan wrote: Jeff, Do you have the workstations listed in the /etc/hosts file on the server? Also, on the server, can you do this: ifconfig -a and send us the output, so we can see how your network is configured. Thanks, Jim