1
General Discussion / Re: New to OpnSense, config borked, unsure of ideal setup
« on: December 14, 2022, 03:07:32 am »
solved. It was a couple things, will list in case anyone as dumb as I am finds themselves in a similar situation:
1. changed the wifi static IPv4 to 192.168.20.1, to avoid subnet conflict with wan
2. set the default gateway for the WAN interface with dest IP as the edge-router's actual ip, so 192.168.10.1.
3. created a route, using the above gateway, to the ip of the ISP listed in the edge-routers config
4. created a rule group for 3 interfaces: loopback, wifi, lan
5. created a default allow all rule(in, ipv4+6, any proto, any dest) for the created group
6. under firewall->settings->advanced, checked disable reply-to (may not be necessary)
I think that's everything. It was a lot of tinkering, trying to run interface diagnostic tools, googling, followed by more tinkering, so there may be changes that are relevant that I haven't listed. btw, If anyone sees something I should probably change, please let me know
otherwise I'll mark this solved in a few days
1. changed the wifi static IPv4 to 192.168.20.1, to avoid subnet conflict with wan
2. set the default gateway for the WAN interface with dest IP as the edge-router's actual ip, so 192.168.10.1.
3. created a route, using the above gateway, to the ip of the ISP listed in the edge-routers config
4. created a rule group for 3 interfaces: loopback, wifi, lan
5. created a default allow all rule(in, ipv4+6, any proto, any dest) for the created group
6. under firewall->settings->advanced, checked disable reply-to (may not be necessary)
I think that's everything. It was a lot of tinkering, trying to run interface diagnostic tools, googling, followed by more tinkering, so there may be changes that are relevant that I haven't listed. btw, If anyone sees something I should probably change, please let me know
otherwise I'll mark this solved in a few days