Hi all,
Please excuse my brevity, I disconnected when I pressed submit and lost everything, so I had to retype everything.
I am having problems setting up an ftp server on a synology nasbox, I believe there is something wrong with my port forwarding. Specifically I think that port 80 might be the problem.
I have the following set under IP>FIREWALL>NAT
port 21:
chain:dstnat
dstAddress:routers external ip
protocol: tcp
dst port: 21
in interface: all ethernet
connection type: ftp
action: dstNAT
to address: 192.168.200.111
to port: 21
port 21:
see port 21
dstport: 20
dstport: 20
rule1 for passive ftp ports:
chain:dstnat
dstAddress:routers external ip
protocol: tcp
dst port: 55536-55567
in interface: all ethernet
action: dstNAT
to address: 192.168.200.111
to port: 55536-55567
rule2 for passive ftp ports:
see rule1 for passive ftp ports
protocol: udp
port 80:
chain:dstnat
protocol: tcp
dst port: 80
in interface: all ethernet
action: dstNAT
to address: 192.168.200.111
to port: 80
Thanks all.