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.
  • 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

    Gil Peled.

    CEO- Expert2IT LTD.

    SOPHOS Platinum Partner.

    Gil@expert2it.co.Il.

  • Forgot to mention .

    If you don't have access with SSH same instructions for console , no need su- just login as root and fallow this procedure .

    :-)

    Gil Peled.

    CEO- Expert2IT LTD.

    SOPHOS Platinum Partner.

    Gil@expert2it.co.Il.

  • Thank you for your response.

    ******************* When I confirmed ''ifconfig eth1 192.168.1.1 255.255.255.0''
    ******************* I have the following response: ''SIOCSIFADDR: invalid argument''

    Thank you!
  • You are missing something 

    Do :

    Ifconfig eth1 192.168.1.1 netmask 255.255.255.0

    That will do the work.

    Gilipeled

    Gil Peled.

    CEO- Expert2IT LTD.

    SOPHOS Platinum Partner.

    Gil@expert2it.co.Il.

  • :-) 

    I was missing something not you.
    I forgot to tell to add netmask.
    I am using few Linux versions and in some the netmask is not necessary , here it is !!!
    Please inform if it solved you the issue.
    Just remember to change it in webadmin if you get to it.

    Good luck

    Gil Peled.

    CEO- Expert2IT LTD.

    SOPHOS Platinum Partner.

    Gil@expert2it.co.Il.

  • It works very well.

    Thank you so much!
  • :-)

    Always happy to help .

    All my best .

    Gil Peled.

    CEO- Expert2IT LTD.

    SOPHOS Platinum Partner.

    Gil@expert2it.co.Il.