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

    • How can it beat a Steam machine without a serious GPU? The two CU iGPU only provides about 5fps in gaming. That's not going to make any gamer happy.
    • Anthropic introduces Claude Tag, a new AI teammate for Slack by Fiza Ali Anthropic has announced Claude Tag, a new feature that lets teams work with Claude directly inside Slack. The idea is simple: once Claude is added to a Slack workspace and given access to selected channels, users can tag @Claude in conversations and assign tasks. Claude can then work through those requests using connected tools and data sources before posting its results back into a Slack thread. What makes Claude Tag different from a typical chatbot is that it's designed to operate as a shared assistant for an entire team rather than a single user. Everyone in a channel interacts with the same Claude instance. This allows the team members to see ongoing work and continue tasks started by others. Furthermore, Anthropic says the AI can build context over time by following conversations in channels where it has permission to operate. This means users don't have to repeatedly provide the same background information for every request. The system is also designed for asynchronous work. Instead of waiting for responses in a chat window, users can assign a task to Claude and return later once the work is complete. Anthropic says Claude can break larger requests into multiple steps and use connected tools to complete them. Moreover, the system can also schedule follow-up tasks and continue working on projects over extended periods. Another feature allows Claude to keep the users updated and follow up on unresolved tasks when its optional "ambient" mode is enabled. The company says the tool is already being used internally for software development, data analysis, support workflows, and debugging. According to Anthropic, around 65% of its product team's code is now generated through its internal version of Claude Tag. For organisations concerned about security, administrators can control which channels, tools, and data sources Claude can access. Separate Claude instances can also be configured for different departments, helping keep information isolated between teams. Administrators can also monitor activity logs, review completed tasks, and set spending limits at both the organisation and channel level. Claude Tag is now available in beta for Claude Enterprise and Claude Team customers and runs on Claude Opus 4.8 that was announced this May. The feature will also replace Anthropic's existing Claude in Slack application, with current users able to migrate within a 30-day migration window. Lastly, eligible customers will receive introductory credits to help teams evaluate the new experience.
    • Beats Studio Pro wireless over-ear ANC headphones drop to their lowest price yet by Fiza Ali Amazon is currently offering the Beats Studio Pro headphones at their all-time low price. The Studio Pro use 40mm active drivers which are designed to improve clarity and reduce distortion compared to previous models, with up to an 80% improvement over the Beats Studio3 Wireless. A built-in digital processor adjusts frequency response to keep the sound balanced rather than overly boosted in any one area. They also include Active Noise Cancelling that adapts to your surroundings to reduce background noise along with a Transparency mode that lets outside sound in when you need awareness of what’s going on around you. Furthermore, the headphones support personalised Spatial Audio with dynamic head tracking as well as Dolby Atmos playback on supported content. Moreover, built-in voice-targeting microphones improve call quality. You can also switch between three sound profiles including Beats Signature for balanced music playback, Entertainment for films and gaming, and Conversation for clearer voice in calls and podcasts. Physically, they are designed to be worn for long periods without feeling heavy or awkward. The ear cushions use UltraPlush engineered leather while metal sliders allow you to adjust the fit. On the connectivity side, the Studio Pro use Class 1 Bluetooth for a stable, long-range wireless connection. There is also a 3.5mm input if you want to plug in directly, including use with in-flight entertainment systems. Controls are located on the headphones and include a "b" button for music and call control, a volume rocker, and a multifunction button used for switching listening modes, EQ settings, power, and pairing. In addition, the headphones offer integration with both Apple and Android devices. On Apple devices, they support one-touch pairing with iCloud-linked devices, hands-free Siri access, Find My tracking based on last connected location, and automatic software updates. On Android devices, they support Google Fast Pair, Audio Switch between compatible devices, and Google Find My Device tracking, with additional features available through the Beats app. When it comes to the battery performance, it is rated at up to 40 hours of listening time with ANC turned off, and up to 24 hours with ANC or Transparency mode enabled. A 10-minute Fast Fuel charge should provide up to 4 hours of playback. Finally, the headphones use a rechargeable lithium-ion battery and charge via USB-C. Beats Studio Pro Wireless Over-Ear ANC Headphones: $149.95 (Amazon US) 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.
    • "lets you pause updates by choosing an end date, for up to 35 days" Wasn't it "indefinitely"?
    • Those extra reboots are related to the UEFI Secure Boot certificate update thing.
  • Recent Achievements

    • Rookie
      DaviKar went up a rank
      Rookie
    • Dedicated
      HidekoYamamoto94 earned a badge
      Dedicated
    • One Month Later
      timbobit earned a badge
      One Month Later
    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      462
    2. 2
      +Edouard
      161
    3. 3
      PsYcHoKiLLa
      110
    4. 4
      Michael Scrip
      81
    5. 5
      Steven P.
      69
  • Tell a friend

    Love Neowin? Tell a friend!