Forum Discussion
_33_113201
Nimbostratus
Mar 31, 2010port address translation, can it be done with out an Irule ?
is there a way to perform port address translation with out using the Irules???
I have a VIP: 443 and a pool with DIP:444 assigned to the VIP, will the F5 automatically transalte the port or do I need to write an IRule for that ?
- L4L7_53191
Nimbostratus
It'll do the port translation by default - no rule needed. - Jason_Keating
Altostratus
Its a flag on the Virtual Server, usually found near the bottom of the Virtual Server config form on the web console - below address translation - so you can turn either off if you like. - _33_113201
Nimbostratus
I have the port translation flag marked as enabled, but still I am not being able to test it . - _33_113201
Nimbostratus
ok I got it working - Jason_Keating
Altostratus
Sounds like your problem may not be port translation, have you checked the request is hitting iis? - Luis_Valle_5601
Nimbostratus
I have a similar problem, but the URL don´t has the :444 then the response of the server is a 404... - hoolio
Cirrostratus
Hi Luis,when HTTP_REQUEST { Check if host header has a value and doesn't already have :444 if {[HTTP::host] ne "" && [getfield [HTTP::host] ":" 2] ne "444"}{ Append :444 to the host header value HTTP::header replace Host "[HTTP::host]:444" } }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects