Cisco Routers :: SRP541W Set Up Port Forwarding From External Port

Apr 13, 2013

I've set up port forwarding from an external port (9000) to an internal port (80) on our SRP541W, and for some reason, it's not working externally. If I access the public address from within the internal network, it works properly.

View 6 Replies


ADVERTISEMENT

Cisco Routers :: RV042G - Port Forwarding To 2 Different Destinations Based On Incoming Wan Port

Apr 22, 2013

how to: port forwarding to 2 different destinations based on incoming WAN port
 
The default HTTP service works fine: TCP80/80-> 192.168.0.55
 
I have a couple of IP security camera's I'd like to be able to access remotely that also listen on port 80. I tried TCP & UDP 8009/8009-> 192.168.0.9 without any luck. Not sure how to handle the port redirects on the RV042G? Seems simple and was on the Symantec, could be user training :-)
 
I was able to do port redirect with the Symantec Firewall I'm replacing.

View 2 Replies View Related

Cisco Routers :: RV042G Port Forwarding From Public Port To Internal IP?

Oct 11, 2012

Is it possible to create a service which will forward public port 9010 to an internal IP address with port 23 ?
 
First of all, I do not like to open the public Telnet port to the inside so I would use another public port and second my ISP does not allow some public ports beneath port 80

View 2 Replies View Related

D-Link DIR-655 :: Port Forwarding And Router Masking External Ip

Jul 29, 2011

