Recommended Posts

Hey all,

I am new to these forums but though someone here might be able to help me out as no one has replied to me on the port forward site. Basically, i can't get my port forward to work. I am trying to set it up for azureus on port 45682. I always get a timeout when i test it. I dunno why as i have created a static IP and port forwarded the correct ports.

124.148.xx.xxx

That is the result of my ip i get when i go to www.canyouseeme.org However on my router my ip says, 192.168.1.xxx. I don't get it. At first when i couldn't get azureus to work with ports forwarded, i then restarted the router and started again, however when i put my ISP's disk they sent us to install everthing, it encounters and error. So i log into my router and have to create an ip to connect. so i type in 192.168.1.xxx and then connect it. This works as i can browse, download etc but still won't let me get azureus configured properly. I have tried everything. I am thinking my ISP has a proxy on and i am not having the ports fowarded because of that. When i go to create an ip of 124.148.xx.xxx so i can get it to work, my router says error, the ip needs to start with 192.168 etc. I dunno why it is not working. Please help me!

P.S Yes i know, i am not the smartest when it comes to advanced internet stuff like DNS and all that so please forgive me if this is something very basic.

Link to comment
https://www.neowin.net/forum/topic/549845-cant-get-portforward-to-work/
Share on other sites

yea you need to use your internal ip the 124 ip is EXTERNAL =)

so if you want port 45682 tcp to forward to your system (lets say your ip is 192.168.1.100) you would set up a port forward that has external (the 124 address) port (45682) to the internal (192.168.1.100) port (45682)

Thx for the reply but i have been over www.portforward.com several times and not once has it helped. I know how to port forward but it won't let me get around that 124.xxx.xx.xxx

I dunno how to do it. I only know how to portforward to the ip selected in my modem or chose one of the new ip's i have created. unfortunately trying to create an ip with 124.148.xx.xxx does not work. Just says it needs to be in the 192 range (internal) just like twyst3d said.

Thx for the reply but i have been over www.portforward.com several times and not once has it helped. I know how to port forward but it won't let me get around that 124.xxx.xx.xxx

I dunno how to do it. I only know how to portforward to the ip selected in my modem or chose one of the new ip's i have created. unfortunately trying to create an ip with 124.148.xx.xxx does not work. Just says it needs to be in the 192 range (internal) just like twyst3d said.

Okay let's go through this again. The 124.148.XX.XXX is your external IP. You do port forwarding with the internal IP of the computer you want to have access to that port. Go to Start -> Run -> cmd, and type in ipconfig /all. You set your port forwarding settings for that last octet in your internal IP. If for some reason your internal IP address(es) is 124.148.XX.XXX then there should be something called Advanced IP settings on your router to change it. I can't think of any reason you would have that as an internal IP, I'm not even sure if it's possible with the everyday router...

Sorry no help. Nothing works. Doesn't matter whether i put 192.168.1.xxx to forward port 45682 to 124.148.xx.xxx it still doesn't work. I dunno y it is doing this. i have restarted the router countless times to no avail. I got torrents to work properly ages ago when i used them but for some reason it won't work now. Have the same ISP and same router so i dunno what the hell is going on. To be honest, i really don't care about torrents now as have spent so much time fiddling with them trying to get the to work. At the end of the day, i have basically have ad enough!

LOL ok listen to me this time.

I have followed the guide on www.portforward.com countless times. I have selected my router which is the Iconnect Access 624 and followed EXACTLY what the guide has said. I have NOT left one step out! I have followed every screen shot as per the website. It does NOT work for me. I DON"T know why, but it WON'T work. Look i know how to do it but when i couldn't do it, that is when i went to that site. NO HELP. I have done this successfully before but i don't know why it has decided to not work

WTF does the 124.x.x.x address have to do with anything??? That is the outside address of your router -- that has NOTHING to do with a forwared!! No where in your router would you be doing anything with that address..

http://www.opennw.com/_pdf/62x_R07.xx_PortForward.pdf

Step by step instructions to setup port forwarding (Virtual Server)

post-14624-1175257186_thumb.jpg

What do you not understand about using the PRIVATE address of your computer 192.168.1.?

If you are clicking the new IP button since you do not see your machine in the drop down since its a static.. and putting in 124 address - IT WILL NEVER WORK!! that is the IP address of the public interface of your router.. NOT the IP you would be forwarding too..

internet --- 124.x.x.x (public ip) ROUTER 192.168.1.245 (private ip) --- 192.168.1.100 (yourpc)

What a forward does is tell your router that traffic its sees on its public interface (124.x.x.x) in your case on a specific port say 42123 to "forward" that traffic to some IP on the inside of your router, say 192.168.1.100

If your forward is correct.. And it still does not show open, then there is something else blocking it.. Be it your behind some other nat, a firewall, your ISP..

Do you have any other devices on your network other than this iConnectAccess624? Are you directly connected to this device with a wire (with wireless you could be on some other network), you have no other routers or accesspoints or VOIP devices between you and the router - or between the 624 and the internet?

