Welcome Guest ( Log In | Register )


This is NOT a Search Box
PRIVATE NOTICE FROM snookered
--
If you see advertising/spam in the forums, please click for that post. Thank you smile.gif
(Today, 01:26 AM) snookered
--
If you see advertising/spam in the forums, please click for that post. Thank you smile.gif
PRIVATE NOTICE FROM crunchiemunchie1972
--
nite richmond
(Today, 01:11 AM) crunchiemunchie1972
--
nite richmond
PRIVATE NOTICE FROM Glassman
--
cya smile.gif
(Today, 01:00 AM) Glassman
--
cya smile.gif
PRIVATE NOTICE FROM richmond
--
know how you feel m8 well look after your self take care catch you tomorrow m8
(Today, 12:59 AM) richmond
--
know how you feel m8 well look after your self take care catch you tomorrow m8
PRIVATE NOTICE FROM Glassman
--
drained
(Today, 12:57 AM) Glassman
--
drained
PRIVATE NOTICE FROM richmond
--
hi glassman how you tonight m8
(Today, 12:53 AM) richmond
--
hi glassman how you tonight m8
PRIVATE NOTICE FROM Glassman
--
wave.gif hi richmond
(Today, 12:52 AM) Glassman
--
wave.gif hi richmond
PRIVATE NOTICE FROM richmond
--
nice to see you fly the flag frank
(Today, 12:47 AM) richmond
--
nice to see you fly the flag frank
PRIVATE NOTICE FROM richmond
--
totalshock.gif ehhh what i missed
(Today, 12:42 AM) richmond
--
totalshock.gif ehhh what i missed
PRIVATE NOTICE FROM crunchiemunchie1972
--
eh you speaking to me LH
(Today, 12:33 AM) crunchiemunchie1972
--
eh you speaking to me LH
PRIVATE NOTICE FROM ladyhawk
--
nutters
(Today, 12:31 AM) ladyhawk
--
nutters
PRIVATE NOTICE FROM crunchiemunchie1972
--
and frank us scots are only crazy cause we next to the english you try puting up with them
(Today, 12:29 AM) crunchiemunchie1972
--
and frank us scots are only crazy cause we next to the english you try puting up with them
PRIVATE NOTICE FROM crunchiemunchie1972
--
richmond where can i shoot me a bear in scotland laugh.gif i want to try bear stew
(Today, 12:27 AM) crunchiemunchie1972
--
richmond where can i shoot me a bear in scotland laugh.gif i want to try bear stew
PRIVATE NOTICE FROM crunchiemunchie1972
--
yeah we all mental
(Today, 12:25 AM) crunchiemunchie1972
--
yeah we all mental
PRIVATE NOTICE FROM BrutallyFrank
--
Crazy Scots!
(Today, 12:24 AM) BrutallyFrank
--
Crazy Scots!
ShoutOut! © InvisionMint
Float shoutbox?

How to Port Forward for Bittorrent, Azureus Example

This topic is about How to Port Forward for Bittorrent, Azureus Example, the author, wng95, wrote about: Originally posted by snoopinc so all credit goes to him. Port Forwarding for Bittorrent; --------------------------------------------------------- ... To read more just scroll down

 
Reply to this topicStart new topic
> How to Port Forward for Bittorrent, Azureus Example
wng95
post May 13 2008, 03:17 PM
Post #1
8 Ball Champion Champion! Gauntlet 2 Champion! Balloon Shoot Champion! Absolutely Hammered Champion! Cubic Shot Champion! Canyon Glider 2 Champion! Deep Sea Struggle Champion! Encounter Specalist Champion! Crazy Chopper Champion! Painter Madness Champion!


Advancing Member
Group Icon

Group: Global Moderator
Received 563 Thanks
Posts: 8,396
Joined: 5-August 04
From: Scotland
Member No.: 228





Originally posted by snoopinc so all credit goes to him.




Port Forwarding for Bittorrent;
---------------------------------------------------------------------------------------------------------------------
So your trying to download a torrent and you just can't connect to the torrent, Port Forwarding might help !
---------------------------------------------------------------------------------------------------------------------
So what is Port Forwarding ?

