Forum Discussion
ancanada_4516
Mar 01, 2011Historic F5 Account
PPTP link load balancing with link controller
Hi guys,
I am trying to load balance PPTP access to a PPTP server through two different links with a link controller. As the PPTP client starts a connection through a tcp connection to any o...
hooleylist
Mar 03, 2011Cirrostratus
Hi Antonio,
That sounds plausible. Can you try something like this?
when CLIENT_ACCEPTED {
Add a session table entry with the client and destination IP addresses for 300 seconds
session add uie [IP::remote_addr] [IP::local_addr] 300
}
i-rule of the 0.0.0.0.0:* internal VS managing the outgoing GRE tunnels:
when CLIENT_ACCEPTED {
if { [TCP::local_port] == 53 }{
set dest [session lookup uie [IP::local_addr]]
if {$dest ne "" }{
snat $dest}
}
}
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects