Does IIS 6 inherently support IP tunneling? I heard from a consulting group that it does not but I find that hard to believe.
If not, is there a standard way to support IP tunneling using third-party solutions?
Does IIS 6 inherently support IP tunneling? I heard from a consulting group that it does not but I find that hard to believe.
If not, is there a standard way to support IP tunneling using third-party solutions?
Hmm, I'm not sure I understand your question.
IIS 6 (the Windows web server) will serve IP traffic to any host that requests it. It does not do any tunneling itself - it sits ontop of that layer of TCP/IP stack.
An IP tunnel (whether encrypted by IPSec, CHAP or whatever) should appear at the server as an IP address on an virtual adapter. If that's the case, then yes, IIS 6 can serve content to it.
If you mean IPv6, then this is another matter all together!
Okay, okay-- I blew all that crap away.
Assuming dblack's comment is accurate re: what you're looking for is accurate, the answer is an unfortunate "no". IIS doesn't have proxying functionality like Apache does.
it's unclear what you mean by tunneling. You can set up Routing and remote access (using PPTP or L2TP) if you want to allow remote access. You can also set up IPsec and domain isolation if you are trying to restrict traffic to certain hosts. Take a look at this doc and see if this describes what you are trying to do: Server and Domain Isolation
Take a look at this StackOverflow question:
It seems to imply that IIS can't natively do it, but an ISAPI extension called 'Helicon ISAPI Rewrite 3.0' can.