Port forwarding (sometimes referred to as tunneling) is the act of forwarding a network port from one network node to another. This technique can allow an external user to reach a port on a private IP address (inside a LAN) from the outside via a NAT-enabled router.

Port forwarding allows remote computers (e.g. public machines on the Internet) to connect to a specific computer within a private LAN.

For example:

forwarding port 8000 on the router to a user's machine allows SHOUTcast streaming
forwarding ports 5000 through 6000 to a user's machine allows the use of Unreal Tournament
Modern Linux machines achieve this by adding iptables rules to the nat table: with target DNAT to the PREROUTING chain, and/or with target SNAT in the POSTROUTING chain.

BSD and Mac OS X machines use a similar tool named ipfw. The ipfw tool is likely already running as a built-in part of your operating system's kernel.

Some common caveats with port forwarding include:

the need to forward the packets that come to the router's forwarded port as well as the need to rewrite them so that the machine to which the port is forwarded to can reply to the original source address, which in turn leads to
the inability of the destination (private) machine to see the actual originator of the forwarded packets, and instead see them as if originating from the router

Single Computer
Port forwarding can also be used within a single machine. This is commonly done on Unix-derived computers where port numbers numbered below 1024 can only be accessed by software running as the root user. Running as root can be a security risk, so some people use port forwarding to redirect incoming traffic from a low numbered port to software listening on a higher port. For example, a web server may be listening on a port such as 8080 for traffic redirected from the restricted port 80.
---------------------------------------------------------------------------------------------------------------------

Lets get port forwarding, This is an Azureus example as there are many bittorrent clients. This example is on a D-Link DI-524 Router. Yours may vary, so visit http://portforward.com/routers.htm and serach your router and bittorrent client to port forward.

Most ISPs block the default port that Azureus uses. So it is a good idea to change Azureus' port number to something other than the default port. Here's a brief walkthrough on how to do that.



In Azureus click Tools in the menu at the top of your screen. Then click the Options link in the menu that drops down.


In the menu tree on the left hand side of this window Connection should be selected. Pick a random port between 49152 and 65535. Then enter that port into the Incomming TCP/UDP Listen Port box. When you are done, be sure to click the Save button at the bottom of the configuation screen.

Open a web browser like internet explorer or Netscape. Enter the ip address of your router in the address bar of your browser. In the picture above the address bar has http://www.google.com in it. Just replace all of that with the ip address of your router. By default the ip address should be set to 192.168.0.1.



You should see a box prompting you for your username and password. Enter your username and password now. By default the username is admin, and the password is blank. Click the Ok button to log in to your router.

Click the Advanced button near the top of the page.

The menu on the left should change. In this new menu, click Virtual Server.


Check the enabled box

(*)Enabled ( )Disabled
Name: Azureus
Private IP: Your IP
Protocol Type: Both
Private Port: 6881
Public Port: 6881
Schedule: Always

We will list a series of lines here that will show you exactly how to forward the ports you need to forward. Azureus requires you to forward the ports you entered above. Go ahead and enter the settings shown above into the Virtual Server menu and then click Apply.

and setup another port forward:

Click the enabled box

(*)Enabled ( )Disabled
Name:Azureus2
Private IP: Your IP
Protocol Type: Both
Private Port: The Port You Choose Between 49152 and 65535
Public Port: Same As Above
Schedule: Always

You should see another page of settings that need to be entered into one of the blank lines on your routers Virtual Server page. Go ahead and enter those settings and then click Apply.

And that is it! You are done!

This post has been edited by wng95: May 13 2008, 03:18 PM
Go to the top of the page
 
+

Reply to this topicStart new topic
Tags
No Tag inserted yet

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 







Blog5 Game Cheats | Debt Consolidation | Credit Cards | Loans | Debt Consolidation
RSS Lo-Fi Version | SEO by MinervaSEO © Icelabz.net Time is now: 8th January 2009 - 01:30 AM