OPNsense Forum

Archive => 20.7 Legacy Series => Topic started by: JW1990Qwerty on January 19, 2021, 04:00:13 PM

Title: SOLVED -- Can't Access the GUI after wizard reloads
Post by: JW1990Qwerty on January 19, 2021, 04:00:13 PM
I am building an OPNsense router for my work, and I keep running into a peculiar issue.

When I run through the wizard the normal way, the website will reload, and when I try to return to the web gui (via its new IP address, 192.168.1.1), it will give me the "site cannot be reached" error.  I am able to continue my configurations via SSH, but it would be much more helpful and convenient if I had access to the GUI.  Are there any ideas as to why this is happening?  Thanks in advance for your help!
Title: Re: Can't Access the GUI after wizard reloads
Post by: JW1990Qwerty on January 23, 2021, 11:12:01 PM
Bump
Title: Re: Can't Access the GUI after wizard reloads
Post by: franco on January 23, 2021, 11:18:16 PM
You don't give any info as to what you are trying to configure so it's impossible to follow and thus no responses assuming it is likely a configuration mistake.

Under normal circumstances the wizard will not cause this.


Cheers,
Franco
Title: Re: Can't Access the GUI after wizard reloads
Post by: JW1990Qwerty on January 25, 2021, 02:20:51 PM
My apologies.  We are installing OPNsense on a Protectli.  The Protectli will be used as a router for our customers at our VOIP services company. 

As I said, whenever I go through the wizard as normal, and assign an IP address, I cannot load up the web interface via that IP.

With respect to the protectli,  I believe I have everything connected properly, and have assigned and connected the cables and interfaces properly.

(Lan is igb1, Wan is igb0--does this sound correct?)

Has anyone had any issues with protectli similar to this?
Title: Re: Can't Access the GUI after wizard reloads
Post by: JW1990Qwerty on January 25, 2021, 02:52:54 PM
We have a static IP from the ISP.  Should I be setting up LAN to be provided an IP via DHCP?  The test bench I have at my work is fairly jumbled, and I am also trying to figure out how to get it online.
Title: Re: Can't Access the GUI after wizard reloads
Post by: koushun on January 28, 2021, 11:44:21 PM
My guess is that whenever you use the wizard, the interfaces switch; your LAN is no longer the LAN, it is the WAN. What you think is your WAN is no longer the WAN, it has become your LAN interface.

Default for OPNsense, if I remember correctly, is to define the first available interface as the LAN.

Set a static IP adress within the same network range as the firewalls LAN address on a client. Detach all cables and try to do a simple ping test on each port available on your protectcli.

When you've got a reply, you have found your LAN interface and can continue your adventure :)
Title: Re: Can't Access the GUI after wizard reloads
Post by: franco on January 29, 2021, 07:18:24 AM
Wait, are we talking about the "wizard" wizard of the GUI (does not flip interfaces) or the "wizardy" console/ssh assignment options 1 & 2?

Again, details matter.


Cheers,
Franco
Title: Re: Can't Access the GUI after wizard reloads
Post by: JW1990Qwerty on January 29, 2021, 02:35:03 PM
Quote from: koushun on January 28, 2021, 11:44:21 PM
My guess is that whenever you use the wizard, the interfaces switch; your LAN is no longer the LAN, it is the WAN. What you think is your WAN is no longer the WAN, it has become your LAN interface.

Default for OPNsense, if I remember correctly, is to define the first available interface as the LAN.

Set a static IP adress within the same network range as the firewalls LAN address on a client. Detach all cables and try to do a simple ping test on each port available on your protectcli.

When you've got a reply, you have found your LAN interface and can continue your adventure :)

That's exactly what I did and it is now working.  Thanks!
Title: Re: Can't Access the GUI after wizard reloads
Post by: koushun on January 31, 2021, 02:00:40 PM
Great!

Please read the forum rules, and mark this post as [SOLVED]

:)
Title: SOLVED -- Can't Access the GUI after wizard reloads
Post by: JW1990Qwerty on February 01, 2021, 02:48:46 PM
Thanks