Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - lambrusco

#1
Do you have a PPPoE connection to the ISP?
In case unfortunately you cannot get too much from the APU as PPPoE connection cannot be multithreaded and split between CPU cores.

With an APU2 I was able to get around 450Mbps over PPPoE with these tunable settings (reboot the APU once you add those tunables)

net.isr.dispatch=deferred
net.isr.maxthreads=4
net.isr.numthreads=4
legal.intel_igb.license_ack
hw.igb.rx_process_limit=-1
hw.igb.tx_process_limit=-1
kern.random.harvest.mask=351


In any case you will not reach Gbps with an APU1 or APU2, what I did at the end was to use another router to do the PPPoE connection and then configure a DMZ there pointing to OPNsense. I got 1ms ping more because of the double NAT but I achieved Gbps.

If you're going this way just remove the "net.isr.dispatch=deferred" tuneable as this setting is just to optimise PPPoE but decrease the general forwarding performance.
#2
General Discussion / Re: Bufferbloat help
April 23, 2020, 09:18:12 PM
You should go in the Rules tab of the page, not the general firewall rules on the left menu.
#3
Hi, I had a similar issue with my OPNsense, I found out that if you're using VLAN you need to keep enable both the VLAN interface (In my case assigned to LWAN) and the pppoe WAN assigned to WAN.

This is how my configuration looks like:
#4
19.7 Legacy Series / Re: [Solved] Sonos on VLANS
February 18, 2020, 04:18:51 PM
Quote from: marjohn56 on February 17, 2020, 04:40:59 PM
Sounds like the media server stops sending once it's got an ack from the control point.

I will try to debug once I get back home (this weekend) but it seems strange that he stops sending when he receive the ACK as this don't happens when both are connected under the same network.

Maybe @bertofurth has some suggestions on how to debug it.

Please let me know if you want to continue this discussion on the new thread.

Thanks a lot.
#5
19.7 Legacy Series / Re: [Solved] Sonos on VLANS
February 17, 2020, 04:22:55 PM
Thanks a lot Marjohn, It works flawless with mDNS (used for AirPlay) but it has some issues with SSDP, here is my scenario:
Network 1: DLNA control point (iPhone Naim app)
Network 2: DLNA media server (QNAP NAS) + DLNA media renderer (Naim streamer
Configured relay to IP 239.255.255.250 for the 1900 UDP port.

Whenever I open the control point application from network 1 I can't see the media server.
If I restart the media server while I'm in the discovery screen of the control point I can see and select the Media Server.
If I close the app and reopen it the media server is gone.
So basically it seems that if the control point is running and the media server send the broadcast message at startup the frames got relayed, otherwise no. Please note that if I keep the control point app on the same network this does not happen and it always shows the Media Server.

Till now I tried to change the TTL flag and also enabled/disabled IGMP snooping, but nothing changes.
Do you have any advice on how can I debug this issue?

Many thanks for your work.
#6
19.7 Legacy Series / Re: [Solved] Sonos on VLANS
February 16, 2020, 02:21:05 PM
Hey marjohn56, may I have the plugin too?
Thanks!
#7
Hi, could you please explain better the steps?
I added the NAT and I see that in the logs my local VPN is getting NATted but somehow the packet is not routed back to the IPSec interface and I cannot connect to external IPs.

Thanks
#8
Had the same issue, I used the following parameters in the custom options field and then it worked.

server:
forward-zone:
name: "."
forward-ssl-upstream: yes
forward-addr: 1.1.1.1@853
forward-addr: 1.0.0.1@853
#9
Does anyone can help?
Thanks!
#10
Hi Bart,
thanks for the answer.

WAN interface has a local IP on a private network 192.168.100.0/24 but gets the public IP via PPPoE

here are my automatic routes (The obscured one is the public IP):
#11
Hi all, I followed the How to guide for configuring an IPsec Road-Warrior VPN to connect my home network from outside and I'm now able to access my local network.

What I would like to do now is having the possibility to route all the internet traffic from my laptop trough my home connection.

I created the following firewall rules


And when I try to navigate I see in the logs that the rule is triggered


Despite the firewall rules working I cannot connect outside the LAN.

Those are the automatic generates NAT rules:


Does anyone has a suggestion on where it could be the issue?

Thanks!