I am trying to setup a VPN Server for an Educational Institution in Bangalore(India).
I am getting this kind of error.
Could not determine IPv4/IPv6 protocol.
Kindly anyone help me to how trouble shoot this error.
I am using pfsense 2.4.4 ,my server port 1194 is open. Both internal and external.
Kindly advice
Could not determine IPv4/IPv6 protocol
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
-
- OpenVpn Newbie
- Posts: 4
- Joined: Sun Apr 15, 2018 11:35 am
-
- OpenVPN Protagonist
- Posts: 11139
- Joined: Fri Jun 03, 2016 1:17 pm
Re: Could not determine IPv4/IPv6 protocol
It is not an error and it falls back to IPv4.
You can explicitly chose protocol by --proto option
Where option can be: udp, udp4 or udp6 .. or tcp, tcp4 or tcp6
The manual has this:
You can explicitly chose protocol by --proto option
Where option can be: udp, udp4 or udp6 .. or tcp, tcp4 or tcp6
The manual has this:
The Manual wrote:proto
indicates the protocol to use when connecting with the
remote, and may be "tcp" or "udp".
For forcing IPv4 or IPv6 connection suffix tcp or udp
with 4/6 like udp4/udp6/tcp4/tcp6.
-
- OpenVpn Newbie
- Posts: 4
- Joined: Sun Apr 15, 2018 11:35 am
Re: Could not determine IPv4/IPv6 protocol
dear TinCanTech
I am newbie to pfsense and open Openvpn. Can you please elaborate where should i make these changes. I am really be thank full to you.
I am newbie to pfsense and open Openvpn. Can you please elaborate where should i make these changes. I am really be thank full to you.
-
- OpenVpn Newbie
- Posts: 4
- Joined: Sun Apr 15, 2018 11:35 am
Re: Could not determine IPv4/IPv6 protocol
Could not determine IPv4/IPv6 protocol. Using AF_INET6
-
- OpenVPN Protagonist
- Posts: 11139
- Joined: Fri Jun 03, 2016 1:17 pm
Re: Could not determine IPv4/IPv6 protocol
It is not an error and it falls back to IPv4 .. but in your case it is falling back to v6
We do not support pfSense .. they have their own forum.
If you want to learn about openvpn try the howto .. it is very easy to find ..
If you are still stuck then please read this:
HOWTO: Request Help ! {2}
We do not support pfSense .. they have their own forum.
If you want to learn about openvpn try the howto .. it is very easy to find ..
If you are still stuck then please read this:
HOWTO: Request Help ! {2}
-
- OpenVpn Newbie
- Posts: 4
- Joined: Sun Apr 15, 2018 11:35 am
Re: Could not determine IPv4/IPv6 protocol
Thanks a lot for your valuable time...