Page 1 of 1
Wy port 53 error
Posted: Sun Feb 05, 2023 7:20 am
by thaloa
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?
Re: Wy port 53 error
Posted: Sun Feb 05, 2023 8:49 am
by solo
Delete this port.
Re: Wy port 53 error
Posted: Sun Feb 05, 2023 9:21 am
by thaloa
solo wrote: ↑Sun Feb 05, 2023 8:49 am
Delete this port.
But VPN over IMCP/DNS how? when delete port 53
Re: Wy port 53 error
Posted: Sun Feb 05, 2023 10:00 am
by solo
Then delete the Ubuntu process which occupies the port.
Re: Wy port 53 error
Posted: Sun Feb 05, 2023 10:05 am
by thaloa
solo wrote: ↑Sun Feb 05, 2023 10:00 am
Then delete the Ubuntu process which occupies the port.
can you guide me how to delete port 53
Re: Wy port 53 error
Posted: Sun Feb 05, 2023 10:20 am
by solo
systemctl stop systemd-resolved
systemctl disable systemd-resolved
Re: Wy port 53 error
Posted: Sun Feb 05, 2023 12:04 pm
by thaloa
solo wrote: ↑Sun Feb 05, 2023 10:20 am
systemctl stop systemd-resolved
systemctl disable systemd-resolved
doing this, all functions like MS-SSTP, OPEN-VPN, SOFETHER VPN etc. will not be affected?. If affected, just turn it back on and you're done, right?
Re: Wy port 53 error
Posted: Sun Feb 05, 2023 12:34 pm
by solo
UDP 53 is DNS resolver - you may or may not need it.
Re: Wy port 53 error
Posted: Sun Feb 05, 2023 1:01 pm
by thaloa
solo wrote: ↑Sun Feb 05, 2023 12:34 pm
UDP 53 is DNS resolver - you may or may not need it.
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 ?
Re: Wy port 53 error
Posted: Sun Feb 05, 2023 8:49 pm
by solo
It works with SoftEther clients. Also...
VPN 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.
https://raw.githubusercontent.com/SoftE ... ARNING.TXT
Re: Wy port 53 error
Posted: Mon Feb 06, 2023 1:12 am
by thaloa
solo wrote: ↑Sun Feb 05, 2023 8:49 pm
It works with SoftEther clients. Also...
VPN 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.
https://raw.githubusercontent.com/SoftE ... ARNING.TXT
yes, this is apk write for softether client , I buy in google store
Re: Wy port 53 error
Posted: Mon Feb 06, 2023 1:22 am
by solo
Test out the apk on direct WiFi-LAN connection.
If still ineffective, get your money back.
Re: Wy port 53 error
Posted: Mon Feb 06, 2023 2:11 am
by thaloa
solo wrote: ↑Sun Feb 05, 2023 8:49 pm
It works with SoftEther clients. Also...
VPN 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.
https://raw.githubusercontent.com/SoftE ... ARNING.TXT
Function
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?