Forum Discussion

Jessica_42876's avatar
Jessica_42876
Icon for Nimbostratus rankNimbostratus
Sep 26, 2014

ipv6 nodes in a pool and ipv4 Virtual Server

Hi!

 

I have a server with the IPv6 address Fd00:10:1:1::201/64. In the LTM i have the next configuration.

 

NODE Configuration

ltm node /Common/fd00:10:1:1:0:0:0:201 { address fd00:10:1:1::201 }

 

POOL Configuration

ltm pool /Common/HP_01-22 { allow-snat no load-balancing-mode fastest-node members { /Common/fd00:10:1:1:0:0:0:201.22 { address fd00:10:1:1::201 } } monitor /Common/gateway_icmp }

 

Virtual Server Configuration

ltm virtual /Common/HP_01-22 { destination /Common/192.168.10.2:22 ip-protocol tcp mask 255.255.255.255 persist { /Common/source_addr { default yes } } pool /Common/HP_01-22 profiles { /Common/tcp { } } source 0.0.0.0/0 source-address-translation { type automap } translate-address enabled translate-port enabled }

 

SNAT configuration

ltm snat /Common/ipv6_snat { automap origins { ::/0 { } 0.0.0.0/0 { } }

 

I have a selfip for each network ipv6 and ipv4.

 

In the server if I execute a ping to ipv6

 

Pinging fd00:10:1:1:0:0:0:201 with 32 bytes of data: Reply from fd00:10:1:1:0:0:0:201: time<1ms Reply from fd00:10:1:1:0:0:0:201: time<1ms Reply from fd00:10:1:1:0:0:0:201: time<1ms

 

if I execute a ipv4 ping: Pinging 192.168.1.2 with 32 bytes of data: PING: transmit failed. General failure. PING: transmit failed. General failure. PING: transmit failed. General failure.

 

what I need to do if I want a positive response of ipv4 address? Could you help me ?

 

Jessy

 

4 Replies

  • nathe's avatar
    nathe
    Icon for Cirrocumulus rankCirrocumulus
    shot in the dark on this one - do you have the NAT64 option checked in the VS? I wonder if you need this.