Hi all, I'm trying to use dnsmasq as dhcp server for a network with LTSP; Then I need to use pxeboot of course, and it's working fine (pxeboot), the problem is when the station tries to mount nfs root; The message in the station is that dnsmasq is sending as rootserver his self IP Let me try to explain:
DNSMASQ Server IP: 192.168.57.1 NFS Root Server IP: 192.168.57.252 At station I have: IP-Config: eth0 complete (from 192.168.57.1): address: 192.168.57.231 broadcast: 192.168.57.255 netmask: 255.255.255.0 gateway: 192.168.57.254 dns0 : 192.168.57.254 dns1 : 0.0.0.0 domain : ltsp rootserver: 192.168.57.1 rootpath: /opt/ltsp/ubuntu_6.10_i386/ filename: mount: nfsmount failed: Bad file descriptor mount: Mounting 192.168.57.1:/opt/ltsp/ubuntu_6.10_i386/ on /root failed I have looked in source code for option to rootserver but I haven't found... Here is my dnsmasq conf: bogus-priv filterwin2k #localise-queries # allow /etc/hosts and dhcp lookups via *.lan #local=/lan/ #domain=lan address=/lan/192.168.57.252 expand-hosts no-negcache dhcp-authoritative dhcp-range=192.168.57.40,192.168.57.200 ,255.255.255.0,12h #resolv-file=/tmp/resolv.conf.auto dhcp-option=6,192.168.57.254 dhcp-option=3,192.168.57.254 dhcp-option=5,192.168.57.254 dhcp-option=7,192.168.57.252 dhcp-option=15,ltsp dhcp-option=17,"/opt/ltsp/ubuntu_6.10_i386/" dhcp-option=16,192.168.57.252 dhcp-option=42,192.168.57.254 dhcp-option=44,192.168.57.252 dhcp-option=48, 192.168.57.252 dhcp-option=49,kde dhcp-option=69,192.168.57.252 dhcp-option=66,192.168.57.252 dhcp-option=70, 192.168.57.252 dhcp-option=72,192.168.57.252 dhcp-option=128,192.168.57.252 dhcp-option=192, 192.168.57.252 dhcp-vendorclass=pxe,PXEClient dhcp-vendorclass=eth,Etherboot dhcp-option=vendor:PXEClient,1,0.0.0.0 dhcp-boot=net:pxe,/ltsp/ubuntu_6.10_i386/pxelinux.0,jupter, 192.168.57.252 dhcp-boot=net:eth,/ltsp/ubuntu_6.10_i386/pxelinux.0,jupter,192.168.57.252 Thanks for help!.
