Posts made by Fogbrain
-
RE: PXE Boot Problems / TFTP Problem
Hi George,
Thanks for the reply, It was an issue with our firewall rules, I’ve resolved that now, But now I’m receiving the following when trying to do a full registration of the host
“Either DHCP failed or we were unable to access http://<IP>/fog//index.php for connection testing for connection testing”
I’ve looked at the post here : https://forums.fogproject.org/topic/13478/either-dhcp-failed-or-we-were-unable-to-access-http-ip-fog-index-php-for-connection-testing?lang=en-US
The user tlehrian recommends running a different spanning-tree than the default, we are currently using RSPT on the switch the client and FOG server is connected to.
SW Port config is:
switchport mode access
no cdp enable
spanning-tree portfast -
PXE Boot Problems / TFTP Problem
Recieving transfer timeout for following command
tftp -v <serverIP> -m binary -c get undionly.kpxeUsing TCPDUMP and can see the following
dropped privs to tcpdump
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on any, link-type LINUX_SLL (Linux cooked v1), capture size 262144 bytes
16:41:09.411021 IP <sourceIP>.57485 > <fogIP>.69: 22 RRQ “undionly.kpxe” octet
16:41:14.412414 IP <sourceIP>.57485 > <fogIP>.69: 22 RRQ “undionly.kpxe” octet
16:41:19.413627 IP <sourceIP>.57485 > <fogIP>.69: 22 RRQ “undionly.kpxe” octet
16:41:24.414186 IP <sourceIP>.57485 > <fogIP>.69: 22 RRQ “undionly.kpxe” octet
16:41:29.414997 IP <sourceIP>.57485 > <fogIP>.69: 22 RRQ “undionly.kpxe” octet
5 packets captured
5 packets received by filter
0 packets dropped by kernelAny idea’s/help would be greatly appreciated.