Important note about SSL VPN compatibility for 20.0 MR1 with EoL SFOS versions and UTM9 OS. Learn more in the release notes.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SOPHOS XG DHCP BOOT FILE PXE/SCCM

Hello everyone .
I have a problem with the configuration of the PXE/SCCM taking the XG as DHCP .
Here is my config
- next server: ip address of my TFTP server (SCCM)
- Boot file location: SMSBootPM100003\x64\wdsnbp.com
I get this error ( TFTP time out)
I followed this tutorial well (https://doc.sophos.com/nsg/sophos-firewall/19.0/help/en-us/webhelp/onlinehelp/AdministratorHelp/Network/DHCP/NetworkDHCPBootOptions/index.html#overview)

Could you help me



This thread was automatically locked due to age.
Parents
  • Hello  ,

    Thank you for reaching out to the community, Please use the following commands to add the dhcp option name TFTP_server_name: 

    console> system dhcp dhcp-options binding add dhcpname GuestAccess_DHCP optionname TFTP_Server_Name(66) value http://1XX.1XX.XX.XX:X0X0

    console> system dhcp dhcp-options binding show dhcpname GuestAccess_DHCP
    Options Configured from GUI
    ---------------------------
    Domain_Name
    Subnetmask                                                  255.255.255.0
    Default_Gateway                                             X.XX5.0.X
    Domain_Name_Servers                                         X.XX5.0.X
    Options Configured from CLI
    ---------------------------
    TFTP_Server_Name(66)                                        "http://1XX.1XX.XX.XX:X0X0"

    REF _ DHCP Options (RFC 2132)
    #dhcp

    Thanks & Regards,
    _______________________________________________________________

    Vivek Jagad | Team Lead, Global Support & Services 

    Log a Support Case | Sophos Service Guide
    Best Practices – Support Case


    Sophos Community | Product Documentation | Sophos Techvids | SMS
    If a post solves your question please use the 'Verify Answer' button.

Reply
  • Hello  ,

    Thank you for reaching out to the community, Please use the following commands to add the dhcp option name TFTP_server_name: 

    console> system dhcp dhcp-options binding add dhcpname GuestAccess_DHCP optionname TFTP_Server_Name(66) value http://1XX.1XX.XX.XX:X0X0

    console> system dhcp dhcp-options binding show dhcpname GuestAccess_DHCP
    Options Configured from GUI
    ---------------------------
    Domain_Name
    Subnetmask                                                  255.255.255.0
    Default_Gateway                                             X.XX5.0.X
    Domain_Name_Servers                                         X.XX5.0.X
    Options Configured from CLI
    ---------------------------
    TFTP_Server_Name(66)                                        "http://1XX.1XX.XX.XX:X0X0"

    REF _ DHCP Options (RFC 2132)
    #dhcp

    Thanks & Regards,
    _______________________________________________________________

    Vivek Jagad | Team Lead, Global Support & Services 

    Log a Support Case | Sophos Service Guide
    Best Practices – Support Case


    Sophos Community | Product Documentation | Sophos Techvids | SMS
    If a post solves your question please use the 'Verify Answer' button.

Children