I’ve solved this issue by myself :
I’ve edited  /etc/default/tftpd-hpa and replaced [B]/srv/tftp[/B] by [B]/tftpboot[/B]
Now it’s working fine.
But i think the installer should be corrected !
I’ve solved this issue by myself :
I’ve edited  /etc/default/tftpd-hpa and replaced [B]/srv/tftp[/B] by [B]/tftpboot[/B]
Now it’s working fine.
But i think the installer should be corrected !
I advise you to mount the nfs share directly on you server by adding a line in your /etc/fstab :
192.168.2.50:/nfs /images nfs defaults 0 0
Hello,
 I've juste installed FOG on a Debian 6.0 VMware machine and i have a boot issue.
 I'm sure my DHCP server is correctly configured because i had a previous test server with the same IP that's worked properly.
On a windows account [B]tftp 192.168.253.41 get pxelinux.0[/B] is not working .
[COLOR=#ff0000][B]Here is /etc/vsftpd.conf[/B][/COLOR]
root@srv-fog:~# cat /etc/vsftpd.conf
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_std_format=YES
listen=YES
pam_service_name=vsftpd
userlist_enable=NO
tcp_wrappers=YES
xferlog_enable=YES
xferlog_file=/var/log/vsftpd.xfer.log
log_ftp_protocol=YES
vsftpd_log_file=/var/log/vsftpd.log
[B][COLOR=#ff0000]vsftpd is running[/COLOR][/B]
root@srv-fog:~# netstat -an
Connexions Internet actives (serveurs et Ã
tablies)
Proto Recv-Q Send-Q Adresse locale          Adresse distante        Etat
tcp        0      0 0.0.0.0:33416           0.0.0.0:*               LISTEN
tcp        0      0 192.168.253.41:3306     0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:45325           0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:10000           0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:2583            0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:41562           0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:2049            0.0.0.0:*               LISTEN
tcp        0     52 192.168.253.41:22       192.168.253.84:60252    ESTABLISHED
tcp6       0      0 :::80                   :::*                    LISTEN
tcp6       0      0 :::22                   :::*                    LISTEN
tcp6       0      0 ::1:25                  :::*                    LISTEN
[COLOR=#ff0000][B]udp        0      0 0.0.0.0:69              0.0.0.0:[/B][/COLOR]
udp        0      0 0.0.0.0:48583           0.0.0.0:
udp        0      0 0.0.0.0:59210           0.0.0.0:*
udp        0      0 0.0.0.0:979             0.0.0.0:*
udp        0      0 0.0.0.0:111             0.0.0.0:*
udp        0      0 0.0.0.0:2049            0.0.0.0:*
udp        0      0 0.0.0.0:10000           0.0.0.0:*
udp        0      0 0.0.0.0:2583            0.0.0.0:*
udp        0      0 0.0.0.0:46365           0.0.0.0:*
Sockets du domaine UNIX actives(serveurs et Ã
tablies)
Proto RefCnt Flags       Type       State         I-Node   Chemin
[COLOR=#ff0000][B]Here are the permission[/B][/COLOR]
root@srv-fog:~# ls -al /tftpboot
total 196
drwxr-xr-x  5 fog  root   1024 26 dÃ
c.  00:54 .
drwxr-xr-x 25 root root   1024 26 dÃ
c.  11:55 …
-rw-r–r--  1 fog  root    828 26 dÃ
c.  11:55 boot.txt
drwxr-xr-x  5 fog  root   1024 26 dÃ
c.  00:54 fog
-rw-r–r--  1 fog  root  25340 26 dÃ
c.  11:55 memdisk
-rwxr-xr-x  1 fog  root  16794 26 dÃ
c.  11:55 pxelinux.0
drwxr-xr-x  2 fog  root   1024 26 dÃ
c.  12:55 pxelinux.cfg
drwxr-xr-x  2 fog  root   1024 26 dÃ
c.  00:54 tftpboot
-rw-r–r--  1 fog  root 147728 26 dÃ
c.  11:55 vesamenu.c32
[B][COLOR=#ff0000]Here is the error on an Windows 7 machine with tftp client[/COLOR][/B]
D:>tftp 192.168.253.41 get pxelinux.0
Échec lors de la demande de connexion
Thank you for your help !