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

#1
18.7 Legacy Series / Re: mac flaps on catalyst
January 11, 2019, 09:42:30 AM
Not sure what you mean by that? Can you elaborate?
#2
18.7 Legacy Series / Re: mac flaps on catalyst
January 09, 2019, 03:31:47 PM
Under System: Log Files: General it only shows the following:

Jan 9 15:26:21   kernel: 6
Jan 9 15:26:21   syslogd: kernel boot file is /boot/kernel/kernel
Jan 9 15:26:20   syslogd: exiting on signal 15
Jan 9 15:26:14   syslogd: kernel boot file is /boot/kernel/kernel
Jan 9 15:26:13   syslogd: exiting on signal 15
Jan 9 15:24:59   kernel: DF,17,udp,1356,10.130.83.14,239.0.0.2,60188,5000,1336
Jan 9 15:24:59   syslogd: kernel boot file is /boot/kernel/kernel
#3
18.7 Legacy Series / mac flaps on catalyst
January 09, 2019, 12:09:45 PM
Hello again,

I've been running two OPNsense nodes with CARP configured for a while now and had to change the HP switch they are connected to for a Cisco Catalyst.
So no changes in the OPNsense config are made.

The switch constantly reports MAC flaps, and when I log in to the VIP address I keep getting logged out (as if the MAC address indeed keeps flipping).

What would be the way to tackle this issue?

*Jan  9 10:13:53.458: %SW_MATM-4-MACFLAP_NOTIF: Host 0000.5e00.010e in vlan 883 is flapping between port Gi0/5 and port Gi0/4
*Jan  9 10:13:53.458: %SW_MATM-4-MACFLAP_NOTIF: Host 0000.5e00.010d in vlan 883 is flapping between port Gi0/5 and port Gi0/4
*Jan  9 10:13:53.458: %SW_MATM-4-MACFLAP_NOTIF: Host 0000.5e00.010f in vlan 883 is flapping between port Gi0/5 and port Gi0/4
*Jan  9 10:14:08.746: %SW_MATM-4-MACFLAP_NOTIF: Host 0000.5e00.010e in vlan 883 is flapping between port Gi0/4 and port Gi0/5
*Jan  9 10:14:08.746: %SW_MATM-4-MACFLAP_NOTIF: Host 0000.5e00.010d in vlan 883 is flapping between port Gi0/4 and port Gi0/5
*Jan  9 10:14:08.746: %SW_MATM-4-MACFLAP_NOTIF: Host 0000.5e00.010c in vlan 883 is flapping between port Gi0/4 and port Gi0/5
*Jan  9 10:14:08.746: %SW_MATM-4-MACFLAP_NOTIF: Host 0000.5e00.010f in vlan 883 is flapping between port Gi0/4 and port Gi0/5
#4
18.7 Legacy Series / Re: Set up NAT without round-robin
September 18, 2018, 01:29:42 PM
Aaaaah, hmmm...
There is no internet on this site :-) Can I get this on USB stick somehow?
OPNsense is used as firewall between two internal networks in this case with no route to the internet.
#5
18.7 Legacy Series / Re: Set up NAT without round-robin
September 18, 2018, 12:38:24 PM
Sure, but where do I download it?
My download source is https://pkg.opnsense.org/releases/ and only 18.7 is listed there. Same for the other mirrors.  :-\
#6
18.7 Legacy Series / Re: Set up NAT without round-robin
September 17, 2018, 09:16:52 PM
This system is running OPNsense-18.7-OpenSSL-serial-amd64 :-)
#7
General Discussion / Download old version
September 17, 2018, 04:56:40 PM
I'm managing an upgrade for a customer which is still on OPNsense 17.1.3-amd64 on a Deciso appliance.
Is there a place to download an old installer so we can test and rollback the upgrade?
#8
18.7 Legacy Series / Set up NAT without round-robin
September 16, 2018, 08:40:21 PM
Hello there!

We was recently given a couple of OPNsense firewalls under management and have issues setting up NAT.
There is a corporate WAN (attached to the WAN interface) and a small network managed by external supplier (attached to the LAN interface).
There are 3 devices in the LAN which need to be accessible from any address on the WAN (via inbound NAT).
And the 3 devices are the only that are allowed to access the WAN (via outbound NAT).

We tried to set this up but inbound NAT doesn't seem to work.
Sometimes it does work inboud, on Device A, but not on the others.
Outbound NAT sometimes works, sometimes not. Driving us crazy :-)
When we replace the OPNsense with a very basic Sitecom consumer router, the NAT works fine! (for one IP, because it doesn't support multiple IPs)

I've been reading the forum a bit and perhaps I am running in to the round-robin behaviour which is described here, but not sure one must work around this.
https://forum.opnsense.org/index.php?topic=7132.0

It's important in our case that the addresses used by the NAT are fixed and not changed every now and then by OPNsense because this is blocked by the security devices all over the rest of the network.

Can somebody please describe how to create a simple inbound and outbound NAT rule including firewall rules (can be auto-created?) where WAN IP 10.x.x.42 is NATed to 172.x.x.10 and never ever uses another IP than these two?

Any other suggestions that might be the cause are also very welcome!

LAN addresses
Subnet /24
OPNsense VIP 172.x.x.1 (used as gateway by Device A,B,C)
OPNsense node A 172.x.x.2
OPNsense node B 172.x.x.3
Device A 172.x.x.10
Device B 172.x.x.11
Device C 172.x.x.12

WAN addresses
Subnet /26
Gateway 10.x.x.62
OPNsense cluster (VIP) 10.x.x.5
OPNsense node A 10.x.x.6
OPNsense node B 10.x.x.7
Device A (VIP) 10.x.x.42
Device B (VIP) 10.x.x.43
Device C (VIP) 10.x.x.44