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 - qwertypro

#1
SOLVED!

We can find the miniupnp debug logs at System - Routes - Log File menu, but I don't see any interesting log.
I did a packet capture on the interface and I see the packets reaching the bridge0 interface.

I'm trying to figure out why the packet weren't processed and I find a misconfigured firewall rule on the interface... :D

Thank You pmhausen for the questions and for spend time on my problem!
Have a nice weekend!
#2
Not yet. I don't see  any blocked connection.
What kind of rule do you recommend? UDP 1900?
#3
The detailed setup is:
igb0 - assigned
igb1 (lan) - assigned, enabled
igb0_vlan10 - assigned, enabled
igb1_vlan10 - assigned, enabled
bridge0 (igb0_vlan10 + igb1_vlan10) - assigned, enabled, static IP with DHCP enabled

When I'm connected the network, I got IP address via DHCP.
The application couldn't register themself to UPNP.
#4
Hello Gents!

I would like to ask some help, because my configuration is not working.

I connected two interfaces with a bridge. igb0, igb1 -> bridge0
I set the two advanced options, as the manual said.
net.link.bridge.pfil_member 0
et.link.bridge.pfil_bridge 1
I have the outbound NAT rule for the application port.

I start the UPNP service on the bridge0 interface.
When I run an application from igb1, it can't register themself to UPNP service.

What do you think, what's the problem?
Thank you for help!
Have a nice weekend!
#5
Nothing so far :(
#6
I tried with a single domain too without CDN, and the same. Unstable connection and pinging time.
What kind of other diagnostics should I run?
#7
Dear OPNsense Community,

I would like to ask some help, because I have connection issues on my firewall.
The connection to the internet is lagging, dropping packets.
The connection tested with a router connected directly to the ISP's modem and there was OK.

Currently I have OPNsense 22.1.2_1 (fresh installation), apu2e2 with Intel i211AT NIC.

root@firewall:~ # ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1): 56 data bytes
64 bytes from 1.1.1.1: icmp_seq=0 ttl=58 time=368.237 ms
64 bytes from 1.1.1.1: icmp_seq=1 ttl=58 time=2.554 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=58 time=2.943 ms
..
64 bytes from 1.1.1.1: icmp_seq=8 ttl=58 time=2.831 ms
64 bytes from 1.1.1.1: icmp_seq=9 ttl=58 time=541.662 ms
64 bytes from 1.1.1.1: icmp_seq=10 ttl=58 time=203.295 ms
64 bytes from 1.1.1.1: icmp_seq=11 ttl=58 time=2.639 ms
64 bytes from 1.1.1.1: icmp_seq=12 ttl=58 time=2.977 ms
..
64 bytes from 1.1.1.1: icmp_seq=16 ttl=58 time=2.835 ms
64 bytes from 1.1.1.1: icmp_seq=17 ttl=58 time=2.091 ms
64 bytes from 1.1.1.1: icmp_seq=18 ttl=58 time=2.057 ms
64 bytes from 1.1.1.1: icmp_seq=19 ttl=58 time=374.500 ms
64 bytes from 1.1.1.1: icmp_seq=20 ttl=58 time=550.380 ms
64 bytes from 1.1.1.1: icmp_seq=21 ttl=58 time=1.951 ms
64 bytes from 1.1.1.1: icmp_seq=22 ttl=58 time=1.746 ms
..
64 bytes from 1.1.1.1: icmp_seq=672 ttl=58 time=229.224 ms
64 bytes from 1.1.1.1: icmp_seq=673 ttl=58 time=204.755 ms
^C
--- 1.1.1.1 ping statistics ---
674 packets transmitted, 662 packets received, 1.8% packet loss
round-trip min/avg/max/stddev = 1.309/103.505/1503.840/228.744 ms


root@firewall:~ # iperf3 -c paris.testdebit.info -p 9239 -w 1024k
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  6]   0.00-10.00  sec  47.5 MBytes  39.8 Mbits/sec   20             sender
[  6]   0.00-10.04  sec  46.8 MBytes  39.1 Mbits/sec                  receiver


Do you have any ideas to resolve this problem?