I have a big problem that i can't fix
I have a Virtual Private Server with OS Debian (linux) and i had 5 ip's adresses (the main ip is 79.140.33.55).
To configure the ip adresses i had added this on ano /etc/network/interfaces
Code: Select all
auto eth0:1
iface eth0:1 inet static
address 79.140.33.55
netmask 255.255.255.0
gateway 79.140.33.1
auto eth0:2
iface eth0:2 inet static
address 79.140.33.56
netmask 255.255.255.0
gateway 79.140.33.1
auto eth0:3
iface eth0:3 inet static
address 79.140.33.57
netmask 255.255.255.0
gateway 79.140.33.1
auto eth0:4
iface eth0:4 inet static
address 79.140.33.58
netmask 255.255.255.0
gateway 79.140.33.1
My problem is when the psybnc connects to irc server quakenet, she allways get the localhost as 79.140.33.57 and not the ip address that i have added when i installed psybnc (for example 79.140.33.54).
Do you have any idea to fix this? Before i formatted the VPS, psybncs always get ip 79.140.33.58 and i cant understand with, if o had configurated the host name whell (and it just connect with the correct ip).
Thanks
I leave here to the psybnc.conf
Code: Select all
PSYBNC.SYSTEM.PORT1=001
PSYBNC.SYSTEM.HOST1=79.140.33.54
PSYBNC.HOSTALLOWS.ENTRY0=*;*
USER1.USER.NICK=kwnds
USER1.USER.USER=kwnds
USER1.USER.PASS==some-password-that-i-had-entired
USER1.USER.RIGHTS=1
USER1.USER.LOGIN=kwnds
USER1.SERVERS.SERVER1=irc.quakenet.org
USER1.SERVERS.PORT1=6667