Guest User!

You are not Sophos Staff.

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

UTM running as a VM, swapped out a NIC, now can't access webadmin

So, my VMware server shut down.  It wouldn't turn back on, but long story short, the multi-interface NIC I was using stopped working, forcing me to swap it out for another.

I had to reconfigure the VMs to utilize the new NIC.  The other two VMs have no issue, but my UTM VM does.  

I cant access webadmin.   The local address I used to manage the UTM through webadmin ended in .223, but now the console says to connect on the .202 address, which I have no clue how it got.  (VMware shows the UTM to have both the .223 and .202 addresses.) However, I can't connect to the .202 address using h***s://x.x.x.202:4444, i can't ping the address, nor can I access it using SSH (nor can I to the .223 address).

I'm at a complete loss as to what to do.

Is there any way to break the boot up sequence to fix the configuration?

Any and all help will be greatly appreciated.



This thread was automatically locked due to age.
Parents
  • So, I managed to access the system using the console (esc, edit init=/bin/bash).

    It appears that the UTM has no interfaces (other than the loopback). When I run lspci I see two Ethernet Controllers (VMXNET3).

    I guess the question is how to add them.  I'll admit, my linux knowledge is limited, so I followed some tutorial about adding them to /etc/networks and rebooting (didn't know how to restart the services), but that didn't solve the problem.

  • I wonder if just editing and saving your VM might not fix this issue.  If not, ...

    Is the subnet from which you are accessing in one of the networks listed by cc get WebAdmin allowed_networks?  If you want more detail about a network 'REF_NetIntInterNetwo', try cc get_object 'REF_NetIntInterNetwo'.

    If that shows you that "Internal (Network)" is the name of the network, try cc get_object_by_name interface ethernet 'Internal'.  Assuming the value of 'itfhw' is REF_IntEth?????, show us what you get with cc get_object REF_IntEth?????.

    Also, show us: cat /etc/udev/rules.d/70-persistent-net.rules

    Cheers - Bob

Reply
  • I wonder if just editing and saving your VM might not fix this issue.  If not, ...

    Is the subnet from which you are accessing in one of the networks listed by cc get WebAdmin allowed_networks?  If you want more detail about a network 'REF_NetIntInterNetwo', try cc get_object 'REF_NetIntInterNetwo'.

    If that shows you that "Internal (Network)" is the name of the network, try cc get_object_by_name interface ethernet 'Internal'.  Assuming the value of 'itfhw' is REF_IntEth?????, show us what you get with cc get_object REF_IntEth?????.

    Also, show us: cat /etc/udev/rules.d/70-persistent-net.rules

    Cheers - Bob

Children