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

    • AI is the justification that company administrators use to lay people off; it is not the end all, be all touted in the media (many of whom can't tell a microchip from a potato chip). Greed is main driving factor behind its adoption; the other is remaining relevant in the face of competition from other entities.
    • Firefox 152.0.2 is out with fixes for performance, translation, and cloud storage services by Taras Buria A new bug-fixing update is now rolling out to Firefox users in the Release Channel. Less than a week ago, Mozilla fixed crashes on Intel Raptor Lake processors with version 152.0.1. Now, Mozilla has prepared yet another set of fixes that address problems with localization, playback issues of certain MP4 files, and performance issues on website that perform various encryption operations at once. Here is the full changelog: Firefox 152.0.2 is now available for download from Mozilla's FTP. Existing installations will get the update over the next several hours. The latest version will also be available soon on the official website, the Microsoft Store, and Neowin's Software page. You can find Firefox 152.0.2 release notes in the official documentation. In case you missed it, Mozilla released Firefox 152 earlier this month. The latest feature update brought reworked settings with a more streamlined user interface, JPEG XL support, new features for Private mode, a new way to mute a tab (just type "mute" in the address bar), and many more. You can find the complete changelog here. In other Firefox news, Mozilla recently published its roadmap, where the company detailed the upcoming Nova redesign and other features it plans to implement. Mozilla wants to make the new user interface easier to navigate and more modern, with a heavy focus on its privacy tools, such as its built-in VPN. If you are curious, you can already enable the new UI as described here.
    • Liene PixCut S1 Starter Kit gets a whopping 31% discount on Prime Day by Steven Parker Liene reached out to us to share another Prime Day exclusive deal that starts today on Amazon. It gives buyers a massive 31% off on the cost of this color sticker printer and cutting machine. It's basically an all-in-one sticker maker for DIY crafts, custom labels and gifts. It utilizes thermal dye-sublimation at 300 dpi, and offers precise "AI" auto-cutting. Here are some more of its highlights: All-in-One Convenience - Print and Cut in One Step. Say goodbye to the hassle of using separate machines. The PixCut S1 seamlessly integrates high-resolution photo printing and precise die cutting into one streamlined device. With just a few clicks on the user-friendly app, you can edit, print, and cut directly from your smartphone via Bluetooth. Create stickers in just 2 minutes! This all-in-one solution saves you time and effort, making your creative projects more enjoyable and efficient. AI Image Extraction & Precision Cutting - Unleash your creativity with the AI image extraction feature that automatically recognizes and extracts subjects from your photos. Then watch as the high-precision cutting system, guided by the same AI technology, perfectly follows every edge with pinpoint accuracy. This seamless AI-to-cut workflow ensures flawless results every time. Turn any moment into custom stickers with professional edges in minutes - just masterpieces made simple. High-Resolution Prints - Vivid and True-to-Life Colors. Utilizing thermal dye-sublimation technology, the PixCut S1 delivers stunning 300 dpi high-resolution prints with 16.7 million colors. Whether you're printing photos, stickers, or labels, you can expect vibrant, true-to-life color effects that make your creations stand out. Every detail is captured with precision, providing professional-quality results every time. AI Lab - Bring Your Imagination to Life. Upload a photo, pick a style from the Liene Photo App, and watch AI bring your vision to life instantly. Turn selfies into an anime character, a fantasy hero, or a festive holiday illustration — all with stunning realism. One style, endless versions of you. Print your AI art as custom stickers, unique gifts, or social media posts — perfect for avatars and DIY projects. No design experience required. Your creativity is just one click away from magic. Durable Stickers - Create Long-Lasting Creations .Thanks to the four-layer thermal dye-sublimation technology, the photopaper is automatically laminated during printing. Stickers produced by PixCut S1 are durable, waterproof and scratch-resistant, ensuring they remain vibrant and intactover time. Perfect for creating custom stickers, labels, and more that last. No Subscription. Just Pure Creativity. With the Liene app, available on mobile, tablet, and desktop. Unlock 40,000+ free images, fonts & elements (and growing), plus 2000+ ready-to-use templates for phone skins, lens stickers, ID cards, labels, name tags, journaling, and more. No paywalls, no hidden fees, just pure creativity. Turn any idea into a custom creation in minutes. Your imagination has no limits, neither should your software. This deal is for the Starter Kit, so what do you get? What's in the box PixCut S1 Photo Sticker Printer and Cutter x 1 Photo Sticker Cutter Ink Cartridge x 1 (36 sheets) Photo Paper 4"x6" (18 sheets) Sticker Paper 4"x7" (White) x 18 sheets Blade x 1 (Pre-installed) So in short everything you need to get printing and cutting. The Liene PixCut S1 has a 4.3 star rating after more than 1,000 reviews from customers, but we can't promise the landing page always sold this particular model, so do check out the reviews before purchasing. In any case Prime members are covered with a 30 day return or replacement should things not work out so great. Liene Pixcut S1 for $205.99 (was $299.99) 31% off Use code 15PIXCUT6 during checkout Although this is a Prime Day discount, the above code will stay live until June 30. 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.
    • https://www.tenforums.com/tuto...b-results-windows-10-a.html Check the comment dates. Some of them are as old as 2016.
  • Recent Achievements

    • 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
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      466
    2. 2
      +Edouard
      176
    3. 3
      PsYcHoKiLLa
      100
    4. 4
      Michael Scrip
      88
    5. 5
      neufuse
      69
  • Tell a friend

    Love Neowin? Tell a friend!