newLISP Fan Club

Forum => newLISP in the real world => Topic started by: methodic on October 03, 2008, 08:53:46 PM

Title: net-connect with different source ip?
Post by: methodic on October 03, 2008, 08:53:46 PM
I have a server with multiple interfaces, and I want to bind net-connect to a specific IP address, similar to the following perl code:



//http://lbwiki.com/index.php/Perl_Connect_Script



Is this possible?



Thanks in advance.
Title:
Post by: Lutz on October 04, 2008, 04:51:49 AM
In newLISP currently only the listener can specify a specific IP-number / interface to use on a multihoned machine.
Title:
Post by: Lutz on October 04, 2008, 12:45:12 PM
version 9.9.6 due on Monday has a new function 'net-interface' to set the default network card IP address on multihoned computers.