- Posts: 3
- Thank you received: 0
How to configure static PAT a range of ports in PIX 501?
19 years 7 months ago #8168
by Evermick
How to configure static PAT a range of ports in PIX 501? was created by Evermick
I am using DHCP PPPoE DSL.
I need to configure static PAT to translate port 20000 to 20019 to one PC inside.
Is there a way to configure static PAT of a range with one command line? or I have to PAT each port one by one?
Please kindly suggest. Thank you.
I need to configure static PAT to translate port 20000 to 20019 to one PC inside.
Is there a way to configure static PAT of a range with one command line? or I have to PAT each port one by one?
Please kindly suggest. Thank you.
19 years 7 months ago #8196
by sidd
Replied by sidd on topic Re: How to configure static PAT a range of ports in PIX 501?
The command is
static (inside,outside) tcp interface 20000 x.x.x.x 20000 netmask 255.255.255.255
static (inside,outside) tcp interface 20019 x.x.x.x 20019 netmask 255.255.255.255
Where x.x.x.x is the ip address of the pc on the inside.
Hope this helps...
Sidd
static (inside,outside) tcp interface 20000 x.x.x.x 20000 netmask 255.255.255.255
static (inside,outside) tcp interface 20019 x.x.x.x 20019 netmask 255.255.255.255
Where x.x.x.x is the ip address of the pc on the inside.
Hope this helps...
Sidd
19 years 6 months ago #8200
by MaXiMuS
Replied by MaXiMuS on topic Re: How to configure static PAT a range of ports in PIX 501?
[code:1]static (inside,outside) tcp interface 20000 x.x.x.x 20000 netmask 255.255.255.255
static (inside,outside) tcp interface 20019 x.x.x.x 20019 netmask 255.255.255.255
[/code:1]
Sidd , correct me if I am wrong but I am not quite sure that by this all the ports ranging from 20000 to 20019 will get translated
static (inside,outside) tcp interface 20019 x.x.x.x 20019 netmask 255.255.255.255
[/code:1]
Sidd , correct me if I am wrong but I am not quite sure that by this all the ports ranging from 20000 to 20019 will get translated
Time to create page: 0.138 seconds