Search found 1 match
- 10 Jun 2016, 06:26
- Forum: General Discussion (csf)
- Topic: Can not open Port 43?
- Replies: 2
- Views: 2813
Re: Can not open Port 43?
try hping3 to know where port 43 is blocked. # check for port TCP 43 ; Use Ctrl+z to increase hop. When port connected you would receive SA/R tcp flag reply # hping3 -T -S -p 43 <destination_ip> # check of UDP 43 ; Use Ctrl+z to increase hop. # hping3 -2 -T -p 43 <destination_ip> The trace will stop...