![]() |
Here are the open ports on a WRP400 with the TftpServer turned on using the SecretCGICommands. /opt/bin # netstat -tua Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 *:64610 *:* LISTEN tcp 0 0 *:www *:* LISTEN tcp 0 0 *:2869 *:* LISTEN udp 0 0 *:2048 *:* udp 0 0 192.168.15.1:nfsd *:* udp 0 0 *:37000 *:* udp 0 0 localhost:domain *:* udp 0 0 192.168.15.1:domain *:* udp 0 0 *:bootps *:* udp 0 0 172.18.95.100:5060 *:* udp 0 0 172.18.95.100:5060 *:* udp 0 0 172.18.95.100:5061 *:* udp 0 0 172.18.95.100:5061 *:* udp 0 0 192.168.15.1:tftp *:* udp 0 0 *:upnp *:* udp 0 0 *:upnp *:* udp 0 0 192.168.15.1:1901 *:* /opt/bin # Later, after a reboot ... ~ # netstat -tua Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 *:www *:* LISTEN tcp 0 0 *:2869 *:* LISTEN tcp 0 0 *:54877 *:* LISTEN udp 0 0 *:2048 *:* udp 0 1128 192.168.15.1:nfsd *:* udp 0 0 *:37000 *:* udp 0 0 localhost:domain *:* udp 0 0 192.168.15.1:domain *:* udp 0 0 *:bootps *:* udp 0 0 *:5060 *:* udp 0 0 172.18.95.100:5061 *:* udp 0 0 192.168.15.1:tftp *:* udp 0 0 *:upnp *:* udp 0 0 *:upnp *:* udp 0 0 192.168.15.1:1901 *:* |