Have you verified that the IP address the 624 lists as its WAN IP is the same one that shows up on canyouseeme ? Somewhere on your router it should list it's connectionion status and IP it got from your ISP. Your not using any proxy? Or network like TOR, etc.

I just went thru this in another thread.. I would suggest you do a simple test..

You are behind a NAT router - so atleast for testing turn off all security suite softwares, firewalls, PeerGuardian, etc..

Verify your machines IP with ipconfig, example your sure it = 192.168.1.100

Connect to your routers interface, check that the public IP the router shows is the same one you get when you go to canyouseeme.org

I would suggest we use something very simple to test with, say telnet.. Setup the forward on your router for telnet, tcp port 23 Make sure there is NO other forwards to any other IPs setup.. Last guy had a rule in his router to forward ALL traffic to 192.168.1.2 listed before his rule to forward his one port to his machine .4 -- and he wondered why it wouldnt work ;) That you have no other IP listed as being in the DMZ, etc.. If the router is forwarding ALL traffic to 1 IP, how can you expect it to forward something else to yours, etc.

Now on your machine turn on telnet (this is xp pro?)

from a command line

net start telnet

now verify that your machine is listening on 23

netstat -an

--

C:\>net start telnet

The Telnet service is starting.

The Telnet service was started successfully.

C:\>netstat -an

Active Connections

Proto Local Address Foreign Address State

TCP 0.0.0.0:23 0.0.0.0:0 LISTENING

--

To make sure you have no firewall blocking this -- you can go to another machine on your network an telnet to your machine..

telnet 192.168.1.100

And you should get this..

post-14624-1175341502_thumb.jpg

Now go to canyouseeme.org -- Verify that IP it shows you coming from is the same IP your router shows as its internet interface IP.. (blue arrow)

Test port 23

post-14624-1175341935.jpg

Works.. Now you can turn off telnet on your machine net stop telnet.. and it fails.

post-14624-1175342064.jpg

If this works -- then you did something wrong in the forward for your BT client, wrong port, its not listening on the port you think, firewall is blocking the port, etc.. or your ISP is blocking the port.

I would suggest you post up screen shots from your router showing your forward - its quite possible your missing someting, that a set of fresh eyes will catch.

OK to answer your question, i am on XP Home not pro but do not have any firewalls on at all. I have included 12 screenshots of what i am doing to setup my portforward. May take some time to load them all.

OK here they are:

1) The 'Setup Screen'

SetupScreen.png

2) Setting the New Connection

Newconnection.png

3) Firewall is now off!

Firewalloff.png

4) Port Forwarding (1)

portforward1.png

5) Port Forwarding (2)

portforward2.png

6) Port Forwarding (3)

portforward3.png

7) Saving data on Router

saving.png

8) Setting Utorrent Port (45682)

utorrentport.png

9) Testing the Utorrent Port (45682)

utorrenttest.png

10) The port test fails

utorrenttestfail.png

11) Azureus Error

error.png

12) Canyouseeme.org Test of port '45682' fails

cantseeme.png

Well thats all done as good as i can get it without showing all the mouse movements ;)

Hope this helps...

Well your host does not even ping from the router

post-14624-1175394224_thumb.jpg

So you must be running some type of firewall - default windows one? Did you turn the service OFF?

BTW -- you "REALLY" Should change the password on your router - and why an the world would you allow remote access?????

Part of the reason you should not post your FULL IP ;) :rofl:

yes that is your Router -- change the PASSWORD!!!

post-14624-1175394420_thumb.jpg

Well it kicked me out - so I guess changed the password! ;)

But I would assume your router should be able to ping hosts on its own lan.. since it can not, I would assume you have a firewall on. Which would explain why your forward is not working..

These are the ports I show open and filtered

Interesting ports on 124.xx.xx.xxx:

Not shown: 1669 closed ports

PORT STATE SERVICE

21/tcp open ftp

22/tcp open ssh

23/tcp open telnet

80/tcp open http

135/tcp filtered msrpc

136/tcp filtered profile

137/tcp filtered netbios-ns

138/tcp filtered netbios-dgm

139/tcp filtered netbios-ssn

445/tcp filtered microsoft-ds

1720/tcp filtered H.323/Q.931

