Nishid_Patel_67
Dec 08, 2011Nimbostratus
iRules for DNS
I would like setup iRules that does following
If client RDP's in to server called "remote", I want bigip ltm to change it to "remote.quiksilver.com"
If client RDP's in to server called "remote", I want bigip ltm to change it to "remote.quiksilver.com"
You could potentially collect the TCP data and rewrite remote to remote.quiksilver.com. Here's an example which parses the data. You could amend the iRule to rewrite the server name using TCP::payload
http://devcentral.f5.com/Community/GroupDetails/tabid/1082223/asg/50/aft/32250/showtab/groupforums/Default.aspx
http://devcentral.f5.com/wiki/iRules.tcp__payload.ashx
Aaron