have a static address etc 61.43.23.1 given by ISP
Connecting to internet with a Acatel modem router, to a hardware firewall… then to a switch with all PC clients, including a FTP Server
modem router IP (gateway) 10.0.0.1
firewall IP(ext): 10.0.0.2
firewall IP(int): 10.0.1.1
clients on DHCP, leased from firewall (10.0.1.10 – 10.0.1.20)
ftp server using static IP 10.0.1.2
Tried the followings,
1. do a port forwarding on modem router side:
61.43.23.1 -> 10.0.1.2 (port 21)
2. do port forwarding on modem router and firewall side:
modem router: 61.43.23.1 -> 10.0.0.2 (prrt 81) (set to port 81 as 80 is used)
firewall: 61.43.23.1 -> 10.0.1.2 ([port 21)
both cannot…. all outgoing access are not blocked…
Do I need more static IPs? how to solve??
Thanks