I currently use a D-Link DIR-655 router on a game server I run and I've been having this problem for sometime now.  I have the router hooked up to the internet modem, and then my server computer hooked up to the router's first port.  I use port forwarding to forward the game ports, as well as my FTP server ports.  I have about 80 clients or so logged in at a time on my server.The issue is the following.  Our internet connection has an external IP of 67.23.155.123 (this is just an example).  My internal IP is 192.168.0.101.When I do "netstat" to see all the clients logged in to the game server on this computer or when I run Wireshark, every client logged in to the server (for this game application) is shown as having an IP of 67.23.155.123 (the server's external IP).On the other hand, for our FileZilla FTP server, if I run Wireshark/netstat, I can actually see the client's external IP (i.e. each individual IP of people logged into the FTP).If I hook up the server directly to the internet modem, this isn't a problem, and I am able to correctly see the IP of each client logged in to the game server individually.

View 12 Replies View Related

Huawei HG523a - WampServer And Port Forwarding For External Access

Apr 16, 2013

I am trying to make my WampServer public but nothing i have tried so far seems to be working. It was all good and well before i got a new router from my new provider.

The router is a Huawei HG523a & my ISP is TALKTALK.

These are the settings i have for the port forwarding. Advanced->Advanced->NAT->Port Mapping

Mapping Name: WebServer(HTTP)
Interface: nas_0_38
Protocol: TCP
Remote Host:
External Start Port: 80
External end Port: 80
Internal Port: 80
Internal Host: 192.168.1.2
Enable: Enable

I have reserved the IP address 192.168.1.2 for my computer under Advanced->Basic->LAN->(Ip address Reserve).

I believe this is all i need to do for the router side of things.

Now for Apache: The .httpd file...

Listen 192.168.1.2:80

And that's everything. The problem is that when i put in my public IP address its not forwarding to my WampServer. its just going to the routers log-in page. If i put in my local ip then i get my servers webpage like i should.

View 1 Replies View Related

Cisco Switching/Routing :: 881W - IOS Port Forwarding Commands For Port Forwarding

Apr 7, 2013

I am trying to open up port 32400 on my 881w Cisco router but I have not had any success I need to configure manual port-forward to enable my Plex Media server.

View 1 Replies View Related

TP-Link ADSL2+ Wireless :: TD-W8968 - Forward External Wan Port Like 49150 To LAN IP On Port 22?

Nov 18, 2012

Region : Italy
Model : TD-W8968
Hardware Version : V1
Firmwae Version : latest
ISP : telecom italia business on ipatm

How to Forward an external wan port like 49150 to lan ip on port 22?In the control pannel I can set only one port , and this port will be the same where the connection will be router to the lan ip ,therefore If I set the port 22 , the connection will be natted to the 22, but how to set a different external port to a specified different lan ip port?

View 1 Replies View Related

Cisco Routers :: Auto / Programmatic UPnP Port Forwarding For RV042 And E4200 Routers

Jan 24, 2013

I have RV042 and E4200 routers . I tried the manual UPnP port forwarding using Rv042  router and was succesful ( by typing 192.168.1.1  in the explorer and  logged in using user name and password )
 
I am using a linux embedded system  whose  Internal IP ,Internal port  are mapped  .This system is connected to one of the LAN ports    
 
I want to try auto UPnP port forwarding both for  RV042 router and Linksys E4200 routers 
 
After  enabling the Upnp option only  and logging out ,Can i add a port mapping entry in this router without logging in  using  a  C++ program  which runs on  linux embedded system .

View 2 Replies View Related

Cisco Firewall :: Change Default SSH Port On ASA 5505 (port Forwarding)

Dec 2, 2011

So here is my network.
 
ASA5505--->Cisco1841--->Cat2960
Code
ASA asa831-k8.bin
Cisco 1841 c1841-adventerprisek9-mz.151-4.M2.bin
Cat 2960 c2960-lanbasek9-mz.122-55.SE1.bin
 
and here is my dilemma.
 
I can SSH from the internet to my ASA on default port 22, directly to my public IP.  I can SSH from the internet to my Cisco 1841 on port 2001. I can not however, SSH to my Cat 2960.  From what i can tell, on the Cat2960 i can't change the default port 22 for SSH to different port, just like i did on the Cisco 1841.  I looked to see if I can change the default port for SSH on he ASA, it does not look like this is an option.
 
The bottom line is that i want to be able to SSH to all three devices from the internet.  I only have one public IP.  As of now, what i can do is only SSH to the ASA on default port 22 directly to the public IP and Cisco 1841 on port 2001.  It appears that changing the default SSH port on Cat 2960 is not an option.  It also appears that I can't change the default SSH port on the ASA, if i could, i would and then i should be able to SSH to the Cat 2960 on port 22. No matter what i did on the ASA, it always listens on port 22 for SSH connections.
 
show asp table socket
TCP       001f549f  <<pub IP>>:22              0.0.0.0:*               LISTEN
 
how do i make it listen on different port?
 
Here is relevent config for SSH for cisco 1841 (port forwarding)
 
ON ASA
object network ROUTER
host 10.10.1.1

[Code].....

View 28 Replies View Related

Cisco Routers :: SRP 527W - Ping External WAN Port?

Jan 14, 2013

As a raw test it is handy for us to ping externally the WAN port of the SRP 527W. How we configure the SRP 527W to allow this? FYI we have the inbulit SRP firewall enabled.

View 2 Replies View Related

Dual Routers Port Forwarding?

Mar 10, 2011

I', trying to open my ports 80 and 37777 and have successfully opened them on my linksys router but behind that I have an at&t modem/router....My questions is how do I find the URL number to access my second router to open the ports on it also?

View 3 Replies View Related

Multiple Routers And Port Forwarding?

Jul 7, 2011

I am trying to access home security camera from outslide my house.I have an AT&T internet coming into the house. They have a router that comes into the house and that splits off to another router in my house which carriers CAT5 all over the house. One of the wires go to another router that I use for my wireless devices.One of those wireless devices is an security camera.Here is my question. I want to view the camera from the internet outside the house. I have followed the instructions given by the manufacture for port forwarding. I have port forwarded the wireless router since the camera is connected to it. Is that wrong since the DSL is coming in one router and then going to another and then to the wireless

View 2 Replies View Related

Cisco :: Not Enough Port Fields In Port Forwarding For Linksys E4200

Jul 16, 2011

I have always used netgear routers in the past. After a series of issues regarding configurations not working correctly I invested in what appeared to be a semi pro router, the cisco linksys e4200.
 
I have a centralized server which I use to access a mass of different services such as mail, dns, VPN, FTP, Kerberos, http and many more. While I am not a massive networking ****, this server setup is like my garage project. To access these services externally to my LAN as far as I understand I would need to configure port forwarding for each service to my server. Unfortunately the control panel for the linksys E4200 only offers about 15 custom port fields for forwarding, and some documentation I have read shows that with it's basic install my server could be using up to 60 ports at once.
 
Is this router just not suitable for this sort of network. If so I will be very disappointed because I have spent a quarter of the price on netgear routers with more control than this.

View 1 Replies View Related

Cisco Routers :: Port Forwarding Beyond RVS4000?

Feb 8, 2012

I have a Cisco RVS4000 with Port 1 as a trunk connection to a Cisco SF300 switch.  Port 1 on the router is configured 1untag,2tag,3tag,4ag. When connected directly to the router I can connect to the switches management IP.  I would like to reach the switch remotely.  I have set up DDNS and can access the router and I have have set a specific port to forward to port 80 on the switches management IP but this does not work.  Should I not be able to Port Forward to the switch across VLAN 1?

View 3 Replies View Related

Cisco Routers :: Port Forwarding On RV120

Apr 10, 2012

Port forwarding on rv120 does not work. I have followed the workaround instructions: so i have created a firewall access rule on incoming port 21 to an internal ip address on the same port. The router has created the forwarding port rule. But port forwarding does not work. I have tried to use a custom service but nothing!
 
The router is reachable from wan, I can access via DNS the configuration page and I can ping the router on wan port.

View 10 Replies View Related

Cisco Routers :: RV042 - Port Forwarding Using Both WAN 1 And 2

Apr 19, 2013

Currently I have the RV042 router working in a dual WAN set up, it is configured to accept connections on numbers of ports like 80,443, 25 and forward them to a local ip.

The problem is this only works with WAN1. Is it even possible to forward ports for connections coming in over WAN2?

View 5 Replies View Related

TP-Link ADSL2+ Wireless :: TD-8970 Port Forwarding To A Different Internal Port

Mar 7, 2013

Region : UnitedKingdom
Model : TD-W8970
Hardware Version : V1
Firmware Version : 0.6.0 0.11 v000c.0 Build 121203 Rel.46289n
ISP : Virgin Media

Is there any way of forwarding an external port to a different internal port on the TD-8970 ?I saw a question posed on an Australian forum implying that it might be provided in a later firmware release.Our TD- 8970 has replaced a previous NetGear WAG 320N which had this facility, and is useful to provide access to multiple machines without having to modify each individually to use a different port.

View 1 Replies View Related

D-Link DIR-655 :: Subsonic Port Forwarding / Get Machine - Port From Outside / Internet

Feb 16, 2011

I am having an issue opening a port (4040) on the 655 for my Fedora-based subsonic server.  Inside the LAN, I can see the device from other peer machines, so I am confident the port is open and listening.  However, I can't seem to get to the machine-port from outside/internet. 

I have tried Virtual Server and Port Forwarding with single port.  The server has a stactic IP which I've included in the DHCP range and outside the range.  I have a DSL connection (AT&T), modem only.  I have updated firmware.  I have exhausted the Subsonic community's knowledge, everything points to the router, but all the settings seem correct.  What am I missing?  Is if possible there is a defect in the router? (don't laugh).  Is there a way to trace a request to that port to see where it is hanging?

(yes, I've STFA, but don't know what else to do).

View 2 Replies View Related

Routers / Switches :: Sky Router Port Forwarding

Feb 12, 2011

I am trying to open port 12000 on my sky dlink router, been trying for a few days now and i just can't nail it. When i log into router, it brings up the sky router page, any one ever setup port 12000 on the sky router page.

View 1 Replies View Related

Protocols / Routing :: Port Forwarding Through 2 Routers?

Jun 16, 2012

I am trying to port forward for Vuze and I am having a problem understanding the concepts at [URL] for working within two routers. I have a Zoom 5241 cable modem connected through a Motorola VT2442-VD for Vonage VOIP, then connected through my Netgear RangeMax WPN824v3 wireless router, to my computer. I am also running AVG internet security. Here is a look at my ipconfig /all:

C:Users
ex>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : MarekFamily
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No

[code]....

However, I do not understand where to setup the static ips and where to drop DHCP to be able to port forward successfully. I have tried in Vuze to set up acceptable ports 51600 for TCP and UDP, but they continue to get this error: "NAT Error - Connect attempt to 67.60.124.173:51600 (your computer) timed out after 20 seconds. This means your port is probably closed." I do know that the Ip present is from my Vonage with my external IP address. I even tried to establish rules for TCP and UDP within AVG Firewall settings for the Vuze program.

View 6 Replies View Related

Routers / Switches :: Why Is Port Forwarding Not Open

Dec 25, 2011

When checking my port forwarding, it says that it is not open.

View 2 Replies View Related

Belkin Routers :: F5D8230-4 How To Set Up Port Forwarding

Dec 5, 2012

I need to set up port forwarding to access a security camera from my home computer. I can't get it to work on my F5D8230-4.

View 8 Replies View Related

Belkin Routers :: How To Get Port Forwarding On N750 Db

Feb 8, 2012

how do i do port forwarding on my belkin n750 db i want to view my cams when not home i can view on my network not tmobile?

View 3 Replies View Related

Cisco Routers :: Rv120w And Simple Port Forwarding?

Aug 26, 2011

I just got a new rv120w and want to set it up, like my old router. I have a webserver that people around the world, should be able to visit, but I can't figure whats wrong. You can see my settings in port forwarding here.

View 4 Replies View Related

Cisco Routers :: RV042 Port Forwarding Bypassing ACL?

Jan 2, 2013

I have a RV042 with Port Forwarding configured for RDP. This Port Forwarding Rule is being applied before my ACL - so subnets that are not authorized through are being allowed in. Firmware version 4.0.0.07.              

View 2 Replies View Related

Cisco Routers :: RV220w RDP Port Forwarding Non-functional

Sep 24, 2011

I'm having yet another issue with my RV220w. I thought this would be a wise buy, but I keep finding reasons to hate myself for buying this router.Anyway, I need to forward port 3389, Windows Remote Desktop Protocol to one of my internal servers.  I have defualt NAT, defualt firewall, etc. etc.  I have seen documentation that says that Firewall -> Port Forwarding is non-functional, so I attempt to set up port forwarding via Firewall -> Access Rules.  I did not see "RDP" or any other obvious acronym for Remote Desktop Protocol in the services list.  So, I made a custom service, called RemoteDP, TCP protocol, port 3389 to 3389.No, I cannot RDP to my server from WAN. This was easily achieved with a cheap NETGEAR router from 2005.

View 2 Replies View Related

Cisco Routers :: RV180 Port Forwarding Not Work

Aug 12, 2012

Today i installed an RV180 VPN router as replacement for a netscreen ns-5GT.Exactly the same configuration, everything works, except port forwarding from WAN to a host inside NAT.My ports are open (online port-scanner sees the ports as open), the hosts are accepting connections, but a connection can't be made.Probably a bug in the firmware.

View 30 Replies View Related

Cisco Routers :: RV120W Can't Manage To Set Up Port Forwarding

Aug 25, 2011

We have the following proplem with the RV 120w router with the last firmware. We can't manage to set up port forwarding. So the situation is like this: we have WAN ip: 192.168.2.68 and our router connects to VPN server and gets an IP like 10.0.10.X. In the inner network we have PCs and a DVR (digital video recorder) with ip 192.168.1.215. Our DVR uses 3 main ports like 81 (http) and 37777 (tcp), 37778 (udp) and we try to make port forwarding with the router interface like the manual says (look and the sceenshot). But when we try to enter our DVR and see the picture from the outside network (we type in browser 192.168.2.68:81) nothing happends. It just dosen't work.
 
Before cisco we used d-link router and everything worked just fine with the same port forwarding rules.So we need to enter WAN address in Cisco and show the 81 port in the address bar and see the picture from the DVR 192.168.1.215 from the inner network.

View 3 Replies View Related

Cisco Routers :: RV220W Forwarding Port Range?

Sep 4, 2012

How can one forward a range of ports?
 
Suppose I have defined the following service:
 
Service: TEST
Port type: UDP
Starting port: 5060
Ending port: 5070
 
and I want to forward it to a specific IP. Then, if I create a new port forwarding rule for this service it asks me to specify a single port number to be used internally as:
 
Action: Always Allow
Service: TEST
Source IP: Any
Destination IP: 10.0.0.100
Internal Port: ?
 
I want to forward all ports from 5060 to 5070 to the internal range 5060 to 5070.

View 4 Replies View Related

Cisco Routers :: WRVS4400N IPSEC Port Forwarding

Oct 17, 2012

i have a WRVS4400N Router and behind that router i am running a OPENSWAN Server. I know that the WRVS4400N has a VPN Service on board, but for specific reasons i'd like to use my own ipsec server.
 
The problem is that i cannot forward the IPSEC Paketes (4500 and 500) coming from the internet interface to the LAN. All other port forwardings like SSH works. I think the reason is that the IPSEC Services (Pluto, etc.) are already running on the router and therefore the pakets cannot be forwarded. The log shows all forwarded port (e.g. SSH) but does not show any IPSEC traffic.
 
I'd like to turn off the VPN Service on the router, but I cannot find any configuration switch that allow my to do so.

View 1 Replies View Related

Cisco Routers :: WRVS4400N Port Forwarding Unresponsive

Jun 3, 2012

Router: WRVS4400N
Firmware: 2.0.2.1
 
Background: Port forwarding external port 1234 to internal port 123 on a NAS appliance (ip 192.168.1.111) Successfully accessed NAS like this: [URL] Everything was working perfectly for several weeks Last week I changed the subnet to 172.17.888.x
 
Problem: Everything back to normal on the LAN except that port forwarding to the NAS no longer works.
 
Gerfingerpoken: I opened another port (1235) and forwarded that to the NAS (in addition to the original port).  No success.
 
I tried a port scanner. The port scanner reported that port 1234 was open on the router, but didn't mention 1235. I repeated with yet another port.  Same result: only port 1234 is reported open by the port scanner. Software rebooted the router, same result Hard reset (button) the router, still no change.
 
QUESTIONS:
1.  How can I test if the router is actually forwarding new ports? (software tool?)

View 1 Replies View Related

Cisco Routers :: RV082 Ssl Port Forwarding Configuration

Nov 20, 2011

I have recently replaced an RV082 router that had failed with a new RV082. The previous router was set up to forward port 443 ssl requests to a server in the network. Worked flawlessly for years and that is why I replaced it with same model. The new router is also set up to forward port 443 ssl requests to the new server. The issue is that the router responds with its own certificate and does not forward the request to the server.

View 5 Replies View Related

Cisco Routers :: SRP547W - How To Use Multiple WAN IPs For Port Forwarding

Sep 10, 2011

We've run into some difficulty trying to take advantage of multiple WAN IPs in conjunction with the SRP547
 
What we're trying to acheive is the ability to port forward from our distinct public IPs to different internal servers. Looking at the options under Port Forwarding it looks like we can only configure forwards at the "WAN interface" level, but our problem is that we can't work out how to set up separate interfaces for each of our Public IPs...
 
Our ISP provides us with a fully managed NTU/router with a single "Internet" ethernet port, which we can use by statically configuring IPs on our end. For this configuration this port has been directly patched to the WAN ethernet port on the SRP547W.
 
We have been allocated a 255.255.255.248 (/29) subnet, giving us 5 usable IPs after the ISP's gateway address is taken into account, like so:
a.b.c.208     Network Address (/29 subnet)
a.b.c.209     ISP Gateway
a.b.c.210     IP1

[Code].....
 
I should mention at this point that we're running on firmware version 1.02.01 (023).
 
Is there a CLI or other method of configuration that might work if the web interface won't?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved