OPNsense Forum

Archive => 18.7 Legacy Series => Topic started by: heinzelrumpel on September 02, 2018, 12:22:50 pm

Title: Enabling Webgui on WAN from CLI?
Post by: heinzelrumpel on September 02, 2018, 12:22:50 pm
Hi,

is it possible, to enable Webgui on WAN interface from the cli? Problem ist, that I installed on a Hyper-V test environment and WAN ist the only reachable interface right now.
Title: Re: Enabling Webgui on WAN from CLI?
Post by: fabian on September 02, 2018, 12:25:30 pm
It is very likely that the only resonable way to do it is disabling the packet filter temporary (pfctl -d) and then fix the configuration or if it is IP related, you should be able to configure it via the menu (IP, subnet, DHCP)
Title: Re: Enabling Webgui on WAN from CLI?
Post by: heinzelrumpel on September 02, 2018, 12:58:32 pm
OK, I found this article https://github.com/opnsense/core/issues/141. I followed the procedure, even did pfctl -d, but I cant reach webgui via wan. WAN is getting ip from dhcp but even on shell I cannot ping the dhcp server. I really dont know what is going wrong.

Title: Re: Enabling Webgui on WAN from CLI?
Post by: fabian on September 02, 2018, 02:51:54 pm
Does the DHCP server respond to pings from other machines as some machines are (mis-)configured to block it? Is it in the neighbor cache (arp, ndp)?