Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
Intrusion Detection and Prevention
»
IPS PPPoE Interface
« previous
next »
Print
Pages: [
1
]
Author
Topic: IPS PPPoE Interface (Read 8763 times)
juliocbc
Sr. Member
Posts: 332
Karma: 12
IPS PPPoE Interface
«
on:
September 20, 2018, 08:33:17 pm »
Hi,
I've configured the IPS in two of my firewall interfaces, one a physical interface with static IP address and other with PPPoE. The physical interface I can see alerts as usual, but the PPPoE dont show any alerts.
p.s.: I've HIPS installed in the servers behind (NAT) of the PPPoE and a lot of alerts are showing up.
Anyone with the same problem?
Thanks!
Logged
Cloudfence Open Source Team
franco
Administrator
Hero Member
Posts: 17661
Karma: 1611
Re: IPS PPPoE Interface
«
Reply #1 on:
September 24, 2018, 09:23:22 am »
PPPoE with IPS is a known FreeBSD limitation. In IDS mode it seems to work.
Cheers,
Franco
Logged
juliocbc
Sr. Member
Posts: 332
Karma: 12
Re: IPS PPPoE Interface
«
Reply #2 on:
September 24, 2018, 04:48:52 pm »
Hi Franco!
Thanks!!
Do you know if is anyone working to fix it?
Logged
Cloudfence Open Source Team
Trevelian
Newbie
Posts: 8
Karma: 0
Re: IPS PPPoE Interface
«
Reply #3 on:
December 21, 2018, 08:17:31 pm »
Hello,
Its a limitation of FreeBSD that can be fixed, or its just not possible ?
I use opnsense for Internet access but also for internal network segmentation, and the performance penalty with suricata IPS on LAN interface is too high. So having it on PPPoe seems more appropriate.
Thanks,
Trevelian.
Logged
bunchofreeds
Full Member
Posts: 203
Karma: 11
Re: IPS PPPoE Interface
«
Reply #4 on:
July 20, 2019, 03:04:23 am »
Does anyone have any update or further information regarding using IPS on a PPPOE interface.
It would be good to have this working, I can only utilise IPS on the LAN interface currently.
Logged
lox
Newbie
Posts: 36
Karma: 1
Re: IPS PPPoE Interface
«
Reply #5 on:
August 22, 2019, 06:51:08 am »
I am facing the issue too
Logged
mimugmail
Hero Member
Posts: 6766
Karma: 494
Re: IPS PPPoE Interface
«
Reply #6 on:
August 22, 2019, 07:41:21 am »
Quote from: franco on September 24, 2018, 09:23:22 am
PPPoE with IPS is a known FreeBSD limitation. In IDS mode it seems to work.
Cheers,
Franco
....
Logged
WWW:
www.routerperformance.net
Support plans:
https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German):
https://opnsense.max-it.de/
bunchofreeds
Full Member
Posts: 203
Karma: 11
Re: IPS PPPoE Interface
«
Reply #7 on:
August 24, 2019, 12:06:40 am »
So OPNsense have to wait for FreeBSD to resolve this, and I'm assuming that may never happen as I wouldn't imagine FreeBSD could care less about IPS with PPPoE...
Bummer
I would like to add that OPNsense IPS works perfectly for me on the LAN interface and honestly this is workable for me.
Still loving the product overall and really appreciate the hard work that is invested to progress it.
It's still easily the best solution for me.
Found this for reference
https://forum.opnsense.org/index.php?topic=3630
«
Last Edit: August 24, 2019, 12:39:30 am by bunchofreeds
»
Logged
mimugmail
Hero Member
Posts: 6766
Karma: 494
Re: IPS PPPoE Interface
«
Reply #8 on:
August 24, 2019, 08:30:33 am »
Dont you think IPS will also block tge packets when listening on LAN?
Also there will be way less noise in alerts.
Logged
WWW:
www.routerperformance.net
Support plans:
https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German):
https://opnsense.max-it.de/
bunchofreeds
Full Member
Posts: 203
Karma: 11
Re: IPS PPPoE Interface
«
Reply #9 on:
August 24, 2019, 10:52:12 pm »
I agree mimugmail, as I stated earlier, IPS on the LAN interface works for me and currently meets my needs.
It does mean that this traffic has already reached my LAN interface however, so depending on the vulnerability, this could be deemed a security concern for others.
With IPS on a PPPoE interface being unavailable, does this need to be captured as an issue to be resolved?
Apologies if this is already happening or if in fact it does not need to be resolved at all! I understand that this is an issue with FreeBSD, but where does that leave this issue for OPNsense users?
Does there need to be a statement that IPS does not, and will not work for a PPPoE interface.
I assume others could have a valid reason for this to be functional?
Lots of assumptions on my behalf
Happy to be told I am wrong
Logged
AdSchellevis
Administrator
Hero Member
Posts: 907
Karma: 184
Re: IPS PPPoE Interface
«
Reply #10 on:
August 25, 2019, 10:59:16 am »
In a lot of cases you actually want to use the internal network, since most rules depend on some notion about what's local (HOME_NET) and the outside world (!HOME_NET), which gets lost when capturing data post-NAT.
A lot of IDS systems capture data from the switch by the way, which often has similar visibility.
From a security perspective it likely won't make a huge difference if the traffic wasn't intended for the firewall (trying to access a local service, not blocked from the firewall itself). When using IPS on a WAN interface and adding your wan ip to the local (home) networks, chances of false positives increase a lot too, since it would consider all traffic, not only what would pass the firewall.
Since PPPoE isn't a "physical" interface, I don't think it's likely that it will gain netmap support, the framework isn't really intended for it. (vlans need the parent interface too for example)
(We have some comments in the docs about the requirement of netmap support by the way
https://docs.opnsense.org/manual/ips.html
, but there's always room for improvement)
Best regards,
Ad
Logged
Quetschwalze
Newbie
Posts: 29
Karma: 3
Re: IPS PPPoE Interface
«
Reply #11 on:
November 22, 2019, 01:20:26 pm »
Same issue for me sadly
Unfortunately running Suricata on LAN interface is not an option for me, since Sensei is already active on that interface.
I understand that this needs to be fixed by FreeBSD, but has it been brought to their attention lately? I've only found an old bug on redmine which has been abandoned 2 years ago due to inactivity.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
Intrusion Detection and Prevention
»
IPS PPPoE Interface