Comment 2 for bug 151386

Revision history for this message
Tom Haddon (mthaddon) wrote : Re: "This workstation is not allowed to connect to the server"

I verified that the interface is up (eth0):

mthaddon@rhapsody:~$ ip link
1: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:0f:b0:45:f0:c5 brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:90:4b:b7:5d:39 brd ff:ff:ff:ff:ff:ff

I then ran sudo /usr/sbin/ltsp-update-sshkeys && sudo /usr/sbin/ltsp-update-image but I still get the same message about not being authorized to connect to the server.

I notice that the ltsp-update-image script says it relies on an nbd server being served from inetd. I have the following line in my /etc/inetd.conf

2000 stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/nbdrootd /opt/ltsp/images/i386.img

I don't see any nbd process or netstat -a listing for it. Not sure if that's normal...