Opening A Port On Router

Mar 3, 2011

I want to open a certain port on my router and I know it shouldn�t be a problem, just go inside of your router settings and add the port manually. But somehow I was enough smart to forget my routers username and password, now my question is my only option a hard reset of the router and deleting all the work I put in to connecting the two computers with my router (believe me I had my share of troubles connecting them with the router) or is there a way to open the port on the router from my computer without accessing my router settings.

View 3 Replies


ADVERTISEMENT

Protocols / Routing :: Opening Port 443 On Rangemax Wireless Router?

Aug 23, 2012

I need to open the 443 port on my rangemax wireless router to enable credit card processing

View 1 Replies View Related

Linksys Wireless Router :: WRT54G2 - Port Forwarding Not Opening Ports?

Nov 20, 2011

I have a cable modem hooked up to a Linksys WRT54G2 wireless router, which is hardwired to the computer I use.
 
I go into the router's menu by going through the standard 192.168.1.1 in the browser, and then go to Applications and Gaming. The port I am trying to open is port 25565 for both TCP and UDP. In the Start and End ports I put 25565, and for the end of the IP Address, I put the last digits of my IPv4 address (10). I used a couple of port checker tools, and it is reporting as still being closed.

View 9 Replies View Related

Web Interfaces Not Opening Even After Port Forwarding Is Said To Be Working?

Jun 23, 2011

I have a DSL modem (custom made and branded by my ISP) which is receiving a DSL stream... it has an external IP which is visible to the world, say, 11.22.33.44 ... This modem has DHCP enabled, has an internal IP for itself, which is 192.168.1.1 .. it is connected to 2 laptops via and ethernet cable .. Laptop 1 has IP 192.168.1.2, and Laptop 2 has IP 192.168.1.3 ...On Laptop 1, two applications are running, jDownloader and Media Player Classic, which have their web interfaces on ports 8765 and 13579,respectively.. I can access both of these web interfaces from Laptop 2 by opening these addresses: 192.1681.2:8765 and 192.168.1.2:13579 ... both of their web interfaces open up, meaning the web interfaces are working fine ..Moving on, I now want to access these web interfaces from outside my network as well, and so I've configured port forwarding in my DSL modem to forward all traffic on ports between 8000 and 14000 (both TCP and UDP) to IP 192.168.1.2 ... I have verified that port forwarding is working by testing it using PortForward.com's port checker tool, and this website too: Open Port Check Tool - Test Port Forwarding on Your Router When I use the website, if I'm running the applications on Laptop 2, the website reports that the port is open .. if I then close the application, the website reports the port is closed ... This makes sense as nothing is listening on my machine in the latter case .. Also, if I disable port forwarding in my modem, again, the website reports the port is closed ... so, the website's results seem to be okay ...

Despite the above tools reporting that port forwarding is working, I am unable to open the web interfaces from outside my network ... So for example, if I tried to browse 11.22.33.44:8765 or 11.22.33.44:13579, nothing opens in my browser ... But if I accessed these web server's locally from Laptop 3, by typing in 192.168.1.2:8765 or 192.168.1.2:13579, they opened ... The tools report unanimously that port forwarding is working, and yet I am unable to open the web interfaces from outside the network ..Also note that I have disabled the firewall from my computer, and have also made sure that any option in the above programs (whose web interfaces I am trying to open) that says only local connections are to be accepted, is disabled ...

View 2 Replies View Related

A90 750015 07 - Port Not Opening Specifically 27015?

Feb 2, 2011

I am having some problem with fowarding some ports. Everytime I try to open a port, specifically 27015 it wont open. I go onto canyouseeme.com and it says there is no route to host. I have a Westell A90-750015-07. All of my firewalls are also turned off.

View 14 Replies View Related

Cisco Firewall :: NAT / Opening A Port On ASA 5505?

Apr 5, 2012

