Forum Discussion
krisdames
Cirrus
Feb 13, 2013To iRule or not to iRule?
Hi all,
Long time watcher, first time poster. My F5 is v11.2.1. I have read a ton of questions about reverse proxies and that's what I need to do, but it seems to me like I should not nee...
nitass
Employee
Feb 14, 2013this is mine.
[root@ve11a:Active:Changes Pending] config tmsh list ltm virtual bar
ltm virtual bar {
destination 172.28.20.14:80
ip-protocol tcp
mask 255.255.255.255
pool foo
profiles {
mystream { }
tcp { }
}
source 0.0.0.0/0
source-address-translation {
type automap
}
vlans-disabled
}
[root@ve11a:Active:Changes Pending] config tmsh list ltm pool foo
ltm pool foo {
members {
200.200.200.101:80 {
address 200.200.200.101
}
}
}
[root@ve11a:Active:Changes Pending] config tmsh list ltm profile stream mystream
ltm profile stream mystream {
app-service none
defaults-from stream
target @foo@FOO@
}
test
[root@ve11a:Active:Changes Pending] config ssldump -Aed -nni 0.0 port 80
New TCP connection 1: 172.28.19.251(38337) <-> 172.28.20.14(80)
1360832106.9030 (0.0017) C>S
---------------------------------------------------------------
GET /foo/something HTTP/1.1
User-Agent: curl/7.15.5 (i686-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
Host: 172.28.20.14
Accept: */*
---------------------------------------------------------------
New TCP connection 2: 200.200.200.13(38337) <-> 200.200.200.101(80)
1360832106.9081 (0.0031) C>S
---------------------------------------------------------------
GET /FOO/something HTTP/1.1
User-Agent: curl/7.15.5 (i686-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
Host: 172.28.20.14
Accept: */*
---------------------------------------------------------------
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