Hi
I am using ISPC 3.0.1.3
I am trying to open a range for passive FTP
The firewall page does accept the : now as you mentioned (thanks), but it does not open the whole range.
It seems only to open the start port:
e.g. my entry in ISPC
server.name 20,21,22,25,80,110,143,443,8810,20000:30000
and
iptables -L shows:
Code:
Chain PUB_IN (4 references)
target prot opt source destination
ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
ACCEPT icmp -- anywhere anywhere icmp echo-reply
ACCEPT icmp -- anywhere anywhere icmp time-exceeded
ACCEPT icmp -- anywhere anywhere icmp echo-request
PAROLE tcp -- anywhere anywhere tcp dpt:ftp-data
PAROLE tcp -- anywhere anywhere tcp dpt:ftp
PAROLE tcp -- anywhere anywhere tcp dpt:ssh
PAROLE tcp -- anywhere anywhere tcp dpt:smtp
PAROLE tcp -- anywhere anywhere tcp dpt:www
PAROLE tcp -- anywhere anywhere tcp dpt:pop3
PAROLE tcp -- anywhere anywhere tcp dpt:imap2
PAROLE tcp -- anywhere anywhere tcp dpt:https
PAROLE tcp -- anywhere anywhere tcp dpt:8810
PAROLE tcp -- anywhere anywhere tcp dpt:20000
DROP icmp -- anywhere anywhere
DROP all -- anywhere anywhere
whereas our entry in question should read
Code:
PAROLE tcp -- anywhere anywhere tcp dpts:20000:30000
or am I terribly wrong here?
best regards and keep up the good work,
Christian
Recent comments
7 hours 29 min ago
14 hours 10 min ago
18 hours 1 min ago
19 hours 39 min ago
1 day 4 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 17 hours ago
1 day 22 hours ago
1 day 22 hours ago