my friend was against a wall trying to update her office's system, and it seems like every Cisco person in the region has gone on vacation.For some sort of new system her office is getting, she was told that she needed to enable NAT with external IP xxx.xxx.xxx.14 (The ASA's IP is xxx.xxx.xxx.11) and internal IP xxx.xxx.xxx.58 and that port 8222 needs to be open.  I know this is sort of vague, but it's what she was given, and I know the 8222 port is very specific in function,?
 
At any rate, the best I could come up with was to run:
 
static (inside,outside) xxx.xxx.xxx.58 xxx.xxx.xxx.14 netmask 255.255.255.255
access-list inbound extended permit tcp any host xxx.xxx.xxx.11 eq www
access-list inbound extended permit tcp any host xxx.xxx.xxx.11 eq https
access-list inbound extended permit tcp any host xxx.xxx.xxx.11 eq 8222
access-list inbound extended permit udp any host xxx.xxx.xxx.11 eq 8222
access-group inbound in interface outside
 
But after I inserted this, she did what she was supposed to be able to do (went home and tried to run some sort of remote installation file) and it didn't work...

View 8 Replies View Related

Protocols / Routing :: Opening Port 80 For WAN Access To Localhost?

Dec 22, 2012

So I am working on a website with MySQL/PHP that I have been developing on my Linux box. I wanted to show a friend my progress so I temporarily opened up port 80. So he was able to just type in my public IP and it brought him to my localhost index.

My question is, when I type in my IP address in the URL bar, does the web browser automatically just assume port 80? What happens if I want to have 2 different servers from the same local network and one is running through port 80 and the other is running through port 90? In this case, would I have to type ":90" to access the machine running on port 90?

View 1 Replies View Related

Cisco Infrastructure :: 1941 Opening Port Range For IP

Jul 1, 2011

I have a LAN with Cisco 1941 as the only router with NAT that connects it to the internet, with a single public IP. There are many gamer users, and they complain that Call of Duty Modern Warfare 2 sees our network as "strict NAT", while for full gaming experience it needs "open NAT". After a small research I have found out that CoD needs certain port ranges to be forwarded to LAN IPs. Well, I know how to forward a range of ports to a single IP, but how is it possible to forward a port range for all the IPs in the LAN?

View 1 Replies View Related

Cisco Firewall :: Opening Port Range ASA5505

Mar 26, 2013

I just bought a Cisco ASA5505. I'm trying to opening a port range through CLI, but it doesn't seem to be working.
 
Background:I have an FTP Server running behind the firewall and need to allow port ranges 30000-30100 for data connections.  I have been using FTP through the command prompt and its working. However, I cannot use it through the FileZilla client as it fails to query the directories.  I have the ASA forwarding to port 1125 from 21 in passive mode.
  
Access-List:
access-list Outside_Access_In line 3 extended permit tcp any any eq ftp-data (hitcnt=0) 0xfa8ed43d
access-list Outside_Access_In line 4 extended permit tcp any any eq ftp (hitcnt=17)

[Code].....

View 14 Replies View Related

Linksys Wireless Router :: Ports On Ea4500 Not Opening

May 25, 2012

I just purchased a cisco ea4500 I have set up port forwarding for http, https, rdp. however when I run zenmap and port check it fails says port in use.  I have set it up in sigle port forwarding, rang and port trigging.  I tried RDP and VPN to machine that is hard wired and it fails as well.  My windows server is connected as well however RDP fails on there to

View 9 Replies View Related

Linksys Wireless Router :: Opening NAT For Xbox Live On An E1000?

Nov 29, 2011

I have a E1000 and already for the longest time I've been trying basically everything possible to get my NAT open from being strict.I've looked around and tried everything I came across including the port forwarding. The only thing different from what I have and from what I have seen is that my router's ip is 192.168.0.1 instead of 192.168.1.1 that everyone else seems to have. I don't know if that affects my NAT in any certain way either. 

Why I can't get my NAT opened? Right out of the box, my NAT has always been strict. I'm thinking about returning all of my settings back to default and then trying everything over.

View 9 Replies View Related

Linksys Wireless Router :: Unique And Secured Https Are Not Opening Via EA4500

Nov 23, 2012

