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

How do I release the IP from with the Sophos UTM 9.2

I need to release the IP so when I directly connect my Verizon modem, it would be able to fetch a new one...as per:


https://community.sophos.com/products/unified-threat-management/astaroorg/f/54/t/41462


This thread was automatically locked due to age.
Parents
  • The linux command to release the DHCP lease is:

    sudo dhclient -r

    You will need to run it from the dhcpc chroot in /var/...

    That would only be useful if you were going to disconnect the UTM and replace it with another device.

    Barry
Reply
  • The linux command to release the DHCP lease is:

    sudo dhclient -r

    You will need to run it from the dhcpc chroot in /var/...

    That would only be useful if you were going to disconnect the UTM and replace it with another device.

    Barry
Children
No Data