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

Change ip address from command line UTM 9.3

First let me say my Sophos was removed from the network and something else is now using that IP address, so I can't just plug it back in to the network or it will get a conflict.

I have hooked a monitor up to it, but I can't login with any of the passwords I thought it was. I followed the password reset and got all the way thru the resets and rebooting and to the 'raw' command, but then all the online articles say to browse to it normally, and I don't know how to get to it via a browser because if I plug it in, it will get an ip conflict with another piece of crucial network equipment.

So can I change the ip address of the sophos from here? I am stuck. 



This thread was automatically locked due to age.
Parents
  • HI D K, 

    To change the settings, you also use the ifconfig command, this time with a few parameters:

    sudo ifconfig eth0 192.168.0.1 netmask 255.255.255.0

    That’s about all all you need to do to change your IP. Of course, the above command assumes a few things:

    • The interface that you want to change the IP for is eth0
    • The IP you want to give the interface is 192.168.0.1
    • The Subnet Mask you want to set for the interface is 255.255.255.0

    Regards,

    Aditya Patel
    Global Escalation Support Engineer | Sophos Technical Support

    Knowledge Base  |  @SophosSupport | Sign up for SMS Alerts
    If a post solves your question use the 'This helped me' link.

Reply
  • HI D K, 

    To change the settings, you also use the ifconfig command, this time with a few parameters:

    sudo ifconfig eth0 192.168.0.1 netmask 255.255.255.0

    That’s about all all you need to do to change your IP. Of course, the above command assumes a few things:

    • The interface that you want to change the IP for is eth0
    • The IP you want to give the interface is 192.168.0.1
    • The Subnet Mask you want to set for the interface is 255.255.255.0

    Regards,

    Aditya Patel
    Global Escalation Support Engineer | Sophos Technical Support

    Knowledge Base  |  @SophosSupport | Sign up for SMS Alerts
    If a post solves your question use the 'This helped me' link.

Children
No Data