Problems port forwarding

I did your basic port forwarding and it was working just fine, but earlier today I ran into internet problems and had to restart my router.  I have all of the same settings on the port I want to be open, but for some reason it is closed to all outside applications and I can't use the port like I did before.  I have no idea what is wrong.
(By the way, my router is a linksys e3000) 

What I meant was your computer's IP has to match whatever IP address you set on the port forwarding page. For example, your computer's IP is 192.168.1.105, then all opened ports assignment on the forwarding page should be set to 192.168.1.105. Check your settings and if your computer's LAN card doesn't have a static IP, give these a try:
Win7
http://portforward.com/networking/static-win7.htm
WinXP
http://portforward.com/networking/static-xp.htm

Similar Messages

  • Port Forwarding Stops Working WRT400N

    Is anyone else having a problem with port forwarding on their WRT400N? I'm forwarding one service (https) and this stops working if it's not accessed after a 10 days or so. The only way to get it to work again is to reboot the router. I’m running the “latest" firmware, which is an oxymoron considering it's been over 12 MONTHS since Linksys updated the code... Which is appalling considering this appears to be their flagship wireless N router.

    I tried the hard reset and still the same problem, port forwarding stops after a period of time.   Sometimes 1 day, other times 10 days.  I have 2 servers on the local network, each running Remote Desktop on port 3389.  I have 2 ports forwarded to get to either server depending on the external port number.   E.g.:  The external port forward is {wan_ip_addr}:33389->{server 1}:3389 to get to server 1 and, {wan_ip_addr}:23389->{server 2}:3389 to get to server 2.  Works great when it works, but then, without error, just the port forwarding stops, and all other router functions seem to continue working.  Has anyone else come across this?  Any fixes?  Help!!!!
    Thanks in advance to any help!!

  • HELP!! asa 5505 8.4(5) problem with port forwarding-smtp

    Hi I am having a big problem with port forwarding on my asa. I am trying to forward smtp through the asa  to my mail server.
    my mail server ip is 10.0.0.2 and my outside interface is 80.80.80.80 , the ASA is setup with pppoe (I get internet access no problem and that seems fine)
    When I run a trace i get "(ACL-Drop) - flow is deied by configured rule"
    below is my config file , any help would be appreciated
    Result of the command: "show running-config"
    : Saved
    ASA Version 8.4(5)
    hostname ciscoasa
    domain-name domain.local
    enable password mXa5sNUu4rCZ.t5y encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    interface Vlan1
    nameif inside
    security-level 100
    ip address 10.0.0.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    pppoe client vpdn group ISPDsl
    ip address 80.80.80.80 255.255.255.255 pppoe setroute
    ftp mode passive
    dns server-group DefaultDNS
    domain-name domain.local
    same-security-traffic permit intra-interface
    object network obj_any
    subnet 0.0.0.0 0.0.0.0
    object network Server_SMTP
    host 10.0.0.2
    access-list outside_access_in extended permit tcp any object server_SMTP eq smtp
    pager lines 24
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    no arp permit-nonconnected
    object network obj_any
    nat (inside,outside) dynamic interface
    object network server_SMTP
    nat (inside,outside) static interface service tcp smtp smtp
    nat (inside,outside) after-auto source dynamic any interface
    access-group outside_access_in in interface outside
    timeout xlate 3:00:00
    timeout pat-xlate 0:00:30
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    user-identity default-domain LOCAL
    http server enable
    http 10.0.0.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
    telnet timeout 5
    ssh timeout 5
    ssh key-exchange group dh-group1-sha1
    console timeout 0
    vpdn group ISP request dialout pppoe
    vpdn group ISP localname [email protected]
    vpdn group ISP ppp authentication chap
    vpdn username [email protected] password *****
    dhcpd auto_config outside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect sqlnet
      inspect skinny 
      inspect sunrpc
      inspect xdmcp
      inspect sip 
      inspect netbios
      inspect tftp
      inspect ip-options
    service-policy global_policy global
    prompt hostname context
    no call-home reporting anonymous
    Cryptochecksum:c5570d7ddffd46c528a76e515e65f366
    : end

    Hi Jennifer
    I have removed that nat line as suggested but still no joy.
    here is my current config
    Result of the command: "show running-config"
    : Saved
    ASA Version 8.4(5)
    hostname ciscoasa
    domain-name domain.local
    enable password mXa5sNUu4rCZ.t5y encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    interface Vlan1
    nameif inside
    security-level 100
    ip address 10.0.0.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    pppoe client vpdn group ISP
    ip address 80.80.80.80 255.255.255.255 pppoe setroute
    ftp mode passive
    dns server-group DefaultDNS
    domain-name domain.local
    same-security-traffic permit intra-interface
    object network obj_any
    subnet 0.0.0.0 0.0.0.0
    object network Server_Mail
    host 10.0.0.2
    access-list outside_access_in extended permit tcp any object Server_Mail eq smtp
    pager lines 24
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    no arp permit-nonconnected
    object network obj_any
    nat (inside,outside) dynamic interface
    object network Server_Mail
    nat (inside,outside) static interface service tcp smtp smtp
    access-group outside_access_in in interface outside
    timeout xlate 3:00:00
    timeout pat-xlate 0:00:30
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    user-identity default-domain LOCAL
    http server enable
    http 10.0.0.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
    telnet timeout 5
    ssh timeout 5
    ssh key-exchange group dh-group1-sha1
    console timeout 0
    vpdn group ISP request dialout pppoe
    vpdn group ISP localname [email protected]
    vpdn group ISP ppp authentication chap
    vpdn username [email protected] password *****
    dhcpd auto_config outside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny 
      inspect sunrpc
      inspect xdmcp
      inspect sip 
      inspect netbios
      inspect tftp
      inspect ip-options
    service-policy global_policy global
    prompt hostname context
    no call-home reporting anonymous
    Cryptochecksum:f3bd954d1f9499595aab4f9da8c15795
    : end
    also here is the packet trace
    and my acl
    Thanks

  • I will Paypal you $100 if you can resolve this Port Forward problem

    Believe me when I tell you, If you are the person who fixes this problem, I will GLADLY Paypal you $100.
    This is so unbelievable. Short story is, after 12 hours of paid support through Support RIX, 6 hours with TWC support, and 4  different modems there isn't a single person in these groups that can get ports forwarded on my Linksys E4200 router.
    I am running a fresh copy of windows 7 with all updates and no anti virus installed. I purchased a Motorola ARRIS SURFboard modem 200 series DOCSIS 3.0 so I have no double router issues. Before I was using the TWC moden/routers in bridge mode.
    I have no problem setting a static IP or configuring port forwarding. It doesn't matter if I have windows firewall on or off. I can't get an outside port checking website that can verify an open port.
    I am trying to play Battlefield 4 using the port forwarding request they provide.
    If I run a local port check program on my computer it will confirm the ports open. Ok, Fair enough. They tell me the outside port checking utilities will say the port is closed unless I am running the program that uses these open ports.
    SO I run the game and check and it always says port closed. One of the ports I want to open is 80. It has to be open to get internet anyway but it still shows closed using the online port checking websites. 
    I connected the computer to the modem. No router. I keep getting ports closed or filtered when I check through 6 different port checking sites. Leads me to think their is some kind of block in the ethernet card software.
    Its a Realtek PCIe GBE Family controller with a driver date of 8/26/2014. Latest one I could find.
    I think its an ethernet card filter. Just my thoughts. Here is the current adapter card settings.
    Advanced settings on Ethernet card
    Auto Disable Gigabit/ Disabled
    Flow Control/ RX & TX Enabled
    Green Ethernet/ Enabled
    Interrupt Moderation/ Enabled
    IPv4 Checksum Offload/ RX & TX Enabled
    Jumbo Frame/ Disabled
    Large send Offload v2 (IPv4)/ Enabled
    Large Send Offload v2 (IPv6)/ Enabled
    Network address/ You can check the box for Value and add one. Currently its checked to Not present
    Priority & VLAN/ Enabled
    Receive buffers/ 512
    Receive Side Scaling/ Enabled
    Shutdown Wake-on-Lan Enabled
    Speed and duplex/ Auto Negotiation
    TCP Checksum Offload (IPv4)/ RX & TX Enabled
    ''''''''''''''''''''''''''''''''''''''(IPv6)/ RX & TX Enabled
    Transmit buffers/ 128
    UDP Checksum Offload (IPv4) RX & TX Enabled
    '''''''''''''''''''''''''''''''''''''''(IPv6) RX & TX Enabled
    Wake on Magic Packet/ Enabled
    Wake on Pattern match/ Enabled
    WOL & Shutdown Link Speed/ 10 Mbps First
    I used a port tester downloaded from PCWinTech.com v3.0.0. It says the ports are open. When I close port 80 it says port 80 is closed. My problem is nothing outside my network can confirm an open port. It always states port closed.
    The game I am playing is Battlefield-4. I have played all of the campigns without any problem but once online it crashes. The BF-4 community says I need to open 5 single ports and 5 port ranges. This is what I am trying to do.
    We have tried an ARRIS router modem, a Ubee router modem (both in bridge mode) and are now using a motorola modem. All with the same problem. We checked the ports during game play and they all say closed.
    I will post pictures of my current router settings.

    What model router do you have?
    What Firmware version is currently loaded?
    What region are you located?
    What is your current model ISP modem your using now? 
    What ISP Modem service link speeds UP and Down do you have?
    Check cable between Modem and Router, swap out to be sure. Link>http://en.wikipedia.org/wiki/CAT6 is recommended.
    Check ISP MTU requirements, Cable is usually 1500, DSL is around 1492 down to 1472. Call the ISP and ask.
    http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=88e63d78588142e6bb68e22d7faf2046_Configuring_the_M...
    Router and Wired Configurations
    Setup DHCP reserved IP addresses for all devices ON the router. This ensures each devices gets its own IP address when turned on and connected, eliminates IP address conflicts and helps in troubleshooting and maintain consistency for applications that need to connect as well as mapped drives.
    Ensure devices are set to auto obtain an IP address.
    If http://en.wikipedia.org/wiki/Ipv6 is an option on the router, select Local Connection Only.
    If you set up port forwarding, disable uPnP and test. 
    When you check for port status, you have to be actively using the port before you scan check as you may get a false negative if your not using the port. If your using the port then check the status, you should get an accurate result. 
    I would try using Port Range Triggering instead of PF and set up the port as follows for your PC that your gaming with:
    0 thru 65535. A bit less hassle to set up then all those different port rules. 
    PC 3rd Party Security Software Configurations
    Turn off all anti virus and firewall programs on PC while testing. 3rd party firewalls are not generally needed when using routers as they are effective on blocking malicious inbound traffic.
    Turn off all devices accept for one wired LAN PC while testing.
    Disable any downloading client software managers, i.e. Torrents or similar.

  • Problems with Port Forwarding for RDP in WebVPN

    Hi,
    I'm hoping somebody can help me solve this problem that's been bugging for weeks. We recently implemented a double-layer firewall architecture. Before that, our users can access RDP via port forwarding on WebVPN or the Cisco VPN client without any problems.
    After we implemented the double-layer firewall architecture, users who are going through the WebVPN and port forwarding for RDP began to experience frequent disconnections, slowness or freezing connections. The users who are using the client are fine.
    I checked the logs and I'm getting repetitive TCP-O for the port forwarding connections for RDP. Additional information: the FW we installed as a 2nd layer is Netscreen. I've already set the policy on it to Any-Any for the meantime to help in troubleshooting but to no avail. 
    I hope somebody can help me in sorting this out as I'm kind of confused on the difference between the port-forwarding for RDP via the WebVPN and the normal RDP via the client.  

    Hi,
    I didnt see anything marked with red in the above? (Atleast when I was reading)
    I have not really had to deal with Routers at all since we all access control and NAT with firewalls.
    But to me it seems you have allowed the traffic to the actual IP address of the internal server rather than the public IP NAT IP address which in this case seems to be configured to use your FastEthernet4 interfaces public IP address.
    There also seems to be a Static NAT configured for the same internal host so I am wondering why the Static PAT (Port Forward) is used?
    - Jouni

  • Xbox 360/one problem and port forwarding

    For a couple months now (since I got my AirPort Extreme) I have not been able to connect to a certain friend on xbox. I can connect to anybody else however. The only way we can (kind of) connect is if somebody else is host and we both connect to him.
    My NAT type is Moderate. When I try to test my connection on my xbox it says that I can connect but I am limited in matchmaking (this is joining games and using voice chat, which is the problem named above for my particular friend). The xbox shows the error and suggests that I enable UPnP or open the port 3074.
    The problem is that I have already have! I gave my xbox a static IP and forwarded the port 3074 to that IP.
    (I have also tried forwarding all the ports that xbox live uses to the xbox. These being:
    Port 88 (UDP)
    Port 3074 (UDP and TCP)
    Port 53 (UDP and TCP)
    Port 80 (TCP)
    as found on the xbox website...  https://support.xbox.com/en-US/xbox-360/networking/network-ports-used-xbox-live
    I made sure to put them in the right text boxes for UDP and TCP so that is not the problem either.)
    I know that the AirPort Extreme does not support UPnP but does have a similar thing called NAT Port Mapping Protocol which was already enabled. (I tried all possibilities of enabling/disabling NAT...Protocol and port forwarding/not port forwarding.)  ---  This is not the solution as I see it
    In short: My xbox tells me to open port 3074. I already have. It still tells me to open it and still won't work.
    I posted this on the apple discussion page (instead of the xbox discussion page) because I know that it's not an xbox problem. When I had my old linksys router it worked perfectly.

    I have this exact same question and problem.  I know this doesn't help, but would appreciate any updated information if you find an answer.  I'll keep working on this also and let you know if I find an anwer.

  • Problem with Port Forwarding in WRT320N

    Good day.
    I have a web-server and Internet-radio translator to local network of my provider. And I found a problem with Port Forwarding. I'm trying to setup 80 & 8000 ports to forward. And it's working but only for Internet, without provider's local network. My web-server isn't accessible in local network and radio-translator too. 
    So is it possible to forward ports absolutely - for any type of connections? 
    P.S. DMZ is working like Port Forwarding.

    If you ask questions you have to mention that you have an PPTP connection to the internet and another network directly on the internet port. Otherwise noone will really understand your question as it is a very unusual setup.
    Your setup is not one really supported by the router. You are lucky that it works but don't expect too much. Port forwarding only the internet connection. If you use PPTP the network on the internet port is basically hidden. Using that local network on the internet port is not supported.
    The DMZ host is the IP address to which all ports are forwarded to which are not forwarded otherwise. The same restriction applies here.
    I would recommend to ask your ISP which router they recommend for their internet connection. I think most/all Linksys routers and many other brand's consumer routers won't really support a setup like yours...

  • Problem with Port Forwarding - Password.

    Hello,
    I have a LINKSYS router, model BEFW11S4 v4 and its firmware is version 1.52.02
    My problem is that neither can I do Port Forwarding nor Port Triggering, because when I make the changes I need and press "Save Changes", it asks me for the username and password again. I write them again, but this time it does not accept them.
    I have tested it with 2 laptops connected to the router wired the first time and wireless other times.
    What should I do?
    Thank you in advance.

    Normally, you cannot "see your modem" in your network.  This is because a modem does not have an IP address.  A modem simply converts one signal (ADSL, DSL, or cable) into another signal which is an ethernet signal.
    However, some devices that people call "modems" are actually "modem-routers".  In this case your "modem-router" probably does have an IP address.  If your system is set up correctly, you can "see"  a "modem-router" that has an IP address, but it is not part of your LAN (local area network).  It is on a another subnet.
    The ethernet port of the modem should be wired to the "Internet" port on the BEFW11S4.  Do not connect the modem to any other port on the router.
    Maybe we need to back up a step or two here.  I have always assumed that you were able to get a properly working wired Internet connection through your BEFW11S4.  Is that correct?
    What is the make and model of your modem?
    Who is your ISP?
    Also, when you set up your router, leave the username blank.   Do not try to add a user name.   Change the password to something unique.  Do not use the password default "admin"   (with no quotes).
    Since you are still having problems, please use the following protocol to reset your router to factory defaults: 
    1)  Power down all computers, the router, and the modem, and unplug them from the wall.
    2)  Disconnect all wires from the router.
    3)  Power up the router and allow it to fully boot (1-2 minutes).
    4)  Press and hold the reset button for 30 seconds, then release it, then let the router reset and reboot (2-3 minutes).
    5)  Power down the router.
    6)  Connect one computer by wire to port 1 on the router (NOT to the internet port).
    7)  Power up the router and allow it to fully boot (1-2 minutes).
    8)  Power up the computer (if the computer has a wireless card, make sure it is off).
    9)  Try to ping the router.  To do this, click the "Start" button > All Programs > Accessories > Command Prompt.  A black DOS box will appear.  Enter the following:  "ping 192.168.1.1"  (no quotes), and hit the Enter key.  You will see 3 or 4 lines that start either with "Reply from ... " or "Request timed out."   If you see "Reply from ...", your computer has found your router.
    10)  Open your browser and point it to 192.168.1.1.  This will take you to your router's login page.  Leave the user name blank, and in the password field, enter "admin"  (with no quotes).   This will take you to your router setup page.  Note the version number of your firmware (usually listed near upper right corner of screen).  Exit your browser.
    If you get this far without problems, try the setup disk (or setup the router manually, if you prefer), and see if you can get your router setup and working.
    If you cannot get "Reply from ..." in step 9 above, your router is dead.
    If you get a reply in step 9, but cannot complete step 10, then either your router is dead or the firmware is corrupt.  In this case, use the Linksys tftp.exe program to try to reload your router with the latest firmware.  After reloading the firmware, repeat the above procedure starting with step 1.
    If you have problems, report back the results of steps 9 and 10.  Also, if you get any error messages, copy them exactly and report back.
    Message Edited by toomanydonuts on 04-14-200705:19 PM

  • Problem with Port Forwarding (when PPTP is up) in WRT-160N

    Hi, everybody!
    I'm looking for some help with Port Forwarding in my new router from Linksys. I've bought the router afew daysago, and was badly surprised when I found out that there is DD-WRT firmware is installed in it (the router was 100% NEW when I've purchased it). I have downloaded the latest original Linksys firmware file and successfully flashed it.
    But I still have problem (same I had on DD-WRT firmware too) with port forwarding for my DC++ and Vuze (app for torrents): I've written port forward for ports 49151 (for Vuze) and 4000 (for DC++) to be forwarded to my desktop computer (IP 192.168.1.201) -- I've seen a post at this forum, that there could be a problem, if you forward to an IP, which is inside DHCP local zone, so I've forwarded it to .201 IP (my local DHCPzone is 192.168.1.100 - .149). But forwardind doesn't work ((
    What's wrong?
    My configuration:
    Router IP: 192.168.1.1
    PPTP (I've got it from my ISP)
    IP address: 192.168.226.127
    Default Gateway: 192.168.226.2
    DNS 1: 192.168.1.1
    DNS 2 & 3: 0.0.0.0
    PPTP Server IP Address: 192.168.226.2
    Username: ****
    Password: ****
    Single Port Forwarding:
    Application name     External port     Internal port     Protocol     To IP address     Enabled
    Vuze                       49151               49151             Both           192.168.1.201    Checked
    DC                          4000                 4000              Both           192.168.1.201    Checked
    Solved!
    Go to Solution.

    As you have mentioned in your post that your ISP has provided you a PPTP connection with an IP address: 192.x.x.x. The IP address which is provided to you by your ISP is in a Private Range, and if you try to forward any ports on your router it will not work, as your ISP modem will block that port. So you need to get a Public IP address from your ISP.
    As you are getting Private IP from your ISP, so this connection is called as NAT behind NAT, and your Modem is acting like a Router. 
    So now you have 2 options, get the Public IP address from your ISP or change the connection type. 

  • Problems whit port forward CS

    Hello,
    I have a huge problem whit my WRT54GX-V2, i cant get the router to work whit the ports of counter-strike. This is geting frustrating, it is the 2º model of the linksys routers i tested, and nothing.
    The port forward is configured, but there is no response.  i did remove the router, and it worked.
    What is going on? there is a endless list of conplaint against many of the routers of linksys, but no ansers.  
    please help !!!
    tanks

    Hello,
    My isp is Netcabo and the modem is a cable modem

  • WRT54G v.3 Port Forwarding Reset Problem

    I have a Linksys WRT54G and I've had it for well over 3 years. I've been using another Wired router as a DHCP server and only used the wireless router for wireless access.
    But recently, I took the wired router away and began using the WRT54G. I set up everything correctly including Port Forwarding, but the strange thing is that whenever I reboot my computer, the port forwarding service stops. If I enable it, disable it or do anything else, it still won't work.
    The only way to fix this problem is to 'Reset Factory Settings' every time, but it gets really frustrating doing it every day. Has anyone else had this issue? P.S. - I have the latest firmware.
    Message Edited by DaLink on 02-07-2008 03:30 PM

    Checking back after 1 month, I still have this problem, no workaround found. Can anyone lend a hand?

  • AirPort Extreme port forwarding, problems occurring. Please help.

    Yesterday I discovered the game I have been playing allows for home servers. We are allowed  to host our own game server for other people to join and play along. This game uses ports: UDP 19132 and TCP 19132 (which I think is optional, but UDP is defiantly needed) to host a server at home. We are paired with Comcast internet, using an AirPort Extreme (latest firmware) router with airport utility (latest firmware) on an iMac (1 generation behind I think).
    Now the problem:
    - I want to host this game server on my laptop! Not the iMac!
    - The laptop uses Ubuntu and the brand is HP. It is connected wirelessly to my AirPort Extreme router. Now since it is not connected directly to the router, and is not an apple product I am not able to change the router settings from my laptop (I can deal with this, I'll just go downstairs and change the settings on the iMac).
    - Yesterday I went into AirPort Utility. I proceeded to click 'Edit' on the router picture in airPort Utility. Then I went to the tab where you can reserve a dchp or port forward. I added a new port aimed at: UDP public: 19132 ; TCP public: 19132 ; Private IP: 1.0.1.201 ; UDP private: 19132 ; TCP private: 19132 (I did not mess with the 'reserve dchp' setting). Then I went to my laptop and used a VPN to test out the connectivity of the port and server. Sadly I couldn't connect to my server it didn't work. I then deleted the port since it didn't work.
    - Today I did exactly what I did yesterday, except... I reserved a dchp for my laptop (keep in mind I had no idea what I was doing and i still dont) using its hardware mac adress. I also named the dchp reserve: mylaptop. Then i restarted the router, went to port checking websites and they still said my external ip had port 19132 closed.
    - I know for sure it's not my server or it's properties.
    FYI: I used multiple port checker websites after completing my port forwarding, each and everyone of those sites said my external IP address has port 19132 closed when obviously I opened them. I also tried to bridge my linksys wrt54gsv4 router to my AirPort Extreme router and tried to port from the router menu of the linksys router. That ultimately failed.
    Please help, thank you for reading all of this.

    Hi, thanks for the reply. Been pulling my hair out trying to get this to work. Paid so much money just to have it connected to the playstation but its not letting me do that.
    I have a 60gb Playstation 3 not a Xbox 360, so it comes with wifi.
    I have been trying this non stop and about to give up. I hae been following what the playstation manual says. Its telling me to scan for access points but everytime I do this, it just has SSID: default, Security: none, Signal Strength: 45%.
    I dont understand this cos I named my SSID as Garcia Home which shows on my mac and it also has full bars for the airport on my menu bar. The playstation is located in the room next to mine so it can't be 35-40% only for signal strength.
    20' intel imac   Mac OS X (10.4.6)   60GB video ipod (black)

  • RTSP steaming Port Forward (?) problems with 4 (four) WVC54GCA cameras on WRT54G v2 router.

    I am having difficulties correctly setting up my four (4) WVC54GCA cameras on a WRT54G v2 router to make them stream RTSP videos that I can view on my BlackBerry Bold. I can access the cameras from the internet, through  
    http://CAM1_SubDomain.Linksys-Cam.com/1024  
    http://CAM2_SubDomain.Linksys-Cam.com/1025 
    http://CAM3_SubDomain.Linksys-Cam.com/1026
    http://CAM4_SubDomain.Linksys-Cam.com/1027 
    so that part works fine.
    All the 4 cameras are set up with static IP addresses.
    The default RTSP port 554 and RTP Data port at 5000 are forwarded to CAM1 IP address. I can access CAM1 RTSP feed on my Blackberry Bold (and also on a good old Samsung SGH-A706 cell phone).  
    CAM 1 Settings:
    STATIC IP: 192.168.1.201
    Alternate HTTP Port: 1024 à Forwarded to 192.168.1.201
    RTSP Port: 554 à Forwarded to 192.168.1.201
    RTSP Data Port: 5000 à Forwarded to 192.168.1.201
    RTSP access on cell phone WORKS only with the following format: rtsp://CAM1_SubDomain.Linksys-Cam.com/1111, where 1111 is the access code. 
    CAM 2 Settings:
    STATIC IP: 192.168.1.202
    Alternate HTTP Port: 1025 à Forwarded to 192.168.1.202
    RTSP Port: 1029 à Forwarded to 192.168.1.202
    RTSP Data Port: NOT SURE IF I NEED TO FORWARD ONE, HELP PLEASE
    Despite I have a dedicated subdomain for each camera from TZO, the following link DOESN’T WORK 
    rtsp://CAM2_SubDomain.Linksys-Cam.com/1111, where 1111 is the access code.
    Actually, when I enter the above link, the cellphone brings in the feed from CAM1, I guess due to the identical access code with CAM2. Once I change the access code for CAM2, it doesn’t’t show any feed. 
    CAM 3 Settings:
    STATIC IP: 192.168.1.203
    Alternate HTTP Port: 1026 à Forwarded to 192.168.1.203
    RTSP Port: 1030 à Forwarded to 192.168.1.203
    RTSP Data Port: NOT SURE IF I NEED TO FORWARD ONE HELP PLESE
    Despite I have a dedicated subdomain for each camera from TZO, the following link DOESN’T WORK 
    rtsp://CAM3_SubDomain.Linksys-Cam.com/1111, where 1111 is the access code. This feed also brings in CAM1.  
    CAM 4 Settings:
    STATIC IP: 192.168.1.204
    Alternate HTTP Port: 1027 à Forwarded to 192.168.1.204
    RTSP Port: 1031 à Forwarded to 192.168.1.203
    RTSP Data Port: NOT SURE IF I NEED TO FORWARD ONE HELP PLEASE
    Despite I have a dedicated subdomain for each camera from TZO, the following link DOESN’T WORK 
    rtsp://CAM4_SubDomain.Linksys-Cam.com/1111, where 1111 is the access code. This feed also brings in CAM1
    DMZ could probably fix the problem for a second camera, but not for all four CAMs
    OS: XP SP2  
    Question 1: Any idea how can I get all the four cameras RTSP feed on my cell/BlackBerry?
    Question 2: I am running out of Port Range forwards. Should I add more port forwards, I have only one more shot. Any workaround? 
    Each and every help idea is greatly appreciated!

    I have six of these cams and used the tutorial and review at http://www.Myhomserver.com for help.  First thing, set ALL the RTSP access codes the SAME, so all you need to do is increment the port for each cam
    Cam 1 - 192.168.1.200 - set at port 80 TCP - RTSP port default at 554, forward port 5000 UDP/TCP and the RTSP access code 12345
    Cam 2 - 192.168.1.201 - set at port 1024 TCP - RTSP port at 1029, forward port 5001 UDP/TCP and the RTSP access code 12345
    Cam 3 - 192.168.1.202 - set at port 1025 TCP - RTSP port at 1030, forward port 5002 UDP/TCP and the RTSP access code 12345
    Cam 4 - 192.168.1.203 - set at port 1026 TCP - RTSP port at 1031, forward port 5003 UDP/TCP and the RTSP access code 12345
    Cam 5 - 192.168.1.204 - set at port 1027 TCP - RTSP port at 1032, forward port 5004 UDP/TCP and the RTSP access code 12345
    Cam 6 - 192.168.1.205 - set at port 1028 TCP - RTSP port at 1033, forward port 5005 UDP/TCP and the RTSP access code 12345
    This worked for me using the above settings....take your time, plan out the ports, all RTSP ports must be different on each cam
    Accessing CAMS can be done via your cell phone below:
    Camera 1---> RTSP://<your TZO camera domain>:554/12345
    Camera 2---> RTSP://<your TZO camera domain>:1029/12345
    Camera 3---> RTSP://<your TZO camera domain>:1030/12345
    Camera 4---> RTSP://<your TZO camera domain>:1031/12345
    Camera 5---> RTSP://<your TZO camera domain>:1032/12345
    Camera 6---> RTSP://<your TZO camera domain>:1033/12345
    http://www.MyHomeServer.com
    Linksys IP camera reviews, Tutorials and How-To's on Web & Mobile Streaming

  • WRT160Nv3 port forwarding problem

    Just bought a WRT160Nv3 and installed it.
    everything is working fine, but the Port Forwarding. I need to forward port 80 to an internal static IP.
    I set up Single port forwarding for http -port 80 to destination static ip 192.160.x.x and enabled the setting, saved it.
    I have static internet IP.
    So I accessed the server with http://192.160.x.x and it works. I accessed the server with http://internet_ip from the Linksys's internal network and it works.
    I tried to access http://internet_ip from other locations, and it is not working.
    I enabled remote web administration on port 8080, and that works from every location... So the connection from internet to the router is OK, but it does not forward the port to the local static IP.
    I tried enable/disable DMZ and uPNP but nothing changed.
    Router firmware:v3.0.02 
    Please help me solve this issue. I'm out of ideas
    Solved!
    Go to Solution.

    I tired to forward port 8888 to 192.168.0.x:80 but still doesn't work.
    I cannot change port 80 on the ip cam (it has a very limited interface).
    But I can access the camera from a local computer with the http://192.168.0.x AND with the internet IP too http://internet_ip (port 80 forwarded on the router) from the same computer.
    I still cannot access it from the internet (other locations). What could be the problem. I set up a lot of linksys routers but this is the first time I have problems with port forwarding.
    I removed http management for both local and remote to be sure that the router does not use the port 80, but no change.
    I tried to access it within other browsers, computers, but no luck...

  • HT1552 Port Forwarding Problem

    I got a problem with my apple time capsule. I'm running a minecraft server and I want to port forward on the time capsule. The program I'm using is called Port Map link : http://www.codingmonkeys.de/portmap/. It stands Router incompatible. I want so badly to port forward, but my time capsule is missing DHCP end and beginnig code I'm norwegian som my engelish is a lilltle bitt rusty

    Are you actually running your TC as a router? If not the screen for port forwarding will not appear.
    Some things are easier to do on your main modem if it is also a router.. and just bridge the TC.
    That is what I would tend to advise unless the TC is the only router available in the network.

Maybe you are looking for

  • USB ports not working properly

    I have a pavillion dv4 1123us - old.  It is not recognizing usb devices - although the usb ports are still providing power.  I have tried reinstalling the chipset and reinstalling the usb ports by deleting from device manager.  Intermittently, my mod

  • Exit / badi for individual service line item detail with internal orders.

    Hello guys, <b>Issue 1.</b>as per our scenario we want to get the individual service line item details with Internal Orders. Please provide me any exit/badi with each item level with individual service line item Internal Orders. <b>Issue 2:</b> Remai

  • I need help figuring out GRUB [SOLVED]

    So, I'm having a bit of trouble figuring out how grub's menu.lst should be configured on my system. I've scoured the internet and wiki, but I can't quite get it. Hopefully you can help me! Here's some info: joe@Snow-Crash:~$ sudo fdisk -l [sudo] pass

  • Change of display colour in Chrome in Mountain Lion

    When I am using chrome, running 10.8.1, occasionally the browser changes the colours slightly making webpages look more washed out, when i cmd-Q and chrome closes the desktop flashes back to its normal colour.

  • Problem STMS:  "Copying Import Queue SID "

    Hello I have a quetion, yesterday we changed the name server of production, now  when I want to make the tranports  I got this message Copying Import Queue <SID>, I had checked the configuration of stms, RFCs  and I did the test and these are ok In t