Forum Discussion
John_Alam_45640
May 18, 2014Historic F5 Account
The SERVER_CONNECTED event is not needed.
One more thing. In the STREAM::replace command, only the replacement is needed.
STREAM::replace $replacment
Now test it by using a linux server behind a BigIP virtual and netcat such as in these examples.
http://stackoverflow.com/questions/8375860/echo-server-with-bash
You should be able to use telnet and type:
HELO 1.2.3.4
or EHLO 1.2.3.4and it echos back "xxLO [your IP address]"