Hello,
Is there a way to bind the notebook to a specific IP?
So when checking with netstat, I'd like to see
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
tcp 0 0 1.2.3.4:8300 0.0.0.0:*
LISTEN 11282/python
instead of
tcp 0 0 0.0.0.0:8300 0.0.0.0:*
LISTEN 11282/python
This is usually something any service offers in its options.
xinetd: { bind = <IP pub> }
sshd: ListenAddress <IP pub>
mysql: bind-address = <IP pub>
apache2: Listen <IP pub>:80
etc etc
Option "address" of notebook() didn't help.
Thanks!
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---