How To Port Forward With Utorrent!




What Is Portforwarding?

Port forwarding is necessary for using different tools, Such as RATs and uTorrent and so on. Please follow this guide on How To Port Forward and you'll have your port forwarded :)!


Today i'll teach you how to port forward through the router & modem. (Not with PFConfig :) )

Lets Start!

Start off by going to: Start -> Run -> CMD -> And Type IPCONFIG

[Image: FASDASD.png]

Now Copy That "Standard Gateway // Default Gateway" IP And Type It Into Your Webbrowser & Log in.

[Image: IP_2.png]
My username is Root - nothing. The router // modem accounts usually are theese:

Admin -
Admin - Admin
Admin - Password
Admin - User
Admin - Root
Admin - Custom Password, Check underneath your router for it! ;)

Root - Admin
Root -
Root - Password
Root - Root
Root - Password
Root - Custom Password. Check underneath ;)

User - Root
User -
User - Admin
User - Password
User - User
User - Custom Pass.

And so on.

Once you're logged in, Go to the "port forwarding" or in this case, "Virtual Server"

[Image: Ip_3.png]

[Image: DASDSAD.png]

Virtual Server: Enable / Disable.
Local IP: Found In IPConfig, As IP Adress.
Start Port: The Port You Want To Forward, Start Port.
End Port: The Port You Want To Forward, End Port.
Protocol: TCP & UDP or BOTH
Remark: The Name Of The Wished Forwarded Program.

And When You've Saved The Settings, Go To Canyouseeme.org And Type Your Port In There, And If It Says

[Image: Ip_5.png]

Then You've Succeded Your Port Forwarding.

If It Says

[Image: Ip_6.png]

You've Failed. Then I Advice You To Take A Look At Portforward.com And Look For Your Router Or Modem, Once You Find It They Have A Port Forward Tutorial There.

Or Try To Have The Application You Are Forwarding For Open, Like Cybergate & Try Again!

Utorrent

IF manually portforwarding doesen't work, then you'll need to use Utorrent. ;). You still need the port "100" forwarded in your router for this to work. First of all you want to download Utorrent, which can be downloaded --> HERE! <--.

Easy instructions;

1. To set a single port, navigate to Options > Preferences > Connections

2. Click "random port" once, and note the port number provided. This will be the port number you will be forwarding in your router. (You may also assign a port number of your choice)

3. Uncheck "Randomize port each time µTorrent starts." The port number will no longer change each time µTorrent is started.

[Image: iemvkY.png]

If you need any help with this, feel free to send me a PM! ;)


Read More Add your Comment 0 comments


Windows 7/Vista PortForward issue



Hi there fellow members, as i have seen many of members are having trouble trying to portforward properly their ports on windows 7/vista OS even after following guide on portforwarding on router, i have made this batch script to make an exception in their firewalls. 

Note: I know you can do it without batch, but i thought this can be useful.

I've seen firewall is acting weird on these platforms for some reason, basically even if firewall is disabled it might block connections (I have had this problem with some guy last night and enabling firewall solved his issue - it's common "bug").

So, here's the batch script you need:

PHP Code:
@echo off
setlocal

:: Please select your port by editing it below
set PORTNUMBER=1604
:: Please do not touch anything below this

:: Enable firewall
netsh advfirewall set currentprofile state on
:: Enabled

:: Set Rule Name
set RULENAME=%PORTNUMBER%
:: Set

if "%1"=="" call :_OpenPort
goto :EOF
:_OpenPort
:: Open port on firewall:
netsh advfirewall firewall show rule name=%RULENAME% >nul
if not ERRORLEVEL 1 (
rem Rule %RULENAME% already exist.
echo I see that you already have this port open!
) else (
echo Rule %RULENAME% not exist. Creating new rule for you!
netsh advfirewall firewall add rule name=%RULENAME% dir=in action=allow protocol=TCP localport=%PORTNUMBER%
)
goto :EOF 
* Save it as *.bat  (PORT 1604)


All you have to do is to set port number you need to forward on line 5. of batch script :
Code:
set PORTNUMBER=1604
(by default it's 1604) and run it as administrator.
Hope you find this useful and helpful. Thanks for reading.



As i love portforwarding i'll do my best to write detailed tutorial on how to properly forward your port(s)


Read More Add your Comment 0 comments


 

WhoIsAmoungUS

Trace

Copy Restrict

About Me

Scroll Button

Popular Posts

Counter

© 2014 Hacking-The Art of Exploitation All Rights Reserved Vishal S Sangwa A Ethical Hacker White Hat Hacker