gre
1 TopicGRE Tunnel From F5 to Linux Server
Hi, I have 2 redhat 6 linux servers that have a GRE tunnel configured between them as follows: GRE1 Linux Server: ONBOOT=yes DEVICE=tun0 TYPE=GRE MY_INNER_IPADDR=192.168.255.2 PEER_INNER_IPADDR=192.168.255.1 PEER_OUTER_IPADDR=1.1.1.1 MY_OUTER_IPADDR=2.2.2.2 GRE2 Linux Server: ONBOOT=yes DEVICE=tun0 TYPE=GRE MY_INNER_IPADDR=192.168.255.1 PEER_INNER_IPADDR=192.168.255.2 PEER_OUTER_IPADDR=2.2.2.2 MY_OUTER_IPADDR=1.1.1.1 This is working just fine and I can ping both inner IPs from both directions. I would like to replace GRE2 with an F5 and have it provide the exact same GRE tunnel to GRE1 I've tried creating the tunnel and assigning a self IP, however, I can't seem to get ping to work and I'm confused on where each of the IP addresses would go in the F5 configuration (MY_INNER_IPADDR, PEER_INNER_IPADDR, etc). I'm looking for advise on how to mimic the configuration in GRE2 onto the F5. Thanks!Solved743Views0likes2Comments