What's new

how to close ports for ac56u?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

bobyang

Regular Contributor
I have turned all the services off.. but I still see these are open. I just wonder how to turn them off? (I only want to keep 53, 443, and 22)

thanks!

Address : 172.17.0.1
Name : router.asus.com (.COM | US Commercial)
Ping .... Ok, Time : 0
Port 21 (ftp) ... Ok ! (port 21 - File Transfer [Control])
Port 22 ... Ok !
Port 53 (domain) ... Ok ! (port 53 - Domain Name Server)
Port 443 ... Ok !
Port 515 (printer) ... Ok ! (port 515 - spooler)
Port 3394 () ... Ok ! (port 3394 - )
Port 3838 () ... Ok ! (port 3838 - )
Port 5473 () ... Ok ! (port 5473 - )
Port 9100 () ... Ok ! (port 9100 - )
 
I have turned all the services off.. but I still see these are open. I just wonder how to turn them off? (I only want to keep 53, 443, and 22)

thanks!

Address : 172.17.0.1
Name : router.asus.com (.COM | US Commercial)
Ping .... Ok, Time : 0
Port 21 (ftp) ... Ok ! (port 21 - File Transfer [Control])
Port 22 ... Ok !
Port 53 (domain) ... Ok ! (port 53 - Domain Name Server)
Port 443 ... Ok !
Port 515 (printer) ... Ok ! (port 515 - spooler)
Port 3394 () ... Ok ! (port 3394 - )
Port 3838 () ... Ok ! (port 3838 - )
Port 5473 () ... Ok ! (port 5473 - )
Port 9100 () ... Ok ! (port 9100 - )

You can't close everything down. Some of these are used by the printer sharing feature of the router, for instance.
 
thanks to vt1431! very great info as following

optional:
to easy list used ports/files try optware/entware lsof utility:
Code:
lsof | grep IPv4 | sort | less



to get rid of unused usb printer try this:
Code:
nvram set usb_printer=0; nvram commit


and place in /jffs/scripts/services-start:

Code:
#!/bin/sh
service stop_lpd
service stop_u2ec
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top