RV042 vpn&port forwarding problems

Hello,
I spent a few days trying to configure  the RV042 router but I messed up. I need this router for VPN access on my  site and Port Forwarding to an internal web server. Apparently very  simple task, isn't it?
So:
1. PPTP is working fine but I need more than 5 concurrent accesses.
2.  Quickvpn does not work when the DHCP server is checked  and I can't  access any computer from my lan. I have a DHCP server in my LAN but when  I'm conected through Quickvpn I never reach it. In the log file there  are messages like:
Connection refused - Policy violation TCP 169.254.x.x->192.168.1.2 (DHCP server from my lan)
3.  On Setup > Forwarding I added a Port Range Forwarding for HTTP port  80 to an internal IP address (192.168.1.x). I although added a firewall  access rule to allow traffic to Port 80 from any source interface and  any source IP to 192.168.1.x.
From the internal LAN, using the WAN IP of the router,  the Port forwarding works but not form the outside, though in the log file of the router it appears to work:
Connection Accepted TCP 208.64.252.230:33027->192.168.1.x:80 on ixp1
What could I have done wrong?
The  router is configured with a static address as a gateway and it has the  latest firmware 1.3.12.19-tm. The access rules are the default ones and  the one I added.
Any help would be much apreciated.
Thanks.

Can't answer as to why QVPN fails when you enable DHCP on the router, but concidering your requirements it seems to be a moot point. So, you have a DHCP server on your network which I will guess is also running your Web service. If this is a Windows server does your current configuration allow you to enable PPTP on it? If so, that would solve the five user limit. You will need to turn off the PPTP server on the router and then forward port 1723 TCP to your server and you are done. As for your http access, remove any rule that you have in reference to "allow" port 80 connectivity to your web server. Not sure why but this tends to confuse the poor little things. Once you have verified that port 80 is active on the server via the LAN (which you already have) then you are done. If you are still not successful with the connection to the server from the WAN you may want to default the router and start over (lame I know).
*** SORRY, just noticed that you stated that you added a "port range" forwarding rule. Remove that, and configure a UPnP rule for the same server instead. Do not know why they call it that, they just do. This is the same as configuring a single port forward they just call it something different. So just port forward 80 tcp to your server on 192.168.1.x and you are done.