I get a prompt on telnet -- your router admin interface again.. I would REALLY suggest you disable admin from the WAN side!!

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Google begins rolling out its post-Epic Play Store billing model next week by Karthik Mudaliar Google has confirmed that its redesigned Play Store billing and fee structure will take effect on June 30, 2026, in the United States, the United Kingdom, and the European Economic Area. The changes will let eligible developers offer their own payment systems or send users to an external website for purchases, while separating Google’s platform service fee from the cost of using Google Play Billing. The rollout puts concrete dates and detailed rate cards behind the broader Android policy overhaul Google announced in March. That announcement followed a proposed settlement with Epic Games intended to resolve their long-running disputes over app distribution and payments, although the U.S. portion of the agreement still requires court approval. Under the new billing choice program, developers selling digital content or services can display an alternative payment option alongside Google Play Billing. They may also direct users to their own websites to complete a purchase. Developers can use Google’s standard payment-choice screen or design one that complies with the company’s user-interface rules. Choosing another payment processor does not eliminate Google’s cut altogether. The company will continue charging a service fee for transactions associated with apps distributed through Google Play, regardless of whether payment is handled by Google, an alternative provider, or a developer’s website. Google argues that this fee covers the value and infrastructure provided by Android and the Play Store. For developers earning up to $1 million annually, the service fee will generally be 10 percent. That rate also applies to auto-renewing subscriptions. When Google Play Billing is used in the U.S., U.K., or EEA, Google will add a separate 5 percent billing fee, and developers processing payments elsewhere will not pay that additional charge. This means Google’s familiar flat 30 percent commission is disappearing, but developers will not necessarily see a dramatic reduction on every transaction. An in-app purchase from an existing user processed through Google Play Billing can still reach a combined 30 percent. The biggest savings are likely to come from subscriptions, smaller developers covered by the $1 million tier, and companies able to move customers to their own payment infrastructure. Google is also offering lower rates through its Apps Experience and revamped Games Level Up programs. Apps and games that satisfy the company’s requirements can qualify for 15 percent service fees on new-install transactions and 20 percent on existing-install transactions. The criteria include performance and reliability standards, support for additional Android device categories, and selected platform features. Those program rates are scheduled to become available in the initial markets and Australia on September 30. For consumers, the immediate effect will depend on whether developers adopt alternative payments and pass any savings on through lower prices. For developers, however, June 30 begins a more flexible but considerably more complicated Play Store economy in which distribution, billing, install dates, revenue thresholds, and program participation can each affect Google’s final cut. Google is also separately developing a Registered App Stores program designed to simplify the installation of qualifying third-party stores. That initiative is expected to arrive with a major Android release later in 2026 and will launch outside the U.S. first. Google says the rest of the world will receive the changes by September 30, 2027, although billing rates for markets outside the US, UK, and EEA have not yet been announced.
    • 38% off a super insane price is still an INSANE price.
    • 1TB Samsung T9 and Samsung 9100 PRO SSDs are now selling at great prices by Fiza Ali Amazon is now offering the 1TB variant of Samsung T9 and Samsung 9100 PRO SSD at great prices with limited-time 38% and 39% discounts, respectively, so you may want to check them out if you have been looking to upgrade your storage solution. The Samsung T9 connects via a USB 3.2 Gen 2x2 (20Gbps) interface and delivers sequential read speeds of up to 2,000MB/s and sequential write speeds of up to 1,950MB/s, making it suitable for transferring large files, backing up data, and handling high-resolution media content. When it comes to the security features, the SSD includes AES 256-bit hardware encryption to help protect sensitive data. Designed for portability, the drive is reportedly resistant to drops from heights of up to 3 metres. Furthermore, it operates within a temperature range of 0°C to 60°C and can be stored at temperatures between -40°C and 85°C. Samsung Magician Software is included for drive management, firmware updates, performance optimisation, and health monitoring. Finally, the T9 is certified to multiple international standards, including CE, FCC, UL, UKCA, and RoHS 2 compliance, and is backed by a five-year limited warranty as well. 1TB Samsung T9 SSD: $179.99 (Amazon US) - 38% off The Samsung 9100 PRO uses the M.2 2280 form factor and connects through a PCIe 5.0 x4 interface with NVMe 2.0 support. Built with Samsung V-NAND TLC flash memory, an in-house controller, and 1GB of low-power DDR4X cache memory, the 9100 PRO is engineered for high-performance computing and gaming workloads. Furthermore, the SSD delivers sequential read speeds of up to 14,700MB/s and sequential write speeds of up to 13,300MB/s. Random performance is rated at up to 1,850,000 IOPS for reads and up to 2,600,000 IOPS for writes, depending on system hardware and configuration. The drive supports TRIM, S.M.A.R.T monitoring, automatic garbage collection, and device sleep mode to help maintain performance and efficiency over time. In terms of security features, it includes AES 256-bit encryption, TCG Opal support, and IEEE 1667 compliance. The 9100 PRO operates within a temperature range of 0°C to 70°C, is rated for 1.5 million hours MTBF, and can reportedly withstand shocks of up to 1,500G for 0.5 milliseconds. Finally, Samsung Magician Software is also included for firmware updates, performance monitoring, drive management, and optimisation. 1TB Samsung 9100 PRO SSD: $206.99 (Amazon US) - 39% off Alternatively, you can also check out other SSD deals here. Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • This is about the already discredited 2025 announcement. Not the current one, which I've heard nothing negative about in the academic literature.
  • Recent Achievements

    • Dedicated
      Scoobystu earned a badge
      Dedicated
    • First Post
      Tom Schmidt earned a badge
      First Post
    • One Month Later
      D0nn13 earned a badge
      One Month Later
    • Rookie
      +ChiefOfNeo went up a rank
      Rookie
    • One Year In
      Tom Schmidt earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      464
    2. 2
      +Edouard
      177
    3. 3
      PsYcHoKiLLa
      124
    4. 4
      Michael Scrip
      81
    5. 5
      Xenon
      76
  • Tell a friend

    Love Neowin? Tell a friend!