Ok , unfortunately I am not sitting in front of my router so I will just give a basic overview of how I got it working
1. You need to assign your server a static IP
1a. Switch your DHCP off
1b. Setup your servers to have static IP in their network settings
I assigned my server an address of 192.168.10.101
2. Setting up the PAT rule
2a. You only have to worry about PAT, don't worry about NAT
2b. For example if you want to setup a WEB SERVER
interface=atm1
incoming port=80
server( i.e. where you routing it) = 192.168.10.101
forwarding port=80
reboot router and it works
That marconi manual is a bloody disgrace it focuses on setting up web servers and ftp servers on windows instead of on the router. Hey if you not sure how to do those things go look somewhere else
Personally I am using a linux box with apache and ssh and it works well
1. You need to assign your server a static IP
1a. Switch your DHCP off
1b. Setup your servers to have static IP in their network settings
I assigned my server an address of 192.168.10.101
2. Setting up the PAT rule
2a. You only have to worry about PAT, don't worry about NAT
2b. For example if you want to setup a WEB SERVER
interface=atm1
incoming port=80
server( i.e. where you routing it) = 192.168.10.101
forwarding port=80
reboot router and it works
That marconi manual is a bloody disgrace it focuses on setting up web servers and ftp servers on windows instead of on the router. Hey if you not sure how to do those things go look somewhere else
Personally I am using a linux box with apache and ssh and it works well