bought EA4500 router and successfully installed. The configuration of the desktop i use is - Windows 7 Home Premium SP 1, IE 9.0 and Chrome -23 Dual core Pentium, 2.5 GHZ, 2GB RAM Issue - Many websites, perticularly secured (HTTPS) are not opening up with new router. (Net banking, yahoo mail etc) I didn't face any issue with my old router which is WRT54GH, it is quite old router and did work excellent and working also. I had two calls with CISCO support team, they did check everything and came to conclusion that the issue is with router and asked to get it replaced. I did that but facing same issue. This time i connected my friends laptop to EA4500 along with my personal desktop. My company laptop has following configuration - Windows 7 Enterprise, IE 8.0 Dual core Pentium, 2.67 GHZ, 2GB RAM I tried yahoo mail, net banking websites on my desktop and friends laptop, these websites didn't open in my desktop but no issues faced on friend's laptop. I also noticed that cisco, apple sites are not opening on my desktop but no issue on friends laptop. I tried same thing with my old router WRT54GH, and all sites opened on both the PCs.

View 9 Replies View Related

Cisco Switching/Routing :: Simple Way Of Opening Ports On 1841 Router

May 12, 2012

Any simple way of opening ports on a 1841 router.I have a working config for internet traffic. I am looking to boot up my Windows Server and Run IIS.

View 1 Replies View Related

Linksys Wireless Router :: WRT120N Losing Internet Connection On Opening Certain Program?

Dec 26, 2011

Router config and i just follow the instructions anyway i just bought this router cuz the old one failed and it was installed ok with internet connection and everything but when i open a program like bittorrent azureus the internet connection dies, it happens on my laptop and mac they both seem ok but when i open that program internet connection disappears

View 1 Replies View Related

FTP Sites Not Opening?

Jan 24, 2012

