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

Reset network interafce from console

Hi,

I had any problems configuring Sophos UTM Version 9.1 I assign a subnet to bad network interface webinterafce ... seemingly impossible to go back I want to know how to reset an interface from the console

thank you!


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

    In other post I already gave instructions how to change with SSH , the change is temporary so change there then go to webadmin and change there for permanent change.
    SSH to UTM
    su -
    Enter the root password
    Let's say you want to change Eth0 ip and subnet to 192.168.0.1 255.255.255.0
    Ifconfig eth0 192.168.0.1 255.255.255.0
    Ifconfig eth0 up.

    Then you can access webadmin to this address if it was the one you changed and don't have access .
    Then change the address and subnet of this interface in webadmin.

    All my best
Reply
  • Hi ,

    In other post I already gave instructions how to change with SSH , the change is temporary so change there then go to webadmin and change there for permanent change.
    SSH to UTM
    su -
    Enter the root password
    Let's say you want to change Eth0 ip and subnet to 192.168.0.1 255.255.255.0
    Ifconfig eth0 192.168.0.1 255.255.255.0
    Ifconfig eth0 up.

    Then you can access webadmin to this address if it was the one you changed and don't have access .
    Then change the address and subnet of this interface in webadmin.

    All my best
Children
No Data