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

Topics - dzikus

#1
Hello,

one of my routers after upgrade to 20.7 on single (it has 4port network card, problem occurs only on 1 port) broadcom 1000Base-T interfaces has huge latency, it was ~0,5ms, right now it is ~20-25ms. I already changed "VLAN Hardware Filtering" to disable with some success but it was working on 20.1.9_1 like a charm, currently not.

On attached screenshot host monitored thru this interface on 20.1.9_1 and on 20.7 after ~22:00. Please help what else can I tune to drop this latency (hardware checksum offload disabled, hardware TCP segmentation offload disabled, hardware large receive offload disabled and VLAN Hardware Filtering also disabled).

Additional info: this bge1 interface is also used to vlan tags as the only interface in this router.
#2
General Discussion / dpdaction not configurable
October 02, 2018, 03:05:32 PM
Why in ipsec.conf dpdaction is always set as clear?
  dpdaction = clear

I would like to set it with one of my OPNSense routers to "restart". Is there a chance to implement GUI for that?
#3
Why in ipsec.conf dpdaction is always set as clear?
  dpdaction = clear

I would like to set it with one of my OPNSense routers to "restart". Is there a chance to implement GUI for that?
#4
I have OPNSense as router in location where I have 3 different networks:
192.168.1.254 as main LAN addres
10.1.10.254 as virtual ip on the same lan interface
172.28.10.254 as second virtual ip on the same lan interface
and I have reasons to have such config and don't need vlans or even can't do vlans on this network.

I replaced my old Linux router by OPNSense and almost everything is working great but I can't config DHCPv4 service to serve virtual ip networks. For example when I'm trying to add static mapping to 10.1.10.1 address on LAN, I'm getting "The IP address must lie in the LAN subnet." error.

This is insane because this is working on Linux or even windows dhcpd, and I don't see reason to block this on OPNSense. How can I add static mapings to other networks then 192.168.1.0/24?