Similar Messages

  • How to IPsec site to site vpn port forwarding to remote site?

    Hi All,
    The scenario where a Site to Site VPN tunnel has been established between Site A and Site B. Lan on Site A can ping Lan on Site B. My problem is a Printer behind Site B needs to be accessed by using the WAN IP address of Site A. Also i could not ping the remote lan or printer from the router.
    Below are my configure on the Cisco 877 in site A. Would you please advise the solution for that?
    Building configuration...
    Current configuration : 5425 bytes
    ! Last configuration change at 15:09:21 PCTime Fri Jun 15 2012 by admin01
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Laverton
    boot-start-marker
    boot-end-marker
    logging message-counter syslog
    no logging buffered
    aaa new-model
    aaa authentication login default local
    aaa authorization exec default local
    aaa session-id common
    clock timezone PCTime 10
    crypto pki trustpoint TP-self-signed-1119949081
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-1119949081
    revocation-check none
    rsakeypair TP-self-signed-1119949081
    crypto pki certificate chain TP-self-signed-1119949081
    certificate self-signed 01
      XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX
      XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX
      69666963 6174652D 31313139 39343930 3831301E 170D3132 30363135 30343032
      30385A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
      4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 31313939
                quit
    dot11 syslog
    ip source-route
    no ip dhcp use vrf connected
    ip dhcp excluded-address 192.168.1.1 192.168.1.50
    ip dhcp pool DHCP_LAN
       network 192.168.1.0 255.255.255.0
       default-router 192.168.1.1
       dns-server 61.9.134.49
       lease infinite
    ip cef
    no ipv6 cef
    multilink bundle-name authenticated
    object-group network VPN
    description ---Port Forward to vpn Turnnel---
    host 192.168.2.99
    username admin01 privilege 15 secret 5 $1$6pJE$ngWtGp051xpSXLAizsX6B.
    crypto isakmp policy 1
    encr 3des
    authentication pre-share
    group 2
    crypto isakmp key mypasswordkey address 0.0.0.0 0.0.0.0
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto dynamic-map SDM_DYNMAP_1 1
    set transform-set ESP-3DES-SHA
    match address 100
    crypto map SDM_CMAP_1 65535 ipsec-isakmp dynamic SDM_DYNMAP_1
    archive
    log config
      hidekeys
    no ip ftp passive
    interface ATM0
    description ---Telstra ADSL---
    no ip address
    no atm ilmi-keepalive
    pvc 8/35
      tx-ring-limit 3
      encapsulation aal5snap
      protocol ppp dialer
      dialer pool-member 1
    dsl operating-mode auto
    interface FastEthernet0
    interface FastEthernet1
    interface FastEthernet2
    switchport access vlan 10
    shutdown
    interface FastEthernet3
    interface Vlan1
    description ---Ethernet LAN---
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    ip tcp adjust-mss 1420
    interface Vlan10
    ip dhcp relay information trusted
    ip dhcp relay information check-reply none
    no ip dhcp client request tftp-server-address
    no ip dhcp client request netbios-nameserver
    no ip dhcp client request vendor-specific
    no ip dhcp client request static-route
    ip address dhcp
    ip nat outside
    ip virtual-reassembly
    interface Dialer0
    description ---ADSL Detail---
    ip address negotiated
    ip mtu 1460
    ip nat outside
    ip virtual-reassembly
    encapsulation ppp
    ip tcp adjust-mss 1420
    dialer pool 1
    dialer-group 1
    ppp chap hostname [email protected]
    ppp chap password 0 mypassword
    crypto map SDM_CMAP_1
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 Dialer0
    ip http server
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip dns server
    ip nat inside source static tcp 192.168.2.99 80 interface Dialer0 8000
    ip nat inside source static tcp 192.168.2.99 9100 interface Dialer0 9100
    ip nat inside source route-map SDM_RMAP_1 interface Dialer0 overload
    ip nat inside source route-map SDM_RMAP_2 interface Dialer0 overload
    ip access-list extended NAT
    remark CCP_ACL Category=16
    remark IPSec Rule
    deny   ip 192.168.1.0 0.0.0.255 192.168.2.0 0.0.0.255
    permit ip 192.168.1.0 0.0.0.255 any
    access-list 1 permit 192.168.1.0 0.0.0.255
    access-list 100 remark CCP_ACL Category=4
    access-list 100 remark IPSec Rule
    access-list 100 permit ip 192.168.1.0 0.0.0.255 192.168.2.0 0.0.0.255
    access-list 101 remark CCP_ACL Category=2
    access-list 101 remark IPSec Rule
    access-list 101 deny   ip 192.168.1.0 0.0.0.255 192.168.2.0 0.0.0.255
    access-list 101 permit ip 192.168.2.0 0.0.0.255 any
    route-map SDM_RMAP_1 permit 1
    match ip address NAT
    route-map SDM_RMAP_2 permit 1
    match ip address 101
    control-plane
    line con 0
    no modem enable
    line aux 0
    line vty 0 4
    transport input telnet ssh
    scheduler max-task-time 5000
    end
    Your help would be very appreciated!
    PS: I know it is easier if i config Site A as the VPN server but in out scenario, we need to access printer from internet over static WAN IP of site A.
    Thanks,
    Thai

    Is there anyone can help please?

  • 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)

  • 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.

  • VPN: Port-forwarding OK but Nothing Talking

    I've set up several 10.3 & 10.4 VPN services but this one has me puzzled...
    10.4.2 Server (does it just need updated?)
    Internal ip only (no firewall on server) with router forwarding UDP 1701, 500 & 4500 (for L2TP).
    When attempting to form the VPN with remote (wan side) Internet Connect client, there is no connection showing in vpnd.log (set to verbose logging) and no connection showing on Internet Connect log. It's like the port forwarding is not taking place. However...
    If I run a port scan from remote machine, on UDP 1701, 500 & 4500, this traffic shows up on a TCPDump session running on the server.
    Attempting to form the VPN, however, shows NO traffic with TCPDump.
    The IP address of the server, in Internet Connect, is correct (same as the one used during port scanning). The VPN client is able to connect to several other servers OK.
    Any ideas?
    Ta.
    -david
        Server 10.4.8

    1. What kind of router are you using?
    Corega router at server side and Netgear DG834G on client side (with ethernet cable, not wireless).
    The Netgear works fine to other sites. The Corega is 'unproven' in that I do not have another site with same router. It can act as a VPN gateway (this does work elsewhere) but is not active in this role at this site (we want to use server vpn service).
    2. I have seen a few copies of 10.4.x Server just go
    L2TP/IPSec deaf. They all eventually sorted
    themselves out with software updates, but certain
    versions were just plain ol' deaf.
    I've now updated to 10.4.8. No difference.
    Just to reiterate...
    Port-forwarding of 500, 1701 and 4500 appears to be working, as a TCPDump on the server lists these packets when a remote machine is port scanning for them.
    However, the same TCPDump session does not list any UDP 500 packets when the VPN client (internet connect) is attempting to start. Logs show nothing beyond "listening for connections...". As I understand it, L2TP commences with an IKE communication on port 500 prior to the later 'real' stuff. Why is this not showing up in a TCPDump?
    Puzzled...
    -david
        Server 10.4.8

  • RV042 Firewall & Port Forwarding

    I am installing a RV042 on a client SBS network.  In the configuration, I notice that there is a place for port forwarding where I guess I could open the ports for smtp, http, https, ...
    But there are also access rules in the firewall section which seem to be the same except that you can schedule them.
    Question is, do I need to configure both, or if only one of them, which one?
    Thanks in advance for the advice.
    Bob Showalter, Packer International

    Bob,
    You only need to configure port forwarding, unless you want to specify a source and destination that the packet is allowed or denied; then you would use both.
    hope this helps,
    Jasbryan

  • 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.

  • Hr200 port forwarding problem

    I have a problem - when i follow all the 'correct' procedures for setting up port forwarding on this router when i chose to save the settings the port numbers change - to irrelevant things
    whatever port i use
    often displays start 0
    and end 4294967295
    also seen it refresh the page on save with 256 start and 255 end, and start 1 end 0.... which are also just nonsense
    i really dont understand what i have done wrong or if there is something wrong with my router (it has the latest firmware version as it is quite new) - i have tried with static i.p inside 192.168.1.100 - 149 and also outside that range with the same results???
    has anyone come accross this problem?

    Hi… Here the screenshot for the Port Range Forwarding for you router. Login to this router with its IP address (default IP 192.168.1.1) in IE and setup the port forwarding. On the setup page, click on gaming and administration under which you will find port range forwarding..... Also make sure that port range should not be in reverse order like 1 to 0 ... it should be like 0-1 ... You need to assign a static IP address on the computer for which you want to forward the ports. You cannot forward the same port for more than one computer. In that case you can use port triggering. Port Forwarding is used when you host any service from that computer. Port Triggering is used when you access any service on the computers behind the router.

  • WRT54G (ver 7)-port forwarding problems (eMule)

    Hi I want to use the eMule file sharing program and the problem is I cannot forward any ports (this problem already occured at other programs too) ... Im sure Ive typed in the correct port ranges, and used the correct IP-adress... I tried to use static IP adress, furthermore ive disabled the "Block Anonymous Internet Requests " option, without any success... I cannot find any firmware updates for this version either... pls help

    Please open the router configuration interface at http://192.168.1.1/ (or whichever address you use to configure the forwardings). Click on Status on post the full status of your connection.
    Also post the exact settings which you use for the port forwardings.
    On the computer to which you forward and which is running the emule server, open a command prompt window, enter "ipconfig /all" and "netstat -aon". Post the full output of those two commands as well.
    For few more things to check see this Checklist.
    Message Edited by gv on 09-04-2007 06:15 PM

  • Port forwarding problems with WRT610N v2 + WAG54GS v1.0

    Background:
    I have a WAG54GS v1.0 (Annex A) which I was using to handle my home network and my ADSL connection. I bought a WRT610N v2 (which I'll refer to as the router) with the intention that it would replace the networking duties of the WAG54GS (which I'll call the modem), which would be relegated to just handling the Internet connection. Both are running their latest firmware.
    I've gotten this configuration to work, but with one problem: I've lost a lot of flexibility in regard to port forwarding. The problem is that the only way I've managed to get the Internet to work is by having the router on 192.168.0.1, and the modem on 192.168.1.1. If I try and have both on 192.168.0.x or 192.168.1.x then connecting to the Internet no longer works under any configuration of options I've tried.
    What this means is that when I go to setup port forwarding in the modem, I can only forwards to clients on 192.168.1.x, but the router can only forward to 192.168.0.x. The only things I can get to work are situations where port range triggering can be applied, so only when a connection is made on the relevant port to an external IP, and then that external IP also communicates back on that port. As you may guess this doesn't nearly cover all cases.
    Question:
    Should it be be possible to have both router and modem on either 192.168.0.x or 192.168.1.x, which would allow port forwarding to work as expected. That should have in theory been possible with the modem's bridge mode except that it's then impossible to configure the PPPoA settings necessary to connect to my ISP.
    Or am I going to have to rethink the network layout (i.e. buy a dedicated ADSL modem and fully retire my WAG54GS?)
    Solved!
    Go to Solution.

    Actually in the end what I figured out was that as far as my WRT610N was concerned my WAG54GS was my ISP, and that was all it needed to know about the Internet connection. So I set it to connect to the WAG54GS with a static IP, stuck that IP into the WAG54GS's DMZ, and left the WRT610N to handle port forwarding as all devices that connect will do so through that. (Yes, I've disabled the wireless features of the WAG54GS)
    I'm reasonably sure I tried the combination of settings you've suggested (including moving the WAG54GS off the Internet port of the WRT610N, which I would have wanted to avoid anyway as I have four permanently connected devices anyway) and found it still wouldn't work. And I wasn't trying to set both to 192.168.1.1 at any point, my self-obscured point was that changing only the last block of the IP address failed to work for accessing the Internet.

  • WRT120N port forwarding problem

    Hello,
    I've been trying to configure port forwarding on my 120N. I went to apps and gaming tab and set the necessary ports, protocols and the IP and ticked the enabled button. However, I tested the ports through canyouseemee.org but i got a connection refused error.

    You have to go through the whole checklist. If you need further help you need to post the exact results from each step of the checklist. Otherwise it's impossible to help.

  • WRT320N port forwarding problem

    Hi, I've got a web server on my NAS, with my old WRT54G I didn't have any issue with port forwarding but with my new WRT320N I can't get it working (I tried single and port range). My website is ok if I try to access from LAN but not from internet. I have seen http://routersetup.blogspot.com/2007/08/port-forwarding-checklist.html but there's nothing wrong in my conf. Is anyone can help me ?
    Solved!
    Go to Solution.

    Oh it was quite simple, my NAS is a QNAP TS-109 II, I just selected high level of security in system administration > security, with that I had limited the access to 192.168.1.x network. Not a surpise I couldn't reach it from internet.
    I don't think the info will help someone but it might be a reminder that you always have to look to your own configuration when you blame hardware

  • Scan port forwarding problem

    I have a two nodes 11g r2 rac and I am unable to connect via port forwarding to the scan connection. I can connect to the vip addresses but not to the scan. I get an ORA-12170: TNS:Connect timeout occurred
    Should I forward the scan ports to both nodes? Which host should I use? Any clues?
    Thank you.

    Then no, use VIP directly.
    Its possible ofcourse to "hack" it a little, but I think its useless, because you can connect using VIP instead:
    * Use SSH to forward each VIP port to your local computer, but each VIP to different local interface... for example node1-vip:1521 forward to 127.0.0.1:1521, node2-vip:1521 to 127.0.0.2:1521 and so on
    * Add all VIP hostnames to your hosts file... so node1-vip.yourdomain will resolve to 127.0.0.1, node2-vip will resolve to 127.0.0.2 and so on
    Now when you connect to SCAN, your local computer will know how to resolve and connect each VIP the SCAN redirects it to.

  • WRT160N port forwarding problem

    My internet address is static. since my ISP bridged this new router to my modem I cannot see my IP cams from work. the ports are forwarded (enabled) in the router, yet canyouseeme says  they are not open. for example my lan ip range is 1.1 to 1.149 and one of the cams is set to 1.117. i can see all the cams locally without a problem. Does pppoe have to be configured on this linksys router when it is bridged with the modem?

    Wait, your WAN IP address is static and the router has been bridged? BTW, was the router set to PPPoE or you are using a static ip address. If the modem was set to bridge mode then the configuration of your router should be PPPoE. If static, you need to set the static settings on your router.  In order for you to check if the camera can be accessed the camera remotely, then try to ping your ISP's WAN ip(ex ping 66.65.115.36) and if you get 4 replies then you should now be able to access the camera remotely(ex http://66.65.115.36:1024). If you were subscribe to a ddns server like tzo then try to ping the domain name and if you have 4 replies then you should now be able to access the camera remotely.

Maybe you are looking for