Python security settings

Laughlin, Joseph V Joseph.V.Laughlin at boeing.com
Tue May 11 16:18:03 EDT 2004


import SimpleXMLRPCServer
rpc_server = SimpleXMLRPCServer.SimpleXMLRPCServer(("localhost", 3010))
print "XMLRPC Server started!"
rpc_server.serve_forever()

When I run this program, I can connect to port 3010 on the localhost,
but I can't connect to the port from any other machine (or from the
local machine using the machine's hostname).  Why is this?

Joe Laughlin
Phantom Works - Integrated Technology Development Labs 
The Boeing Company







More information about the Python-list mailing list