SL
May 11, 2018Cirrus
Unable to connect via F5
Hi
I have setup the following VS and I am not able to connect successful via the browser or when doing a Curl.
This error when using Curl
curl http://10.10.10.10:9114 -v
* Rebuilt URL to: http://10.10.10.10:9114/
* Trying 10.10.10.10...
* TCP_NODELAY set
* Connected to 10.10.10.10 (10.10.10.10) port 9114 (0)
> GET / HTTP/1.1
> Host: 10.10.10.10:9114
> User-Agent: curl/7.53.1
> Accept: */*
>
* Recv failure: Connection was reset
* stopped the pause stream!
* Closing connection 0
curl: (56) Recv failure: Connection was reset
If I Curl from the F5 to the server I get a valid response
config curl http://10.10.10.11:9114 -v
* About to connect() to 10.10.10.11 port 9114 (0)
* Trying 10.10.10.11... connected
* Connected to 10.10.10.11 (10.10.10.11) port 9114 (0)
> GET / HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 OpenSSL/1.0.1l zlib/1.2.3 libidn/0.6.5
> Host: 10.10.10.11:9114
> Accept: */*
>
< HTTP/1.1 403 Forbidden
< Cache-Control: must-revalidate,no-cache,no-store
< Content-Type: text/html;charset=ISO-8859-1
< Content-Length: 1267
< Server: 123(8.0.4.v20111024)
<
Error 403 Forbidden
HTTP ERROR: 403
Problem accessing /. Reason:
Forbidden
Powered by 123://
* Connection 0 to host 10.10.10.11 left intact
* Closing connection 0
This is my VS Config
ltm virtual /Common/vs_9114 {
destination /Common/10.10.10.10:9114
ip-protocol tcp
mask 255.255.255.255
pool /Common/pool_9114
profiles {
/Common/tcp-wan-optimized { }
}
source 0.0.0.0/0
source-address-translation {
type automap
}
translate-address enabled
translate-port enabled
Any ideas or suggestions please as to why not working?