Hi Gavin, here is my tcpdump; I hope it will help to find out what's wrong (I'm no network expert ...) I'll send the dnsmasq.cond asap as well
Thanks again, Sergio ------------------------------------------------------ tcpdump: 00:40:17.568581 IP 192.168.1.30.34461 > server.local.ssh: S 3659284131:3659284131(0) win 5840 <sackOK,timestamp 4294911302 0,mss 1460,nop,wscale 5> 00:40:22.679115 IP server.local.ssh > 192.168.1.30.34461: S 955029401:955029401(0) ack 3659284132 win 5792 <mss 1460,sackOK,timestamp 267734 4294911302,nop,wscale 6> 00:40:17.568669 IP 192.168.1.30.34461 > server.local.ssh: . ack 1 win 183 <nop,nop,timestamp 4294911302 267734> 00:40:17.579174 IP server.local.ssh > 192.168.1.30.34461: P 1:40(39) ack 1 win 91 <nop,nop,timestamp 267737 4294911302> 00:40:17.579318 IP 192.168.1.30.34461 > server.local.ssh: . ack 40 win 183 <nop,nop,timestamp 4294911305 267737> 00:40:17.579468 IP 192.168.1.30.34461 > server.local.ssh: P 1:40(39) ack 40 win 183 <nop,nop,timestamp 4294911305 267737> 00:40:17.579485 IP server.local.ssh > 192.168.1.30.34461: . ack 40 win 91 <nop,nop,timestamp 267737 4294911305> 00:40:17.579815 IP 192.168.1.30.34461 > server.local.ssh: P 40:832(792) ack 40 win 183 <nop,nop,timestamp 4294911305 267737> 00:40:17.579829 IP server.local.ssh > 192.168.1.30.34461: . ack 832 win 116 <nop,nop,timestamp 267737 4294911305> 00:40:17.580538 IP server.local.ssh > 192.168.1.30.34461: P 40:824(784) ack 832 win 116 <nop,nop,timestamp 267737 4294911305> 00:40:17.580870 IP 192.168.1.30.34461 > server.local.ssh: P 832:856(24) ack 824 win 232 <nop,nop,timestamp 4294911305 267737> 00:40:17.584459 IP server.local.ssh > 192.168.1.30.34461: P 824:976(152) ack 856 win 116 <nop,nop,timestamp 267738 4294911305> 00:40:17.587494 IP 192.168.1.30.34461 > server.local.ssh: P 856:1000(144) ack 976 win 281 <nop,nop,timestamp 4294911307 267738> 00:40:17.614382 IP server.local.ssh > 192.168.1.30.34461: P 976:1696(720) ack 1000 win 140 <nop,nop,timestamp 267745 4294911307> 00:40:17.653509 IP 192.168.1.30.34461 > server.local.ssh: . ack 1696 win 330 <nop,nop,timestamp 4294911324 267745> ----------------------------------- Message: 1 Date: Sat, 31 Jan 2009 16:06:25 +0000 From: Gavin McCullagh <[email protected]> Subject: Re: dyhcpd replaced with dnsmasq - but users not authenticating To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=us-ascii Hi, On Sat, 31 Jan 2009, Sergio Dicandia wrote: > I've replaced dhcpd with dnsmasq, I set dnsmasq.conf file up and now thin > clients are receiving the proper IP address and booting from server. Great. Could you post your dnsmasq config so we can record how this is done? > The problem now is I try to login, the system waits for 30 seconds and > thenI get the message: > > "No response from server. Restarting." > Then the screen goes blank, displaying only the arrow cursor. Nothing > elsehappens. > I feel I'm near the solution, but I can't understand why it's not > authenticating the users. That's curious. Could you run tcpdump on the server something like tcpdump -i eth0 host w.x.y.z and tcp port 22 to see does the client successfully make an ssh connection to the server? Put the client's ip address in place of w.x.y.z obviously. Gavin
-- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
