rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: kdiamond on June 19, 2008, 06:41:42 PM

Title: Can I use port 80 like IIS somehow?
Post by: kdiamond on June 19, 2008, 06:41:42 PM
Hi.

I'm running IIS server on port 80. Can I somehow run HFS on same port. (Any trick with multiple IP addresses on same LAN interface or port mapping)

The reason I'm asking is some of my clients have strong firewall and they are allowed to use only port 80.

Thank you

Br,
kd
 
Title: Re: Can I use port 80 like IIS somehow?
Post by: MarkV on June 19, 2008, 09:40:18 PM
A socket (=IP+port) can be used by one app only. And one NIC can have only one IP. Unless you install two NICs, there is no way AFAIK.
Title: Re: Can I use port 80 like IIS somehow?
Post by: kdiamond on June 19, 2008, 10:33:55 PM
Quote
And one NIC can have only one IP

Nic can have many IPs AFAIK.

Very simple.
http://www.windowsnetworking.com/articles_tutorials/multiipa.html

Br,
Dali
Title: Re: Can I use port 80 like IIS somehow?
Post by: MarkV on June 20, 2008, 11:58:58 AM
Never seen that...  :o Never needed it either.

Yeah in this case you should be able to bind HFS to this socket (new created IP+port 80).