This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

psybnc - getting the wrong ip

Help with usage of shell accounts and bouncers.
Post Reply
k
kwnds
Voice
Posts: 21
Joined: Thu Mar 15, 2007 2:51 pm

psybnc - getting the wrong ip

Post by kwnds »

Hi!
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
When i create a psybnc i had one of those ips, and i connect to psybnc only if i type correctly the ip (until here no problems!).
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
g
garfwen
Halfop
Posts: 61
Joined: Wed Mar 12, 2008 5:16 pm

Post by garfwen »

just type /bvhost IP
k
kwnds
Voice
Posts: 21
Joined: Thu Mar 15, 2007 2:51 pm

Post by kwnds »

I had tryied that before and it doesn't work.
The psybnc msg me:

Code: Select all

<-psyBNC> VHOST changed to '79.140.33.54'.
But the whois still the same:

Code: Select all

kwnds is ~kwnds@79.140.33.57 * kwnds
kwnds using port80b.se.quakenet.org Port80.se IRC Server
kwnds has been idle 25mins 57secs, signed on Tue Mar 18 17:18:59
kwnds End of /WHOIS list.
g
garfwen
Halfop
Posts: 61
Joined: Wed Mar 12, 2008 5:16 pm

Post by garfwen »

try /quote jump :roll:
k
kwnds
Voice
Posts: 21
Joined: Thu Mar 15, 2007 2:51 pm

Post by kwnds »

I am really noob!
Thanks, problem fixed
Post Reply