Forum Discussion
cxcal_18687
Nimbostratus
Feb 25, 2008Using Big-IP as a router
I have yet to get our appplication (product from standard networks) to source the the client IP address for auditing purposes.
Application only works when SNAt is disabled.
Is it possible to use the Big-IP as a router?
Thanks.. I'm reaching!!!
- hoolio
Cirrostratus
Hi, - Fletcher_Cocquy
Nimbostratus
I have a couple loadbalanced windows servers configured with their defaultroute set to the BigIP's floating IP - works great except for when they attempt the mothership and it fails because the BigIP is not forwarding or returning the outbound packets and windows can't get its updates. - JRahm
Admin
You could add a network virtual forwarder with address 0.0.0.0/0.0.0.0 specified to the tcp port that the servers phone home on, and enable it only on the vlan to which the servers are connected. - Fletcher_Cocquy
Nimbostratus
I tried your idea - this should have allowed 443 to pass - but its not...: - JRahm
Admin
Do you have a route to the destination you're trying to hit? - Fletcher_Cocquy
Nimbostratus
Ah, I see the first default route for the whole BigIP is a non-externally routable IP - how do I update the order of the default routes ? (So I can make the externally routable hop first)? - JRahm
Admin
In this case, you could add an iRule to the virtual to route the traffic based on source address. Assuming the servers are in 192.168.1.0/24 and the desired gateway is 172.16.1.1:when CLIENT_ACCEPTED { if {[IP::addr [IP::client_addr] equals 192.168.1.0/24]} { node 172.16.1.1 } }
- Fletcher_Cocquy
Nimbostratus
I tried the iRule, but it did not seem to affect the routing when I applied it to the Virtual Server to which this server belongs. - JRahm
Admin
Process should be: - mikand_61525
Nimbostratus
Is this still valid for 11.x and whats the today preferred settings if I (for example) just want to use the F5 as a router (or rather the case is to merge a Cisco-router and F5 into a single device)?
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