Hello,
As you can see, I'm new around here. I don't have too much experience and knowledge, and not so much time researching everything. But I'll start this discussion, maybe some else finds it useful (as elektroinside said).
I'm tying to setup OPNsense on a box with GA Z370N-WIFI / i3-8100.
Setup needed:
- WAN - PPPoE
- LAN (to switch)
- 4G LTE modem (for failover)
- IPsec IKEv2 (CA cert auth)
- DHCP, DNS ...
Later on: IDS/IPS and other security improvements, WiFi Guest network(if it works)
The issue:
I've installed OPNsense (OPNsense-18.1-OpenSSL-vga-amd64). Changed the LAN IP with 10.0.0.1/23 and set the PPPoE credentials. Left other things as is.
The internet is not working from LAN, not even resolving the DNS, but I'm able to ping outside from the OPNsense box.
See ipv4 routes in the attached image.
Might it be something related to this(https://github.com/opnsense/core/issues/2186) issue? If yes, what can I do about it? :D
Well, solved the problem. Of course I can't set the LAN to 10.0.0.1/23 since 10.0.0.1 is the PPPoE Gateway IP.
Heh, glad you worked it out.
We actually have a very similar setup, almost the same hardware, same ISP (except maybe that i'll be using a second Mikrotik for the failover multiwan setup with a Huawei 3G modem in it, the first one i use for the guest wifi network, which works, btw, very well, you just have to isolate it as per the manual or similar to it). Note that you cannot have the same gateway for both WANs, it will not work, so check the modem just to be sure, if you got it from RDS.
Welcome to OPNsense!
Oh, one more thing, you might want to take a look at this:
https://forum.opnsense.org/index.php?topic=7690.0
Question: did you managed to install 18.1 directly without getting a segmentation fault error? Or you worked around the issue by installing 17.5 first, then upgrade to 18.1.5?
I istalled it directly. It was pretty straight forward, no issue with the installation.
Downloaded the image, uncompressed it and used https://etcher.io/ to write it to USB flash drive.
Then, on the box, booted from the USB, ran the installer and that's it.
Thank you for your feedback :)