D das329717 Member May 25, 2018 928 0 16 Jun 18, 2018 #1 hi, i want to get a firewall working on my seedbox, if i were to use shorewall, which ports do i need to open? i'n using the autodl-setup script to configure my seedbox on debian 6.
hi, i want to get a firewall working on my seedbox, if i were to use shorewall, which ports do i need to open? i'n using the autodl-setup script to configure my seedbox on debian 6.
D dsouvik215 Member May 25, 2018 896 0 16 Jun 18, 2018 #2 80 = http 443 = https 21/990 = ftp/ftpes (and some other ports for data connections) 22 = ssh xyz = your rtorrent port and maybe some more.
80 = http 443 = https 21/990 = ftp/ftpes (and some other ports for data connections) 22 = ssh xyz = your rtorrent port and maybe some more.
J jith45 Member May 25, 2018 960 0 16 Jun 18, 2018 #3 Check your .rtorrent.rc, for the port range, and add this lines to your /etc/shorewall/rules Code: ACCEPT <extIN> fw TCP <r-start>:<r-end> ACCEPT <extIN> fw UDP <r-start>:<r-end>
Check your .rtorrent.rc, for the port range, and add this lines to your /etc/shorewall/rules Code: ACCEPT <extIN> fw TCP <r-start>:<r-end> ACCEPT <extIN> fw UDP <r-start>:<r-end>