Wy port 53 error
-
- Posts: 11
- Joined: Thu Feb 02, 2023 6:30 am
Wy port 53 error
I install my VPn sever with instruction from the link https://www.alibabacloud.com/blog/how-t ... her_595182 . WHen fisished, i see Port 53 Error in Listener List ( TCP/IP port ). Does 53 faulty affect any functionality? what is the right way to install VPNSEVER on ubuntu . Do you have a link to the tutorial?
You do not have the required permissions to view the files attached to this post.
-
- Posts: 11
- Joined: Thu Feb 02, 2023 6:30 am
Re: Wy port 53 error
But VPN over IMCP/DNS how? when delete port 53
You do not have the required permissions to view the files attached to this post.
-
- Posts: 1619
- Joined: Sun Feb 14, 2021 10:31 am
Re: Wy port 53 error
Then delete the Ubuntu process which occupies the port.
-
- Posts: 11
- Joined: Thu Feb 02, 2023 6:30 am
-
- Posts: 1619
- Joined: Sun Feb 14, 2021 10:31 am
Re: Wy port 53 error
systemctl stop systemd-resolved
systemctl disable systemd-resolved
systemctl disable systemd-resolved
-
- Posts: 11
- Joined: Thu Feb 02, 2023 6:30 am
-
- Posts: 1619
- Joined: Sun Feb 14, 2021 10:31 am
Re: Wy port 53 error
UDP 53 is DNS resolver - you may or may not need it.
-
- Posts: 11
- Joined: Thu Feb 02, 2023 6:30 am
Re: Wy port 53 error
after delete port 53 by "systemctl disable systemd-resolved ".I reset vpnserver . then i click VPN over DNS ( port 53 ) in Senver Manager Sofether, and use VPN client pro on android, but my phone can not connect over port 53 . I have just opened NAT 53 port on Router . How to connet with VPN over DNS ?
You do not have the required permissions to view the files attached to this post.
-
- Posts: 1619
- Joined: Sun Feb 14, 2021 10:31 am
Re: Wy port 53 error
It works with SoftEther clients. Also...
https://raw.githubusercontent.com/SoftE ... ARNING.TXTVPN over ICMP / VPN over DNS functions are designed to comply standard ICMP and DNS
specifications as possible, however it sometimes has a behavior not to fully
comply them. Therefore, few poor-quality routers may be caused a
memory-overflow or something troubles when a lot of ICMP or DNS packets are
passed, and such routers sometimes freezes or reboots. It might affects other
users on the same network. To avoid such risks, append the suffix "/tcp" on
the destination hostname which is specified on the VPN-client side to disable
VPN over ICMP / DNS functions.
-
- Posts: 11
- Joined: Thu Feb 02, 2023 6:30 am
Re: Wy port 53 error
yes, this is apk write for softether client , I buy in google storesolo wrote: ↑Sun Feb 05, 2023 8:49 pmIt works with SoftEther clients. Also...
https://raw.githubusercontent.com/SoftE ... ARNING.TXTVPN over ICMP / VPN over DNS functions are designed to comply standard ICMP and DNS
specifications as possible, however it sometimes has a behavior not to fully
comply them. Therefore, few poor-quality routers may be caused a
memory-overflow or something troubles when a lot of ICMP or DNS packets are
passed, and such routers sometimes freezes or reboots. It might affects other
users on the same network. To avoid such risks, append the suffix "/tcp" on
the destination hostname which is specified on the VPN-client side to disable
VPN over ICMP / DNS functions.
-
- Posts: 1619
- Joined: Sun Feb 14, 2021 10:31 am
Re: Wy port 53 error
Test out the apk on direct WiFi-LAN connection.
If still ineffective, get your money back.
If still ineffective, get your money back.
-
- Posts: 11
- Joined: Thu Feb 02, 2023 6:30 am
Re: Wy port 53 error
Functionsolo wrote: ↑Sun Feb 05, 2023 8:49 pmIt works with SoftEther clients. Also...
https://raw.githubusercontent.com/SoftE ... ARNING.TXTVPN over ICMP / VPN over DNS functions are designed to comply standard ICMP and DNS
specifications as possible, however it sometimes has a behavior not to fully
comply them. Therefore, few poor-quality routers may be caused a
memory-overflow or something troubles when a lot of ICMP or DNS packets are
passed, and such routers sometimes freezes or reboots. It might affects other
users on the same network. To avoid such risks, append the suffix "/tcp" on
the destination hostname which is specified on the VPN-client side to disable
VPN over ICMP / DNS functions.
VPN over IMCP / DNS affects " router "So which router? router of the server "VPN server" or is it my company's router? Or both routers?