I am connecting to my corporate vpn using openconnect and network-manager-openconnect. When I connected to the vpn, I tried navigating to localhost to hit my local web server where I was doing some development.
The page could not load and I could see Connecting 192.168.233.38
(or some similar address) in the Firefox window. If I use http://127.0.0.1
this works fine.
Using ping localhost
from a console works fine and shows localhost
as 127.0.0.1
.
Very frustrating! Any ideas?