Untitled
By: a guest | Mar 21st, 2010 | Syntax:
None | Size: 1.08 KB | Hits: 29 | Expires: Never
[Sun Mar 21 21:18:06 2010] - Error binding stream socket to IP 94.254.70 .70 port 6669 - 94.254.70.70[]:Cannot assign requested address
[Sun Mar 21 21:21:56 2010] - Error binding stream socket to IP 94.254.70 .70 port 6669 - 192.168.2.4[]:Cannot assign requested address
[Sun Mar 21 21:22:32 2010] - Error binding stream socket to IP 196.168.2 .4 port 6669 - 192.168.2.4[]:Cannot assign requested address
[Sun Mar 21 21:30:28 2010] - Error binding stream socket to IP 196.168.2 .4 port 6669 - 192.168.2.4[]:Cannot assign requested address
#* This binds the ircd to the default ircd ports 6660 to 6669
listen 192.168.2.4:6666
{
options
{
clientsonly;
java;
};
};
#/* This is a listen block for linking servers */
listen 192.168.2.4:8067
{
options
{
serversonly;
};
};
#/* This is the listen block for ssl connections */
listen 196.168.2.4:6669
{
options
{
clientsonly;
ssl;
};
};