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

#1
Hi,

yesterday I've upgraded from 23 to 24. This completely broke my DHCP setup. I use VLAN's with a central DHCP server which evaluates DHCP option 82 and agent.circuit-id like this:


class "PL-VLAN204" {
  match if option agent.circuit-id = "lagg0_vlan204";
}


DHCP relay with v23 tags the DHCP requests with the interface name in agent.circuit-id. DHCP relay in v24 stopped doing so and seems to use tags like "001a", "001b" and so on. For some reason my DHCP server does not match these tags.

How to get back the old agent.circuit-id's ?

TIA
Matthias
#2
German - Deutsch / Re: Load balancing & Fail over
January 01, 2024, 01:15:06 PM
Das Monitoring pingt ein wenig nehme ich an. Aber ich sehe hier HTTP(S) und anderes.



Ich habe das Interface wieder aktiviert und jetzt sieht das - warum auch immer - gut aus. Ich sehe RSTP, LLDP, ARP und das Monitoring-Ping, sonst nichts. Sollte also alles passen.
#3
German - Deutsch / Load balancing & Fail over
December 29, 2023, 12:36:56 PM
Hallo,

ich habe hier 2 VDSL Anschlüsse und einen LTE Zugang. Ich hätte gerne Load balancing für die VDSL-Anschlüsse und den LTE als fail over. Dazu habe ich eine Gateway-Gruppe gebaut mit den beiden VDSL als Tier 1 und dem LTE als Tier 2. Bei den Gateways habe ich das Monitoring aktiviert und den Haken bei "Upstream gateway" gesetzt.

Jetzt sehe ich aber immer wieder Traffic auf dem LTE, wie verhindere ich das bzw. wie mache ich das richtig?

TIA
Matthias
#4
23.7 Legacy Series / Routing or TCP Relay
December 09, 2023, 02:35:34 PM
Hi,

my setup looks like this:

MailServer -> OpnSense1 -> Wireguard (Internet) -> OpnSenese2 -> Internet

Port 25 of the mail server has to be routet to OpnSese2 to reach other mail servers. IMHO there are two possible solutions:

1. A policy based route on OpnSense2 pointing to the LAN address of OpnSense2 where the packets get nated and routed out to the internet.

2. A TCP relay on OpnSese2 used at the mailserver.

For 1. I can't figure out how to configure the routing in OpnSesnse1 and for 2. I don't know which plugin to use. A Mail-Relay on OpnSense2 is no option for me.

Any suggestions?

TIA
Matthias
#5
I just want to say "thank you" for the really nice new traffic graphs and especially for the new traffic widget. Exactly what I needed. Great work!

#6
Same here, just FTR. For me it crashes about every second day. I will apply the patch.
#7
Perhaps this may help:

https://github.com/opnsense/core/issues/4338

It solved my problem.
#9
20.7 Legacy Series / Re: IPv6 radvd stops working
November 10, 2020, 08:05:58 AM
I don't think so. There are no "in6_ifadd: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx is already configured" messages. External IPv6 connectivity works. Only internal systems loose their auto configured default gateway because radvd stops working and so the IPv6 default gateway does not get advertised and times out at the clients. The workaround for my problem is to restart radvd.

#10
20.7 Legacy Series / IPv6 radvd stops working
November 08, 2020, 11:57:42 AM
Hi,

since I've upgraded to 20.7 about every month radvd stops working and so IPv6 on my internal interfaces as the default route expires and isn't renewed. I've to restart radvd. After this everything is back to normal.

How to debug and fix this?

TIA
Matthias
#11
20.7 Legacy Series / Re: current setup to cluster
October 14, 2020, 04:49:36 PM
Cool, thanks, I will give it a try.
#12
20.7 Legacy Series / Re: current setup to cluster
October 14, 2020, 02:37:21 PM
Thanks, well, my intention was to avoid to rekonfiguriere all 18 interfaces :-)

What about my few hundred firewall rules? The rules are bound to interfaces ...

An option may be to get two new appliances and migrate everything, also some thing I wanted to avoid.
#13
20.7 Legacy Series / Re: current setup to cluster
October 14, 2020, 01:55:31 PM
Ok, thanks but how to do this? Is there any documentation or a howto?
#14
20.7 Legacy Series / current setup to cluster
October 14, 2020, 12:39:05 PM
Hi,

I've a running setup on a single appliance and I want to add a second appliance to create a cluster. Is it possible to do this without wiping my existing setup?

TIA
Matthias
#15
General Discussion / Re: UDP Broadcast Relay
October 14, 2020, 12:16:13 PM
Just want to thank you for this great plugin. You made my day. Sonos and CIFS/SMB lookups perfectly work across VLANs.