All ports
Port173/TCP
xyplex-muxPort
173
Protocol
TCP
Category
Well-Known
Service
xyplex-mux
What is port 173?
Port 173/TCP is a Well-Known port, assigned by IANA for widely recognized services. It is associated with the xyplex-mux service.
Xyplex
Useful commands
nmapnmap -p 173 -sV example.comnetcatnc -zv example.com 173curlcurl -v http://example.com:173/telnettelnet example.com 173bash(echo > /dev/tcp/example.com/173) 2>/dev/nullFirewall commands
UFWAllow
sudo ufw allow 173/tcpDeny
sudo ufw deny 173/tcpiptablesAllow
sudo iptables -A INPUT -p tcp --dport 173 -j ACCEPTDeny
sudo iptables -D INPUT -p tcp --dport 173 -j ACCEPTfirewalldAllow
sudo firewall-cmd --permanent --add-port=173/tcpWindowsAllow
netsh advfirewall firewall add rule name="Open Port 173" dir=in action=allow protocol=TCP localport=173Security Risks
- Unauthorized access to the service
- Data exposure if the service is unauthenticated
- Outdated versions with vulnerabilities
- Incorrect service configuration
Frequently Asked Questions
What service runs on port 173/TCP?
Port 173/TCP is associated with the xyplex-mux service. Xyplex
Is it safe to expose port 173 to the Internet?
It depends on the service and configuration. Port 173 (xyplex-mux) is a Well-Known port. If you need to expose it, keep the service updated, use strong authentication, and configure a firewall. It's always recommended to restrict access by IP when possible.
How do I check if port 173 is open?
You can use nmap: `nmap -p 173 -sV example.com`, netcat: `nc -zv example.com 173`, or the bash command: `(echo > /dev/tcp/example.com/173) 2>/dev/null && echo "Open" || echo "Closed"`.
How do I open or close port 173 on my firewall?
On Linux with UFW: `sudo ufw allow 173/tcp` (open) or `sudo ufw deny 173/tcp` (close). With iptables: `sudo iptables -A INPUT -p tcp --dport 173 -j ACCEPT`. On Windows: `netsh advfirewall firewall add rule name="Open Port 173" dir=in action=allow protocol=TCP localport=173`.
What applications and services use port 173?
Port 173/TCP is used by the xyplex-mux service. Specific uses depend on the software and configuration. Check our related tools section for more information.