Forum Discussion

Nat_Thirasuttakorn's avatar
Nov 22, 2004

node command does not work with host name

I tested 9.0.1. and found that node command does not work with host name

 

any idea how to make it work? (with out creating pool)

 

 

for example:

 

 

if my_class = "something www.google.co.th"

 

 

and i use find class to get the node hostname

 

 

set $hostname [getfield [ findclass "something" $::my_class ] " " 2 ]

 

 

then i force bigip to connect directly to the hostname

 

 

node $hostname "80"

 

 

any suggestion would be appreciated.

 

 

NAT