03-Jun-2003
10:31
- last edited on
05-Jun-2023
05:54
by
JimmyPackets
bigpipe virtual 0.0.0.0:0 use pool defaultRoutePool
I tried:
$soapResponse = $soap->create_from_pool(
SOAP::Data->name(virtual_server => { address => '0.0.0.0',
port => '0' }),
SOAP::Data->name(unit_id => 1),
SOAP::Data->name(pool_name => 'defaultRoutePool'));
But I get "IP is not valid on network, address/mask do not conform to true IP"
Thoughts?
03-Jun-2003 10:31
03-Jun-2003
10:31
- last edited on
22-Nov-2022
16:35
by
JimmyPackets
bigpipe pool defaultRoutePool { \
snat disable \
nat disable \
member 1.2.3.4:0 \
}
And 1.2.3.4 (real address obscured for the innocent) is the default route for the
F5 device. Since it's supposed to work, I'll recheck my code (since I wasn't sure if
I was supposed to use zeroes, or some sort of -1, I figured I'd ask first...).
04-Jun-2003 10:31
-Joe