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.

Connecting to proxy's (firewall)

Old posts that have not been replied to for several years.
Locked
r
rav

Post by rav »

my bot pings out after connecting to a proxy. here is the ouput.

[02:53] Trying server geneva.ch.eu.undernet.org:6667
[02:53] Connected to geneva.ch.eu.undernet.org
[02:53] -NOTICE- *** Looking up your hostname
[02:53] -NOTICE- *** Checking Ident
[02:53] -NOTICE- *** Found your hostname
[02:53] -NOTICE- *** No ident response
[02:54] -ERROR from server- Closing Link: by Geneva.CH.EU.Undernet.org (Ping timeout)

i have tried other proxys and every undernet server there is with no luck.

thanks in advance
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Proxy support has be flaky for years.

Use a v-host and stop using the proxy, it's a lot fatser, and more stable.
r
rav

Post by rav »

indeed.. but i could modify the source myself if i knew where in the source it looks for a "PING :2345245???". i know the net.c controls most of this. and if it's been flakey for years and i just happen to get it working good.. it will be not-so flakey :wink:

thanks
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Well, to be honest, I don't know where the code is. The network functions is the only stuff I havn't touched.

Look in the server.mod directory. I am sure it was bound using RAW binds in there.
r
rav

Post by rav »

found the code i was looking for! i added 2 lines and changed 1 (in various sections) and got it to work! it is linked on my botnet and sharing userfiles! damn this is nice.

thanks
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

May we know what lines you changed, so that they be considered as a bug fix?
r
rav

Post by rav »

i would really be scared to post that here.. or even have it "fixed". reason being is that now i can connect to ANY 1080 proxy (1080 is the only one that works right now). 3128 proxys *may* work. these, as you know, are a dime a dozen. i am only afraid that some lame kiddie will load 100 eggs and use some evil tcl for very bad things :sad:

but, if you feel this actually should be included, i will gladly tell you how i did it.. just not here. i hang in #w00t on undernet. my nick is ravenous.
g
gregul

Post by gregul »

do you know any ircnet proxies? (ips)
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

There are many sites on the net that provide that sort of information gregul.

As for the changes you made, like it would stop a packet kiddy anyway.

Soon (beleive it or not), eggdrop will have better proxy support (if memory serves me corectly). When I say soon, I mean when the total re-write (as good as) that is underway is completed.
Locked