Forum Discussion
Wasim_Hassan_13
Nimbostratus
Jan 13, 2014HTTP to 30000 Por redirection
Hi,
I have one web server running on port TCP 30000. I want to configure the F5 in a way that the user will only use the
http://abc
and it should redirect the user to the full URL. ...
Wasim_Hassan_13
Nimbostratus
Jan 14, 2014Hi,
I tried the same but still going to the portal which is running on port 80. Not to the specific website. Below is the configuration.
description RETAIL_PORTAL
members {
SP1:http {
address 192.168.200.151
session monitor-enabled
state up
}
SP2:http {
address 192.168.200.152
session monitor-enabled
state up
}
}
monitor PORT_30000
partition ABC_PRODUCTION
ltm node SP1 {
address 192.168.200.151
monitor PORT_30000
partition ABC_PRODUCTION
session monitor-enabled
state up
} ltm node SP2 ltm node SP2 { address 192.168.200.152
monitor PORT_30000
partition ABC_PRODUCTION
session monitor-enabled
state up
ltm virtual VS_RETAIL {
destination 192.168.210.72:http
ip-protocol tcp
mask 255.255.255.255
partition ABC_PRODUCTION
persist {
PROD_STICKY {
default yes
}
}
pool RETAIL_PORTAL
profiles {
/Common/tcp { }
}
snat automap
vlans-disabled
PeteWhite
Employee
Jan 14, 2014tmsh modify ltm pool RETAIL_PORTAL members replace-all-with { SP1:30000 SP2:30000 }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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