I'm on my Blackberry so I can't give you the full config right now but you need to get rid of that 'port automatic' command as that will enable PAT. Give me a few minutes and I will post the rest of the configuration.
Stefan Fouant Principal Network Engineer NeuStar, Inc. - http://www.neustar.biz On 6/17/08, Remco Bressers <[EMAIL PROTECTED]> wrote: > I'm working on a NAT setup, which is actually very straightforward but i > still am puzzled by the services documentation from Juniper. Please help :). > > It's a J2300 with 2 interfaces, in and out. One public IP address and a > local subnet on the inside. I got the network translation from the > inside to the public ip working, but now i want to configure one single > port-forward to an internal host (let's say 10.0.0.1) on port 80. > > But how? On a cheap $50 router it's a point-and-click, but it's not even > in J-web?! > > > The config i have now : > > > services { > service-set wan-service-set { > nat-rules nat-set; > interface-service { > service-interface sp-0/0/0; > } > } > nat { > pool nat-pool { > address-range low 217.21.x.x high 217.21.x.x; > port automatic; > } > rule nat-set { > match-direction input; > term 1 { > from > then { > translated { > source-pool nat-pool; > translation-type { > source dynamic; > } > } > } > } > } > } > } > > > > -- > Kind regards, > Signet bv > > > Remco Bressers > > T 040 - 707 4 907 > F 040 - 707 4 909 > E [EMAIL PROTECTED] > _______________________________________________ > juniper-nsp mailing list [email protected] > https://puck.nether.net/mailman/listinfo/juniper-nsp > -- Sent from Gmail for mobile | mobile.google.com _______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

