Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Amule and this LowID problem, but my 4662 port is open????
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
totoffe
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2003
Posts: 86
Location: Orange County, CA

PostPosted: Sat Mar 13, 2004 1:51 pm    Post subject: Amule and this LowID problem, but my 4662 port is open???? Reply with quote

I don't know what's happening, I emerged Amule 1.2.6, my 4662 port is open, and in the server information, it doesn't tell me I have a low ID, but my ID number is always under 1000000, I saw I was lowid, when I told myself to be my friend, then I was able to do a 'Show detail' on myself, which showed me I was LowId.

What's happening?!
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Sat Mar 13, 2004 2:04 pm    Post subject: Reply with quote

do you have an firewall inbetween you and the internet?

or maybe your isp is blocking the port? try another port.


cheers

SteveB
Back to top
View user's profile Send private message
totoffe
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2003
Posts: 86
Location: Orange County, CA

PostPosted: Sat Mar 13, 2004 2:55 pm    Post subject: Reply with quote

yes, I am in a dorm with a firewall, proxy... but how to know which ports are left open by the firewall??
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Sat Mar 13, 2004 3:25 pm    Post subject: Reply with quote

totoffe wrote:
yes, I am in a dorm with a firewall, proxy... but how to know which ports are left open by the firewall??
the problem or question is not, if there is an open port on the firewall or not. the question is, is there an port wich is FORWARDED from the firewall to your computer?

if you have the firewall under your controll, then you could change the rules. if not.... then you have to live with the low-id stuff.


cheers

steve
Back to top
View user's profile Send private message
totoffe
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2003
Posts: 86
Location: Orange County, CA

PostPosted: Sat Mar 13, 2004 4:37 pm    Post subject: Reply with quote

Then I guess, I'll have to live with this stuff. :(

Anyway thanks for the explanation. :wink:
Back to top
View user's profile Send private message
uglyb0b
Apprentice
Apprentice


Joined: 07 Sep 2003
Posts: 280

PostPosted: Sat Mar 13, 2004 8:53 pm    Post subject: Reply with quote

Out of curiosity, could you make a tunnel that goes from an interior lan to an external box with port 4662 open, using squid or something and go through that box without getting a lowid?
_________________
Blog.

Linux geek and Mac whore.
Back to top
View user's profile Send private message
Gvalandor
n00b
n00b


Joined: 14 Apr 2003
Posts: 12
Location: Finland

PostPosted: Sun Mar 14, 2004 7:07 pm    Post subject: Reply with quote

I had the same problem with port 4662, so I just used a different port. No more low-ID :wink:
Back to top
View user's profile Send private message
totoffe
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2003
Posts: 86
Location: Orange County, CA

PostPosted: Tue Mar 30, 2004 9:09 am    Post subject: Reply with quote

But where to tell amule to use a different port???
Back to top
View user's profile Send private message
totoffe
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2003
Posts: 86
Location: Orange County, CA

PostPosted: Tue Mar 30, 2004 9:19 am    Post subject: Reply with quote

And which port do you currently use?
Back to top
View user's profile Send private message
Lord_Orion
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2003
Posts: 107
Location: Strasbourg FRANCE

PostPosted: Tue Mar 30, 2004 6:34 pm    Post subject: Reply with quote

You can use a solution with iptables on the computer you use as firewall...

try this

iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport 4661 -j DNAT --to-dest 195.1.1.2
iptables -A FORWARD -p tcp -i ppp0 --dport 4661 -d 195.1.1.2 -j ACCEPT
iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport 4662 -j DNAT --to-dest 195.1.1.2
iptables -A FORWARD -p tcp -i ppp0 --dport 4662 -d 195.1.1.2 -j ACCEPT
iptables -t nat -A PREROUTING -i ppp0 -p udp --dport 4672 -j DNAT --to-dest 195.1.1.2
iptables -A FORWARD -p udp -i ppp0 --dport 4672 -d 195.1.1.2 -j ACCEPT


change ppp0 if this isn't your internet connection eth0 if you're using a lan for example
and change 195.1.1.2 to the ip number for your computer
It will relay the connection for these ports to the computer that is using amule...

Just a thing... if you get a lowid with that reconnect... one or 2 times amule and you will be in highid

That's a little part of my firewall... and it works

Lord_Orion 8)
Back to top
View user's profile Send private message
totoffe
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2003
Posts: 86
Location: Orange County, CA

PostPosted: Tue Mar 30, 2004 7:55 pm    Post subject: Reply with quote

Ok thanks, but I don't own the firewall :(

au fait je suis à Paris...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum