- Posts: 37
- Thank you received: 0
pix port translation?
- FiercePowahs
- Topic Author
- Offline
- Junior Member
Less
More
17 years 7 months ago #20703
by FiercePowahs
pix port translation? was created by FiercePowahs
Here is my issue.
I have 1 public IP left. I have two internal machines that I need to be able to access externally via public address. Problem is, both of these machines run what I need on port 80 and I cannot change the port.
Is there a way to do a port translation/forwarding type deal here? Example: If I goto 66.45.*.40:8060, it would forward to port 80 on internal machine 1 (192.168.1.10). If I goto 66.45.*.40:8070, it would forward to port 80 on internal machine 2 (192.168.1.11).
Does that make sense? Hopefully it does.
Thanks
I have 1 public IP left. I have two internal machines that I need to be able to access externally via public address. Problem is, both of these machines run what I need on port 80 and I cannot change the port.
Is there a way to do a port translation/forwarding type deal here? Example: If I goto 66.45.*.40:8060, it would forward to port 80 on internal machine 1 (192.168.1.10). If I goto 66.45.*.40:8070, it would forward to port 80 on internal machine 2 (192.168.1.11).
Does that make sense? Hopefully it does.
Thanks
17 years 7 months ago #20704
by Smurf
Wayne Murphy
Firewall.cx Team Member
www.firewall.cx
Now working for a Security Company called Sec-1 Ltd in the UK, for any
Penetration Testing work visit www.sec-1.com or PM me for details.
Replied by Smurf on topic Re: pix port translation?
Hi there,
Yes this can be done using a static command. This is take off Ciscos Website;
[code:1]To translate a well-known port (80) to another port (8080), enter:
static (inside,outside) tcp 10.1.2.45 80 10.1.1.16 8080 netmask 255.255.255.255
[/code:1]
Cheers
Yes this can be done using a static command. This is take off Ciscos Website;
[code:1]To translate a well-known port (80) to another port (8080), enter:
static (inside,outside) tcp 10.1.2.45 80 10.1.1.16 8080 netmask 255.255.255.255
[/code:1]
Cheers
Wayne Murphy
Firewall.cx Team Member
www.firewall.cx
Now working for a Security Company called Sec-1 Ltd in the UK, for any
Penetration Testing work visit www.sec-1.com or PM me for details.
Time to create page: 0.122 seconds