OPNsense Forum

Archive => 18.7 Legacy Series => Topic started by: sbtech on December 12, 2018, 03:25:39 am

Title: New Install - APU - No States and other issues
Post by: sbtech on December 12, 2018, 03:25:39 am
I setup a fresh install on an APU and configured 5 networks, 2 WAN and 3 LAN.

Primary WAN is Fiber and WAN2 is Comcast in DHCP.
2 LANs are public IP blocks assigned to me and the 3rd LAN is a private IP space 10.2.2.0/24.

I have several servers and my WISP router (PFSense) configured and passing traffic thru the opnsense APU over the fiber. private 10.2.2.0/24 is setup to send traffic over the Comcast internet and failover to the fiber. nothing connected to the 10.2.2.0/24 network will pass traffic to the internet, can't ping 8.8.8.8 but can ping public and private router interfaces.

When I goto look at the state table I see nothing (see picture) I feel like some of the other diagnostic tools are missing info too and I also noticed the the outbound NAT was in hybrid mode and the automatic rules are gone.

I have been using PFSense for years and I'm pretty sure I setup thing right but am missing something or my config has broken opnsense.

Title: Re: New Install - APU - No States and other issues
Post by: sbtech on December 12, 2018, 03:52:15 pm
I started reviewing the config XML and I had tried something that I did not remove after changing subnets for an interface.

I setup one of the LAN interfaces as 10.2.3.0/24 for a minute. After removing this I rebooted the router an the state table is back (and other diagnostic tools). This was also generating an error notification.


    <onetoone>
      <external>PUBLICIPREMOVED/32</external>
      <descr>master.sbtphone.net</descr>
      <interface>wan</interface>
      <type>nat</type>
      <source>
        <network>lan</network>
      </source>
      <destination>
        <address>10.2.3.10</address>
      </destination>
    </onetoone>