Forum Discussion
Jimmy_124170
Oct 08, 2013Nimbostratus
Virtual Server working on port 443 but not 80
Hello all,
Hope dans you can help me on this one. I have a working virtual server on port 443. Recently we were asked to put the virtual server on port 80. But once on port 80, the sever is not reach...
- Oct 08, 2013
If you could run a tcpdump on the virtual server's IP address when attempting a connection and capture it to a file, we could take a look and see if the problem shows in the capture.
tcpdump -nni 0.0 host 10.254.99.147 -s 1500 -w /var/tmp/capture.pcap
Cory_50405
Oct 08, 2013Noctilucent
Did the destination server (pool member) change from 443 to 80 as well? If so, you'll need to update the pool member along with the virtual server.
- Jimmy_124170Oct 08, 2013Nimbostratusno the destination server did not change as well.
- Cory_50405Oct 08, 2013NoctilucentCan you grab the config snippets of your virtual server and pool and paste here? tmsh list ltm virtual tmsh list ltm pool
- Jimmy_124170Oct 08, 2013NimbostratusHere it is: tmsh list ltm virtual SMI-vs ltm virtual SMI-vs { description "Virtual Server pour accès via SMI" destination 10.254.99.147:http ip-protocol tcp mask 255.255.255.255 pool apg_pool profiles { Access-SMI { } OGR-Self { context serverside } SMI-cp { context clientside } client-ogr-self { context clientside } http { } ppp { } rba { } rewrite { } rewriteplugin { } tcp { } websso { } } rules { ogr_deny_ips } source 0.0.0.0/0 source-address-translation { type automap } vlans-disabled } tmsh list ltm pool apg_pool ltm pool apg_pool { members { 172.30.2.25:tproxy { address 10.148.200.131 session monitor-enabled state up } } monitor tcp }
- Jimmy_124170Oct 08, 2013Nimbostratustmsh list ltm pool apg_pool [code] tmsh list ltm virtual SMI-vs ltm virtual SMI-vs { description "Virtual Server pour accès via SMI" destination 10.254.99.147:http ip-protocol tcp mask 255.255.255.255 pool apg_pool profiles { Access-SMI { } OGR-Self { context serverside } SMI-cp { context clientside } client-ogr-self { context clientside } http { } ppp { } rba { } rewrite { } rewriteplugin { } tcp { } websso { } } rules { ogr_deny_ips } source 0.0.0.0/0 source-address-translation { type automap } vlans-disabled } [/code] [code] ltm pool apg_pool { members { 172.30.2.25:tproxy { address 172.30.2.25 session monitor-enabled state up } } monitor tcp } [/code]
- Jimmy_124170Oct 08, 2013NimbostratusSorry for the code format...
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