← Back to all network ports
TCP
Unknown

179 BGP

BGP sessions exchange routing information between autonomous systems and edge routers.

Security Context

Port 179 is context-dependent. Its risk depends on the daemon behind it, whether the traffic is encrypted, and how tightly the listener is scoped to trusted networks.

Nmap Check

Use a version probe first so you confirm whether the expected service is really what is listening on this port.

nmap -sV -p 179 <host>

Firewall Commands

UFW
sudo ufw allow 179/tcp
iptables
sudo iptables -A INPUT -p tcp --dport 179 -j ACCEPT

Related TCP Ports