Lines Matching refs:gateway
28 database server without knowing their ips by using the ip of the gateway.
32 by the gateway.
37 "GRANT privileges on <db> to 'A1_user'@(gateway address)
184 """Return the address of the default gateway.
186 @raises: subprocess.CalledProcessError: If the address of the gateway
193 logging.error('Unable to get gateway: %s', e)
202 default=False, help='Enable gateway access for vagrant testing.')
210 access through the gateway if --enable_gateway is specified.
230 gateway = get_gateway()
231 logging.info('Enabling access through gateway %s', gateway)
232 bootstrap(user, password, gateway, dest_host)