I need to receive a 15GB file from a friend, we are using xlight to transfer the file,I dont know much about all this but i am unable to open his ftp server which is(ftp://10.10.xxx .xxx:21).I havent yet installed xlight, i paste this site on my address bar and nothing happens, it gets timed out, i am only facing the problem others are able to access the site........AMD Phenom II 955 Black Edition | 4 gb ddr3 | 1 TB segate | Nvidia 9500GT(O.C)

View 4 Replies View Related

Opening NAT For 2 Xbox 360's?

Nov 29, 2011

There is about 5 devices in my house that uses the same network. Two of them are Xbox's (One uses wireless, other uses wired). I've tried many times to open the NAT for the 2 Xbox's, but have never succeeded.I've read that enabling UPnP, will fix the problem; however I have tried that, and it does not work. If I want to open the NAT for just one Xbox, it will let me - I just port forwarded the required ports for the one Xbox. In my case, this isn't want I want.

View 1 Replies View Related

Sites Not Opening In UAE?

Feb 9, 2012

i am trying to open a website in UAE [URL] . its opening in india very well but here its not working. it says connecting and after few minutes page displays network error or server busy.

View 4 Replies View Related

Broadband :: Not Opening Any Website

Sep 6, 2011

WEBSITE DOES NOT OPEN

View 1 Replies View Related

Lan Is Connected But Page Not Opening?

Jun 17, 2011

my problem is net show its connected but cant open any psge. I have tried somany thinng as bellow.[CODE]

View 5 Replies View Related

Wireless Keeps Dropping After Opening Pc

Aug 13, 2012

I openened my desktop, and now usb wireless adapter keeps dropping connection every minute for about 5 seconds?usb wireless adapter was working correctly before i oppened desktop.it doesnt have to do anything with software.is there something that i could have moved inside??

View 2 Replies View Related

Yahoo Homepage Is Not Opening?

Apr 19, 2012

i can open all other web pages other than [URL]

View 1 Replies View Related

Specific Website Not Opening

Apr 28, 2011

I need opening up a particular website. The website name is [url].... Apparently, using various web based ping tools to ping the website doesn't work as they all get packet loss, so maybe the website is unpingable. However, upon using a proxy server or VPN, the website does open.

Here are the steps I've tried.Used a different OS (ubuntu)- didn't work.Tried on another system, different network, same ISP and it opened. It was an office connection.I did a traceroute on this and this stopped on the 3rd hop.Used various different DNS from google, to opendns, to my ISPs dns (airtel India).Tried different browsers, didn't work. My ISP gives out dynamic IPs. Is it possible to specify routing on this website through my router?

[code]....

View 3 Replies View Related

Cisco :: CBAC Stuck In SIS _ OPENING

Jan 3, 2011

I have a 851 that I'm trying to apply CBAC on. However, it seems that new sessions are stuck in SIS_OPENING. I'm guessing maybe because packets are not returned,I can't understand why - everything works just fine up-until I add ip inspect INBOUND out' on the WAN-interface.

View 19 Replies View Related

Cisco :: Opening Ports On Firewall?

Apr 24, 2012

We have a DVR here at work that has a web interface on port 100. From our internal network we just use http:192.168.100.40:100. What is the best way to set that up on cisco 5510 firewall. I have cisco asdm and set a access rule: enabled=checked ; source=any ; destination= 192.168.100.40 ; service= tcp 100 ; action=permit. It shows a couple of hits when I go to [URL]

View 7 Replies View Related

Belkin F9K1002V2 Not Opening Ports

Apr 20, 2012

What I'm trying to do is to get my Xbox connected to the internet through my router (wired connection), but I want to have my NAT open also. But when I put in a static IP into the Xbox manually and open the ports in my router, it makes it so my Xbox can't connect to Xbox Live at all. Although, if I just leave it to the automatic setting on my Xboxs network options, I can connect just fine. But, I end up having a strict NAT type, unless I restore to factory defaults in the networking options on the Xbox.

View 2 Replies View Related

Jumping Cursor And Windows Opening?

Nov 10, 2012

the cursor on my laptop started jumping all over on its own accord and I am struggling to gain control of it and various programs & windows are opening of their own accord. I assumed I had some form of Malware (I know very little about computers) so ran various removal scans and a few things were picked up but it continues to do this. My brother brought his laptop round so I could at least use the internet and after 5 mins of being connected to my internet his laptop started to do exactly the same cursor going all over and programs opening - his laptop was perfectly fine until he connected to my internet. Once he took his laptop back home on his own network it was working perfectly normal again.

View 2 Replies View Related

Opening Ports 80 / 5000 And 22 In Modem?

Jan 16, 2013

how can I open my port 80, 5000, and 22 in my modem.

View 1 Replies View Related

Site Not Opening In Internal Networks?

Jan 25, 2013

Site is not opening in any of my systems in the local network. but if i change ip to a real ip or if i use some other internet source like netsetter then it gets opened.

View 1 Replies View Related

Reason For Not Opening Bin Extension File?

May 6, 2011

Findout what is the Reason for does not Opening a bin Extension File?

View 1 Replies View Related

Why Not Opening Yahoo Home Page

Dec 14, 2011

I am not abel to open yahoo home page I tried all security option and also formate system but still not able to open yahoo all other web site like gmail rediff etc are working properly?

View 1 Replies View Related

Cisco VPN :: 5540 VPN Web Page Not Opening

Jul 14, 2012

I have a ASA 5540 on which VPN is configured (Both SSL through Browser and Anyconnect) , everything was working fine but suddenly the webpage has stopped working and gives the page cannot be displayed error , moreover anyconnect client also fails to connect to the ip.

View 7 Replies View Related

Cisco Firewall :: Pix 501 - No Website Is Opening

Jun 21, 2011

I'm having an issue on my Pix 501- ver. 6.3(5) firewall when host 192.168.1.2 accessing any website, no website is opening and when i issue command sh xlate so don't see anything and i think i must enable natting on this firewall as same as on ASA nat-control

[code]....

View 5 Replies View Related

Broadband :: Android Notebook Not Opening Exe File?

Feb 23, 2013

internet dongal , cant open autorunexe file as andriod not supporting so unable to set up internet dongal ?

View 1 Replies View Related







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