Forum Discussion

Nishid_Patel_67's avatar
Nishid_Patel_67
Icon for Nimbostratus rankNimbostratus
Dec 08, 2011

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"

 

1 Reply

  • Hi Nishid,

     

     

    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