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

#1
Virtual private networks / Re: OpenVPN IP assigned
October 17, 2024, 11:04:55 AM
He he he,

The CCS was doing something odd. I disabled the CCS and now I get the IP of 10.99.1.2 on the client.
#2
Virtual private networks / OpenVPN IP assigned
October 17, 2024, 11:00:55 AM
Hello to you all,

I'm testing out OpenVPN on the latest version of Opnsense.
Everything works but I'm noticing a strange behavior:

The first client connected get the IP-address of 10.99.1.0.
The server is setup as instance instead of under Servers (legacy). I have not noticed this behavior before.
I have no settings for static IP-addresses or anything like that.

I haven't tested with more clients yet but this feels wrong?

Anyone with any idea of why this is happening?
#3
Hello to you all :).

I have a dedicated server at Hetzner and there seems to be an issue for me to solve here :).

I have multiple public IP-address assigned from Hetzner to this server.
On the server I'm running proxmox.
I have a VPS running Opnsense on it and I want all the IP-addresses assigned to this OPNsense VPS.

The issue here is that Hetzner needs a specific MAC address to each IP-address so apparently I can't use Virtual IP because I need to assign the MAC address (given to me from Hetzner) to the interface and I can't do that with Virtual IP.

Either I need Proxmox to split this somehow, I still don't know how or I need OPNsense to create virtual interfaces, all assigned to the same virtual NIC but I don't know how to do this either.

Is there anyone in the forum who would know about a solution?

Best regards

Johan
#4
16.7 Legacy Series / Re: Nano installation on a Alix 2D3
September 05, 2016, 09:59:46 AM
Hmmmm I think it's because it also have some storage function.
It's a 4G modem, MF831 from ZTE.

It takes some time for the storage function to be done with so opnsense can't find the interface in time (I think).

The ifconfig -l doesn't give much:

vr0 vr1 vr2 pflog0 pfsync0 enc0 lo0 ue0

ifconfig -L on the other hand gives some more:

vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=8280b<RXCSUM,TXCSUM,VLAN_MTU,WOL_UCAST,WOL_MAGIC,LINKSTATE>
        ether 00:0d:b9:38:ea:28
        inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255
        inet6 fe80::1:1%vr0 prefixlen 64 scopeid 0x1
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        media: Ethernet autoselect (none)
        status: no carrier
vr1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=8280b<RXCSUM,TXCSUM,VLAN_MTU,WOL_UCAST,WOL_MAGIC,LINKSTATE>
        ether 00:0d:b9:38:ea:29
        inet6 fe80::20d:b9ff:fe38:ea29%vr1 prefixlen 64 scopeid 0x2
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        media: Ethernet autoselect (none)
        status: no carrier
vr2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=8280b<RXCSUM,TXCSUM,VLAN_MTU,WOL_UCAST,WOL_MAGIC,LINKSTATE>
        ether 00:0d:b9:38:ea:2a
        inet6 fe80::20d:b9ff:fe38:ea2a%vr2 prefixlen 64 scopeid 0x3
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        media: Ethernet autoselect (none)
        status: no carrier
pflog0: flags=100<PROMISC> metric 0 mtu 33184
pfsync0: flags=0<> metric 0 mtu 1500
        syncpeer: 0.0.0.0 maxupd: 128 defer: off
enc0: flags=0<> metric 0 mtu 1536
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
        inet 127.0.0.1 netmask 0xff000000
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
ue0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        ether 36:4b:50:b7:ef:da
        inet6 fe80::344b:50ff:feb7:efda%ue0 prefixlen 64 scopeid 0x8
        inet 192.168.0.153 netmask 0xffffff00 broadcast 192.168.0.255
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>

Would really appreciate if this could be fixed :D

/ Johan
#5
16.7 Legacy Series / Re: Nano installation on a Alix 2D3
September 01, 2016, 03:43:46 PM
I have no idea at all. :P. The USB modem works out of the box.
#6
Exactly what I'm doing. I reassign the interface bit as soon as the unit restart it runs a new auto-configuration and sets WAN to the first free nic.
#7
16.7 Legacy Series / Nano installation on a Alix 2D3
August 31, 2016, 09:19:31 AM
After installation it runs auto-configure for LAN and WAN. This is messing with my settings because WAN is now a 4G connection via USB.

How do you disable this after installation?

/ Johan