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

#1
Hi!

ibg1 is for the second WAN gateway (172.16.1.1), igb2 for the first  WAN gateway (172.16.0.1). Routing looks fine:

root@opnsense:~ # netstat -rn | grep 172.16
default            172.16.0.1         UGS        igb2
8.8.4.4            172.16.1.1         UGHS       igb1
8.8.8.8            172.16.0.1         UGHS       igb2
172.16.0.0/24      172.16.0.1         UGS        igb2
172.16.0.22        link#3             UHS         lo0
172.16.1.0/24      172.16.1.1         UGS        igb1
172.16.1.21        link#2             UHS         lo0
192.168.3.0/24     172.16.0.1         UGS        igb2
192.168.5.0/24     172.16.0.1         UGS        igb2
192.168.178.0/24   172.16.0.1         UGS        igb2

igb1 is up and received a lease by DHCP. I can also see igmp.mcast messages send by the gateway on igb1. However, even so the network is local and everything seems to be fine, pinging the second gateway 172.16.1.1 fails and no traffic is seen on igb1 with tcpdump:

root@opnsense:~ # ping 172.16.1.1
PING 172.16.1.1 (172.16.1.1): 56 data bytes
ping: sendto: Invalid argument

I checked various post regading this topic, but none of it matches. This issue did not occur before 23.1

BR, Marc
#2
22.1 Legacy Series / Re: /var/etc/dnsmasq-hosts in 22.1
February 01, 2022, 04:37:00 PM
Hi!

I switched to Unbound now and deactivated dnsmasq. Hope this solves my issues. So far no problems with Unbound.

BR, Marc
#3
22.1 Legacy Series / /var/etc/dnsmasq-hosts in 22.1
February 01, 2022, 09:01:35 AM
Hi!

I recently upgraded to 22.1, Generelly this worked fine, but I now have an odd dnsmasq problem. After a certain runtime (with " Register DHCP leases" enabled within a few minutes, without " Register DHCP leases" enabled within a one or two hours), the /var/etc/dnsmasq-hosts is either corrupted (lots of "^@^@" entries) or all static DHCP entries are missing. After restarting dnsmasq the file is correctly regenerated and everything is fine again - for the next minutes or hours. Then local DNS is once again not available, as   something strange happend again to /var/etc/dnsmasq-hosts  :o

Thanks, Marc
#4
Hi!

My primary WAN line is 1Gbps while the secondary is just 50Mbps. Thus  the difference in weighting should be 20, but the highest value which is selectable is 5. Is there ea reason for this limited. Can it be changed?

BR, Marc