Re: log incoming ip/porrt connections

2013-08-18 Thread D. Xenakis
This monitors also ip/port of incoming udp packets? Or just tcp after a connection has been enstablished? If i dont make any sense, plz correct me. Not much experience with networking here :) -- http://mail.python.org/mailman/listinfo/python-list

Re: log incoming ip/porrt connections

2013-08-17 Thread Irmen de Jong
On 17-8-2013 22:23, D. Xenakis wrote: > Hi there. I have a script-service running on a remote server, listening on a > specific port. What i need here is to make this also maintain a log file of > ALL incoming connections. > > Could someone suggest to me a simple codefunction example to implemen

Re: log incoming ip/porrt connections

2013-08-17 Thread D. Xenakis
Or point me the right way in case this is not that simple to do. -- http://mail.python.org/mailman/listinfo/python-list

log incoming ip/porrt connections

2013-08-17 Thread D. Xenakis
Hi there. I have a script-service running on a remote server, listening on a specific port. What i need here is to make this also maintain a log file of ALL incoming connections. Could someone suggest to me a simple codefunction example to implement that on my main running service? THX!! -- h