1
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.
Pages: [1] 2
2
General Discussion / Re: OpenVPN with OTP and static-challenge
« on: March 06, 2019, 08:09:20 am »
Feature request opened.
To keep things together here is the issue https://github.com/opnsense/core/issues/3290.
To keep things together here is the issue https://github.com/opnsense/core/issues/3290.
3
General Discussion / Re: OpenVPN with OTP and static-challenge
« on: March 05, 2019, 02:08:10 pm »
I would realy love to see this feature on the roadmap!
(Viscosity has this feature too.)
(Viscosity has this feature too.)
4
19.1 Legacy Series / Re: IPv6RD working but not able to detect external IP?
« on: February 19, 2019, 09:54:24 am »
On the FW directly yes:
To check that from a device I have to test it from inside my LAN. I dont have VPN with IPv6 support yet.
Code: [Select]
--- 2606:4700:4700::1111 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 2.514/2.566/2.616/0.042 ms
To check that from a device I have to test it from inside my LAN. I dont have VPN with IPv6 support yet.
5
19.1 Legacy Series / Re: IPv6RD working but not able to detect external IP?
« on: February 19, 2019, 09:32:34 am »
Yes, I did, IPv4 is default in browser, ipv6 enabled on the device, IPv6 connectivity not supported, DNS4 + IP6 and DNS6 + IP6 unreachable, but DNS6 + IP4 is reachable.
6
19.1 Legacy Series / Re: IPv6RD working but not able to detect external IP?
« on: February 19, 2019, 08:02:29 am »
I have the same occurance.
Although I can't acces ipv6.google.com from a device, but I can ping it from WAN/LAN/DMZ interface, but this is another issue (on my side I think).
Although I can't acces ipv6.google.com from a device, but I can ping it from WAN/LAN/DMZ interface, but this is another issue (on my side I think).
7
19.1 Legacy Series / Re: [Solved] vpn connection drops after update
« on: February 18, 2019, 08:54:12 am »
We found the thing that causes this issue. For a temp solution until it gets included in 19.1.2 use this patch:
Code: [Select]
# opnsense-patch 90c0c395
8
19.1 Legacy Series / Re: vpn connection drops after update
« on: February 07, 2019, 07:36:04 am »
The patch worked for me and I know now why the connection dropped every time.
I had "Firewall: Settings: Advanced: Dynamic state reset" active (Reset all states when a dynamic IP address changes.This option flushes the entire state table on IPv4 address changes in dynamic setups to e.g. allow VoIP servers to re-register.)
But the IP didn't change, so this trigger shouldn't have been triggered.
I had "Firewall: Settings: Advanced: Dynamic state reset" active (Reset all states when a dynamic IP address changes.This option flushes the entire state table on IPv4 address changes in dynamic setups to e.g. allow VoIP servers to re-register.)
But the IP didn't change, so this trigger shouldn't have been triggered.
Code: [Select]
# opnsense-patch c83bb8d
9
19.1 Legacy Series / Re: vpn connection drops after update
« on: February 06, 2019, 04:39:43 pm »
I opened an issue on github:
https://github.com/opnsense/core/issues/3197
https://github.com/opnsense/core/issues/3197
10
19.1 Legacy Series / Re: vpn connection drops after update
« on: February 06, 2019, 02:49:27 pm »
According to github, the last changes where 5 month ago.
I think it has something to do with the switch to HardenedBSD, but I am absolutly not a unix guy...
I think it has something to do with the switch to HardenedBSD, but I am absolutly not a unix guy...
11
19.1 Legacy Series / Re: vpn connection drops after update
« on: February 06, 2019, 12:59:12 pm »
I can trigger the connection drop by manually executing /usr/local/etc/rc.newwanip
12
19.1 Legacy Series / Re: vpn connection drops after update
« on: February 06, 2019, 09:38:10 am »
That is exactly what I also have monitored.
13
19.1 Legacy Series / Re: vpn connection drops after update
« on: February 06, 2019, 08:03:37 am »
Ok, I need to update my case... It is not just the VPN connection that drops, the whole WAN connection gets disconnected every 20 minutes (I watch TV over the internet and every 20 minutes the stream hangs, i have to rewind to build up the new stream).
It has to be something with DHCP and the rc.newwanip script that runs every 20 minutes...
How can I help to debug this issue?
It has to be something with DHCP and the rc.newwanip script that runs every 20 minutes...
How can I help to debug this issue?
14
19.1 Legacy Series / Re: problem with OpenVPN connection
« on: February 05, 2019, 04:42:14 pm »
Is your Hostname and Port on the Client Export page correct?
It seams, that you left the internal ip in there, and port 443 is that correct for your setup?
It seams, that you left the internal ip in there, and port 443 is that correct for your setup?
15
19.1 Legacy Series / Re: vpn connection drops after update
« on: February 05, 2019, 04:22:47 pm »
This client setting didn't change anything.
The interface on the serverside gets its state changed every 20 minute.
The script that is running before (and while) the state changes is
I just upgraded from 18.7.10_4 to 19.1 and 19.1.1.
This is the only config change...
Could this be something with the change to HardenedBSD? I stayd connected with the 18.7.x version over hours
The interface on the serverside gets its state changed every 20 minute.
The script that is running before (and while) the state changes is
Code: [Select]
opnsense: /usr/local/etc/rc.newwanip
I just upgraded from 18.7.10_4 to 19.1 and 19.1.1.
This is the only config change...
Could this be something with the change to HardenedBSD? I stayd connected with the 18.7.x version over hours
Pages: [1] 2