WRT54G2 V1 Port 80 forwarding

Hi,
I have a WRTG542 Firmware version 1.1.04 (Build 5) . Is forwarding on port 80 possible with this router?
Here's what i have:
1. Remote administration disabled.
2. Port Forwarding set up for port 80 to 192.168.2.2
I can access  port 80 on 192.168.2.2 internally (from other computers on my network) but not from outside the network.
I also have ports 21, 5800, 5900 and 8080 set up for forwarding to 192.168.2.2 and they all work fine (internally and externally).
Any thoughts as to why this doesn't work?
Thanks

By Default Port 80 is used by your Router interface. If you try to Forward the Port 80 on your Router for the IP address it will not work. May be you can try using a different Port for your Application and that should fix your problem.

Similar Messages

  • WRT54G2 More ports to forward

    So.. Like the titles says:
    How can I enable more ports to forward?
    I just want to port forward more applications to my PC.
    (my router is a WRT54G2)
    4)G2WRT54G2
    Kind Regards,
    WhiteSnoop
    --------signature---------
    Learn from the master
    Walk with the master
    Become the master
    Solved!
    Go to Solution.

    Ok, thanks for the reply
    but you know why they won't let me more, is there an explanation ?
    --------signature---------
    Learn from the master
    Walk with the master
    Become the master

  • Unable to Save in Port Range Forwarding

    I'm using the BEFW11S4 wireless router and am unable to save the new port range forwarding settings I have entered.  Everytime I click Save Settings, I receive a box which reads:
    "The server 192.168.1.1 at Linksys BEFW11S4 V4 requires a username and password.
    Warning: This server is requesting that your username and password be sent in an insecure manner (basic authentication without a secure connection)."
    When I enter the same u/p that I used to access the router in the first place, it rejects and keeps bringing up the log in screen.
    I cannot get the port range forwarding to save at all due to this.
    Does anyone have any suggestions?
    Thank you!

    try remembering the password you used for first time while installing the router .... if not then use default password admin with out any username ....
    If still not working then you need to reset the router ....

  • Router won't save settings of Single Port Forward or Port Range Forwarding

    Hi everyone, I'm having a bit of trouble tonight trying to get my Playstation 3 to play games online and in doing so I'm attempting to enable Single Port Forwarding and or Port Range Forwarding.
    To start, I am using this link below this paragraph as a guide.
    http://portforward.com/english/routers/port_forwarding/Cisco/Linksys-E1000/PS3_Endless_Saga.htm
    Each time I go and set the settings and click save, it tells me the settings have been saved successfully then when I click continue onto the next page it shows they actually haven't saved at all. My router is out of it's 90 day phone support with Linksys and I refuse to pay anything extra for support so I'm hoping someone else will be able to help me with my issue since they refuse to unless I pay them.

    Hello. Sucks you ran into trouble just after PSN got back online
    Try clearing your cache / cookies then re-do the settings. Also, try using a different Internet browser.

  • What ports to forward to server for mail to function correctly?

    I recently upgraded to Mountain Lion form lion and am experiencing a MAIL issue (FAILURE)
    I beleive I need to restablish or open ports on my router but the common ones don't seem to be doing the trick for users using Outlook. I have the Apple document that talks about the most common used ports but my Netgear router limits me to 20 so I need to narrow down the selction a bit.
    Any assistance would be appreciated.
    Right now, these are the ports being forwarded: (and yes, many can be eliminated)
    Service Name
    External Start Port
    External End Port
    Internal Start Port
    Internal End Port
    Internal IP address
    1
    HTTP
    80
    80
    80
    80
    192.168.15.101
    2
    VPN-PPTP
    1723
    1723
    1723
    1723
    192.168.15.101
    3
    NetMeeting/H.323
    1720
    1720
    1720
    1720
    192.168.15.101
    4
    VNC
    5900
    5900
    5900
    5900
    192.168.15.101
    5
    mail
    110
    110
    110
    110
    192.168.15.101
    6
    mail2
    25
    25
    25
    25
    192.168.15.101
    7
    mail3
    143
    143
    143
    143
    192.168.15.101
    8
    mail4
    993
    993
    993
    993
    192.168.15.101
    9
    Kerberos
    88
    88
    88
    88
    192.168.15.101
    10
    Password
    106
    106
    106
    106
    192.168.15.101
    11
    SMB
    139
    139
    139
    139
    192.168.15.101
    12
    SSL
    443
    443
    443
    443
    192.168.15.101
    13
    Mail
    587
    587
    587
    587
    192.168.15.101
    14
    email rules
    8089
    8089
    8089
    8089
    192.168.15.101
    15
    FTP
    20
    21
    20
    21
    192.168.15.101
    16
    SSH
    22
    22
    22
    22
    192.168.15.101
    17
    DNS
    53
    53
    53
    53
    192.168.15.101
    18
    RPC
    111
    111
    111
    111
    192.168.15.101
    19
    SFTP
    115
    115
    115
    115
    192.168.15.101
    20
    NTP
    123
    123
    123
    123
    192.168.15.101

    Regarding Outlook. Can it receive, send or neither?
    If the problem is sending, two things to look at.
    - You are configured for port 587 which is TLS.
    In outlook, select TLS (not SSL)
    I prefer to enable port 465 which is SSL, this plays well with outlook.
    To do so, you need to edit
         /Library/Server/Mail/Config/postfix/master.cf
    Look for these lines
    #465      inet  n       -       n       -       -       smtpd
    #  -o smtpd_tls_wrappermode=yes
    #  -o smtpd_sasl_auth_enable=yes
    #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    #  -o milter_macro_daemon_name=ORIGINATING
    Uncomment them all. DO NOT remove the space before the -o (its required)
    Then issue
    sudo postfix reload
    Make sure 465 is open in your router
    Retry Outlook
    587 = TLS
    465 = SSL
    - Look at your smtp logs, do you see helo errors when you try to send from Outlook?
    If so, do this (good idea to do this for ANY installation)
    edit
         /Library/Server/Mail/Config/postfix/main.cf
    Find    
    smtpd_helo_restrictions = reject_non_fqdn_helo_hostname reject_invalid_helo_hostname
    Change to:    
    smtpd_helo_restrictions = permit_sasl_authenticated permit_mynetworkseject_non_fqdn_helo_hostname reject_invalid_helo_hostname
    Then issue    
    sudo postfix reload
    If this doesn't solve the issue.
    Please post whether this is a receiving or sending problem.
    If receiving, post output of mailaccess.log(imap) log when you attempt to pickup mail
    If sending, post output of your mail.log(smtp) when you try to send.
    Jeff

  • What Ports to Forward

    I am a little confused on which server i need to forward the requests to on our sonicwall firewall. I followed this:
    http://thewolfblog.com/2014/02/08/deploying-a-2012-2012r2-remote-desktop-services-farm/
    just so you know the exact configuration. Basically, 2 separate session host, 2 separate brokers and 1 gateway (running web access). I know this has something to do with the correct ports being forwarded as it works perfectly inside the LAN. I have the requests
    forwarded to the gateway now and when i go to https://FQDN/RDWeb, i can login and see the published apps. Its when i click one of the published apps that i get this:
    In the present config, what private ip am i to forward to?

    So i actually had to remove the rdweb server from the deployment and add the rdweb access role to the gateway server to get this to work. Doesn't that defeat the purpose of having a gateway server in the first place?
    Hi,
    There is nothing wrong with having RDWeb on the same server as RD Gateway if you want.  RD Web is in essence a method to deliver .rdp files to end users.
    If you want to have RDWeb on a separate server you can.  To do this you would need to use an additional public ip address, or perhaps a reverse proxy.  For example, you might have gateway.domain.com pointing to the public ip for your RDG, and remote.domain.com
    pointing to the public ip for your RDWeb.  On the firewall you would have TCP 443 and UDP 3391 forwarded for gateway.domain.com and only TCP 443 forwarded for remote.domain.com
    I was wanting to use the gateway server as the only one exposed to the internet. Is there a way to do that and have the gateway server connect to the rdweb server? And without access to the rdweb we would not be able to use the rdweb feed, right?

  • WRT54GL Port Range Forwarding?

    Hi. In Port Range Forwarding there are only 10 lines (konfigurating 10 diff. ports). What if you need to forward more ports than 10?
    Solved!
    Go to Solution.

    Install 3rd party firmware like dd-wrt or tomato.
    Of course, you shouldn't need so many forwardings to begin with.

  • Problem with Port Range Forwarding WRV54G

    I have configured my WRV54G to do the following, in this order, on the Port Range Forwarding page of the router:
    1. Forward port 3389 to LAN Static IP x.x.x.100, a desktop PC. I have confirmed this works, a port scan shows this port is open and I can remote desktop into x.x.x.100
    2. Forward port 443 to LAN Static IP x.x.x.101. I have confirmed this works, a port scan shows this port is open I can VPN to an SSL concentrator at x.x.x.101
    3. Forward port 3390 to LAN Static IP x.x.x.102, a desktop PC. THIS DOES NOT WORK. A port scan shows that this port is not open. I have configured the remote desktop host at x.x.x.102 to use port 3390. Netstat shows that x.x.x.3390 is listening on this port. I can remote desktop to x.x.x.102 from inside the LAN, no problem, so it's not an issue with the PX configuration.
    So, then I switched the order of the port forwarding instructions, in this order, as follows:
    1. Forward port 3389 to LAN Static IP x.x.x.100, a desktop PC. I have confirmed this works, a port scan shows this port is open and I can remote desktop into x.x.x.100
    2. Forward port 3390 to LAN Static IP x.x.x.102, a desktop PC. I have confirmed this
    works, a port scan shows this port is open and I can remote desktop into x.x.x.102
    3. Forward port 443 to LAN Static IP x.x.x.101. THIS DOES NOT WORK. Port scan shows this port is not open.
    It looks like the WRV54G is only recognizing the first two entries in the Port Range Forwarding table and IGNORING the third entry. HELP??!!
    I have the latest firmware installed: v2.39.2e
    Anyone have a solution? Thanks in advance!
    Message Edited by crescendi on 07-19-2008 11:53 AM

    Are you still using the DHCP server range of  x.x.x.100  through  x.x.x.149 ?   If so, then your problem may be that you are using illegal fixed LAN IP addresses.
    With Linksys routers, any fixed LAN IP address must be outside the DHCP server range, and it cannot end in 0, 1, or 255.
    I would suggest that you fix the illegal addresses, then see if that resolves your problem.
    Here is the full set of rules for using fixed LAN IP addresses:
    With Linksys routers, a fixed (static) LAN IP addresses must be assigned in the device that is using the address. So you need to enter the fixed address in the computer or printer, not in the router.
    When using a Linksys router, any fixed LAN IP address must be outside the DHCP server range (typically 192.168.1.100 thru 192.168.1.149), and it cannot end in 0, 1, or 255.
    Therefore any fixed LAN IP address would normally need to be in the range of
    192.168.1.2 thru 192.168.1.99 or
    192.168.1.150 thru 192.168.1.254
    assuming you are still using the default DHCP server range.
    Also, in the computer, when you set up a static LAN IP address, you would need to set the "Subnet mask" to 255.255.255.0 and the "Default Gateway" to 192.168.1.1 and "DNS server" to 192.168.1.1
    It is also important that no two devices on your network be set to the same static LAN IP address.

  • The router forgets Port Range Forward settings

    Hello, after a year or so of working absolutely flawlessly, the router, all of a sudden, started forgetting the Port Range Forward settings.  In particular, I have port 80 set to go to a specific IP address.  Every now and then, it will start going to a different address within the network (even though the Port Range Forward page still shows it pointing to the right IP address).  
    I disable Port Forwarding for that port, then re-enable it and everything is fine.  For about day or two and then the problem re-appears.
    What could be the issue?
    Thanks.

    What is the model no of the Router...?
    Who is your ISP...?
    What firmware you are using on the router...?
    Try to reset the router and re-configure it from scratch.Now,check if that make any difference.

  • Port Range Forwarding on E1000

    Ports selected to forward in the the 'Port Range Forwarding' page do not forward.    They do however forward properly from the 'Single Port Forwarding' page.
    Help?
    TIA

    to re-iterate again ..
    recent changes made to 'Single Port Forwarding' work .. but changes (as well as existing) on 'Port Range Forwarding' just dont forward.
    to re-iterate again ..
    stuff (whether existing or newly added) works for 'Single Port Forwarding' .. but stuff (whether existing or newly added) does NOT work for 'Port Range Forwarding'.
    This any more clear?
    Thx

  • What's safer: Port range forwarding or Upap?

    Hello there,
    I recently replaced my router and since then have been unable to get video and audio chats to work. I get the "XXXXX did not respond" message. Text chat is fine. By what I have read in this forum, my problem has to do with port settings on my new router, a Linksys wrt54gx2.
    My question is this; is it safer/more secure to use port range forwarding or the universal plug and play option? Do I need both?
    The Mac OS X firewall settings are currently off.
    Thanks in advance for any advice.
    John

    HI John,
    This is not a suitable device for iChat for some reason.
    This page is for the WRT54GX (not the GX2)
    This shows the Port Forwarding for this device (and the default IP and User ID and Password).
    You should not use Port Forwarding and UPnP together.
    The UPnP setting in in the Admistration tab.
    Port Forwarding uses NAT (Network Adress Translation) and this can cause problems between some devices.
    UPnP does Broadcast that is available but is normally limited to a few Hops.
    In most device this can be limited to just one hop if you require.
    1:27 PM Monday; May 29, 2006

  • WRT54GC resetting Port Range Forwarding

    I have a WRT54GC, with firmware v1.05.7.  And I have recently modified the Port Range Forwarding.  It will work OK for a day or two, then for no reason it stops working.  When I check the configuration, I see it has reverted to the old Port Range Forwarding config.  So I change it again, save it, and again it will work for a day or two before reverting to the old config.  How can this be happening?

    Hey try resetting the router reset button in such a way that power light is blinking on the router & then do a complete network power cycle i.e., unplug the power cables from the modem & from the router & then plug in the power cable to the modem first once all the lights are solid green you could plug in the power cable to the router & check out it will definately work!!

  • DMZ v. Port Range Forwarding????

    Ok,  DMZ opens all ports. But I was wondering if port range forwarding might be better. Once again I am still trying to eliminate lag with my 360. I enabled the port forwarding for the ports specified by the 360. I also blew all ports wide open with DMZ. Is it better to just port forward without DMZ? I don't care about the security issues. I just want speed. I already disabled all firewall features of the router. My PC is locked up tight and I'm not worried about it. The ports I forwarded are 88 TCP and 3074 Both. Is there something I'm missing here? I'm running a 5 meg connection. It's faster than my old DSL connection. I even found a website that told me to change my IP manually on 360 which I have done and it worked to open my NAT. Any gamers please help. Again I'm not trying to do anything to my PC. That connection is fine. Just need to tweak more upload with less lag to 360.

    ok.......How do I use them? Triggered Range start port? to end port? Forwarded Range start point? to end point? Would it be the same forwarded ports? do I put the same port # in all for areas? I'm working with WRT54GS ver. 6

  • WRT160n Port Range forwarding problem

    I have a WRT160n that I am trying to forward some ports on for some DVR equipment. When I use the single port forwarding and enter each port separately it works fine. But I have 2 DVR's and they use a bunch of ports each so I want to use the port range forwarding because there are not enough spots in the single port forwarding section. The ports I am trying to forward are 8000-8004 for one IP address and 8005-8009 for a second IP address. I have entered it into the port range forwarding section but I can not connect from outside my network. As I said if I enter them in the single port section seperately as 8000,8001,8002,8003,8004 then I can connect fine outside my network. Any idea's what the problem is?

    chuckb223 wrote:
    jaymay wrote:
    How about you isolate it first by forwarding the ports for one DVR. Forward them one by one on the Port Forwarding Range page then see if it works on one DVR. If it will, try to do the same thing for the other DVR.
    Yes I already tried this with no luck. I tried just opening one port in the port forwarding for 1 DVR and it did not work, Opening this same port in the single port forwarding did work.
    Is your router a version 1,2, or 3? Your router probably needs to be updated (firmware).
    Firmware
    11/08/2010
    Ver.1.02.11
    Download
    3.15 MB
    Firmware
    11/15/2010
    Ver.2.0.03 Build 9
    Download
    3.25 MB
    Firmware
    07/12/2010
    Ver.3.0.03 Build 3
    Download
    3.31 MB
    And then reset and reconfigure your router again for internet connection and try the port range forward again and see if you can both DVRs working properly.

  • Port/Port Range Forward limit on Airport Extreme (N)

    Hi there,
    Can anyone please tell me if there is a limit to how many ports I can forward to separate machines in my LAN in the new Airport Exreme N?
    Currently routers like the Linksys WRT300N only provide 10 items for port forwarding and port range forwarding, respectively. Flashing a Linksys router with DD-WRT gives you an unlimited amount.
    Thanks very much!
      Mac OS X (10.4.8)  

    There is no noticeable limit. Everything I see in the manual hints that you should be able to shove as many as will fit into memory... which is a lot.
    The main reason for the limitation is that companies like Linksys, for whatever reason, do not like to mess with the complicated HTML required to support 'unlimited' port forwarding in their tool. They get around the complexity by putting enough fields on the page so that they hope their customers don't run out.
    In Apple's case, the configuration tool is a native application, rather than a web page, so it is simple to support 'unlimited' port forwarding.

Maybe you are looking for

  • Exchange rate problem between GR&IR for PO with account assignment category

    ear SAP experts. We have used expense puchase order through account assignment category. the cost object include cost center,sale order,order.because we don’t use Fixed assets module in SAP,when purchase fixed assets,we also use account assignment ca

  • Communication between : AP and WLAN controller

    Hi, The communication between AP and WLAN Controller is ( Data and Control ) UDP. Source port 1024 and destination port 12222 and 12223. Actually which device listen to which port or both should listen as control and data can be generated from both t

  • Camera RAW 8.3

    My version of Camera RAW 8.3 complains "Error in program" when I try to save or load a raw-file I have been editing. When I not edit it is possible to save the file as a JPEG. Can you send me a new (or better) version of Camera RAW 8.3 so I can reins

  • Select option in FPM form UIBB

    Hi Experts, how can we implement  select option in FPM form UIBB ? I need to pass multiple values in FPM FORM UIBB and that will not be Low High kind of it will be just multiple, So if there is any work around please help me. Thanks in Advance. Best

  • HT4972 I am attempting to update my IPad...where do I get the passcode?

    I am attempting to update the operating system on my IPad3.  Where do I get the passcode required to install?