hello;
i have setup a new round robin for nameserver , but unfortunately the connection intrupts and reconnects continusely ,
my gateway is: t.anti-filter.net
wich is rounded between tow ips , both are a copy of linux running softether4 and auth using radius astrisk , you can test connection using the name server i have provided and port :2000 with the credentials bellow
{
username: test
password: tsttst
port: 2000
name server: t.anti-filter.net
}
ps: you can ping each ip and connect them directly without problem, we need to solve problem with round robin wich we have set on the mentioned test NS,...
i appreciate your co-operation to solve this problem.
thank you
email: Dj.Moh3n
round robin problem
-
- Site Admin
- Posts: 2197
- Joined: Sat Mar 09, 2013 5:37 am
Re: round robin problem
Did you try to disable NAT-T connection?
-
- Posts: 4
- Joined: Wed Jun 06, 2018 9:00 am
Re: round robin problem
cedar wrote:
> Did you try to disable NAT-T connection?
i need to use both udp and tcp connections like direct connect
i can not disable it because vpn function will be useless
> Did you try to disable NAT-T connection?
i need to use both udp and tcp connections like direct connect
i can not disable it because vpn function will be useless
-
- Site Admin
- Posts: 2197
- Joined: Sat Mar 09, 2013 5:37 am
Re: round robin problem
NAT-T of SoftEther VPN uses UDP hole punching technology.
It is necessary to let the VPN client and VPN server throw UDP packets simultaneously.
The NAT-T broker service provided by SoftEther Corporation identifies the VPN server to be synchronized with the destination server name specified in the connection setting of the VPN client.
Therefore, it is impossible to correctly identify the destination VPN server with round robin DNS name.
It is necessary to let the VPN client and VPN server throw UDP packets simultaneously.
The NAT-T broker service provided by SoftEther Corporation identifies the VPN server to be synchronized with the destination server name specified in the connection setting of the VPN client.
Therefore, it is impossible to correctly identify the destination VPN server with round robin DNS name.
-
- Posts: 4
- Joined: Wed Jun 06, 2018 9:00 am
Re: round robin problem
cedar wrote:
> NAT-T of SoftEther VPN uses UDP hole punching technology.
> It is necessary to let the VPN client and VPN server throw UDP packets
> simultaneously.
> The NAT-T broker service provided by SoftEther Corporation identifies the
> VPN server to be synchronized with the destination server name specified in
> the connection setting of the VPN client.
> Therefore, it is impossible to correctly identify the destination VPN
> server with round robin DNS name.
is there any way like changing source code to get it compatable ?
> NAT-T of SoftEther VPN uses UDP hole punching technology.
> It is necessary to let the VPN client and VPN server throw UDP packets
> simultaneously.
> The NAT-T broker service provided by SoftEther Corporation identifies the
> VPN server to be synchronized with the destination server name specified in
> the connection setting of the VPN client.
> Therefore, it is impossible to correctly identify the destination VPN
> server with round robin DNS name.
is there any way like changing source code to get it compatable ?
-
- Site Admin
- Posts: 2197
- Joined: Sat Mar 09, 2013 5:37 am
Re: round robin problem
Since this is the limit of the underlying technology, I think it is difficult to deal with by modifying the source code.