iis 5 through linksys wireless 4prt switch firewal

Reply

Join Date: Feb 2002
Posts: 175
Reputation: AlPhA is an unknown quantity at this point 
Solved Threads: 0
AlPhA AlPhA is offline Offline
Junior Poster

iis 5 through linksys wireless 4prt switch firewal

 
0
  #1
Feb 9th, 2002
I'm using windows 2k adv serv and running iis 5. I want to run a small web server, but i can't get it accessed through my firewall (linksys wireless 4prt switch). I think the problem is something to do with making the app run in passive mode. Any ways that i can do that or any suggestions on how i could make it work through the firewall. I tried via my network, it worked fine, therefore it's my router/lan settings on iis.
One day, we will die, when it comes...... i dunno, i'm not psychic!
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 898
Reputation: Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light 
Solved Threads: 26
Moderator
Tekmaven's Avatar
Tekmaven Tekmaven is offline Offline
The C# Man, Myth, Legend

Re: iis 5 through linksys wireless 4prt switch fir

 
0
  #2
Feb 9th, 2002
I know the answer to your problem. Set your website to a port other than 80. FYI.. most websites are on port 80, so when you type in http://www.msn.com, its really http://www.msn.com:80. Optimum Online blocks all incoming port 80's. The way you access your site is http://url:port .... or you can get something like dns2go and they have a place to make it automatticly go to a specified port.
Last edited by alc6379; Sep 30th, 2004 at 12:15 pm. Reason: disabled smilies
-Ryan Hoffman

.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,026
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 125
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: iis 5 through linksys wireless 4prt switch fir

 
0
  #3
Feb 9th, 2002
Guess I gotta add an ftp and http server section to my Networking and Internet section, eh? ;D
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 175
Reputation: AlPhA is an unknown quantity at this point 
Solved Threads: 0
AlPhA AlPhA is offline Offline
Junior Poster

Re: iis 5 through linksys wireless 4prt switch fir

 
0
  #4
Feb 9th, 2002
and don't forget the coffee lounge!
One day, we will die, when it comes...... i dunno, i'm not psychic!
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 175
Reputation: AlPhA is an unknown quantity at this point 
Solved Threads: 0
AlPhA AlPhA is offline Offline
Junior Poster

Re: iis 5 through linksys wireless 4prt switch fir

 
0
  #5
Feb 9th, 2002
when the person is viewing the site, would they have to type in http://24.24.24.24:1000 or just http://24.24.24.24. The ":1000" part can get quiete annoying.

why does optimum online block it!i thought we were uncapped, as in NO restrictions.
One day, we will die, when it comes...... i dunno, i'm not psychic!
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,026
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 125
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: iis 5 through linksys wireless 4prt switch fir

 
0
  #6
Feb 9th, 2002
Optimum Online and no restrictions should not be used in the same sentence.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 175
Reputation: AlPhA is an unknown quantity at this point 
Solved Threads: 0
AlPhA AlPhA is offline Offline
Junior Poster

Re: iis 5 through linksys wireless 4prt switch fir

 
0
  #7
Feb 9th, 2002
It's not...

why does optimum online block it!i thought we were uncapped, as in NO restrictions.

c... there's an !, that signifies an end of a sentence
One day, we will die, when it comes...... i dunno, i'm not psychic!
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 626
Reputation: MAD_DOG is on a distinguished road 
Solved Threads: 10
MAD_DOG's Avatar
MAD_DOG MAD_DOG is offline Offline
Practically a Master Poster

Re: iis 5 through linksys wireless 4prt switch fir

 
0
  #8
Feb 10th, 2002
Answer #2. Access your Router by going into DOS or http:

DOS Way. Type 'telnet 192.168.0.1'

User Name: admin (default)
Password: 1234 (default)

Open up your port for that internal computer. Find the IP of that computer by typing in DOS 'ipconfig'

so set your router/hub to this 192.168.0.2 80
example that computer's IP is 192.168.0.2

The Internet Explorer Way. (easier)
type this in IE
http://192.168.0.1

it will access your router/hub. Configure it there.
Jimmy
E-Mail - jimmy@fiberops.net
Chief Information Officer (CIO) of FiberOps
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 1,135
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Solved Threads: 5
Team Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor

Re: iis 5 through linksys wireless 4prt switch fir

 
0
  #9
Feb 10th, 2002
I think the fact that you have to include a port number when you're using IIS in your URL with another port other than 80, is just because of Microsoft. I haven't found any other way to get around it(if anyone has any info, I'd appreciate it).

I have heard from several people that Apache has a way around it. It doesn't seem like a complicated thing either. I don't think it goes down to an HTTP protocol layer, so I don't see what the problem is.
Check out my blog at http://www.shinylight.com for more stuff about web dev.
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 175
Reputation: AlPhA is an unknown quantity at this point 
Solved Threads: 0
AlPhA AlPhA is offline Offline
Junior Poster

Re: iis 5 through linksys wireless 4prt switch fir

 
0
  #10
Feb 10th, 2002
Problem is... i can access it via my network, typing in both:

http://24.24.24.24/website (cable modem ip)

and

http://192.168.1.101/website (network ip)

from within a computer in my network. So i think it's the router, not iis. And apache, can't use, i have asp on da site. I don't want to use that asp thing for linux cause there are some stuff i'm doing in asp that it doesn't support.
One day, we will die, when it comes...... i dunno, i'm not psychic!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Windows NT / 2000 / XP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC