Forum Discussion

LillyM_9417's avatar
LillyM_9417
Icon for Altostratus rankAltostratus
Jul 04, 2011

self ip cannot be used for virt traffic

Hello,

 

 

I installed a virt f5. I created a virt server, pool and irule. I could not manage to connect to real serevr because F5 is using client's ip address for forwarding packet to dest real server.

 

 

1) Client pc (10.1.1.1) is connecting port 9000 and ip 12.12.12.12 (virt server definition on F5)

 

 

2) f5 send syn to server and 3 way handshake is done between F5 and server.

 

 

3) I use this irule, because I want only self ip of the F5 is used.

 

 

=============

 

timing on

 

 

when RULE_INIT {

 

set static::xdebugdfbc 0

 

}

 

 

when CLIENT_ACCEPTED {

 

TCP::collect 8

 

if { [IP::addr [IP::client_addr] equals 10.0.0.0/8 ] } {

 

snat automap

 

}

 

}

 

=============

 

 

4) F5 trying to connect to the real server with client ip address (which is impossible because no back route is defined through the client directly, it should be via F5)

 

 

5) Virt server definition has the following:

 

 

**Address Translation: Enabled

 

**Port Translation: Enabled

 

**Source Port: Preserve

 

**Snat Pool: AutoMap

 

 

=================================================

 

 

What can be the reason of this? I am looking forward your response ASAP.

 

 

thanks in advance

 

1 Reply

  • Hi Lilly,

     

     

    Check your other post for a reply:

     

     

    http://devcentral.f5.com/Community/GroupDetails/tabid/1082223/aff/31/afv/topic/aft/1179370/afc/1251565/Default.aspx

     

     

    Aaron