In news:642f7d341cdb7@uwe,
rondgefok <u24194@uwe> typed:
> I recently rebuild our server, installed SBS 2003 std (no isa).
Note for future reference that SBS2003 questions are best posted in
microsoft.public.windows.server.sbs. You will get a lot of help in there.
SBS is its own beast.
> Everything ported great and internal clients have no problems, using
> http://www.mydomain.com or https://myip. however when i am outside
> the office I cannot use http or www, only https. I need to change
> either the port on the "Welcome to SBS server" so that http works.
You really do not want to open port 80. It's quite dangerous enough to open
up 443 for SSL secured access to your SBS server and LAN. Perhaps your
public DNS host can create some sort of aliasing/redirect for you - so you
can just enter remote.mycompany.com and have it redirect to
https://my.domain.com/remote . Either that, or you could simply get used to
the minor inconvenience of typing in
https://my.domain.com/remote.
> When i do a port scan from outside the only open ports i have are
> tcp/25 and tcp/3389.
You need 4125 also, if you're going to use RWW. And you don't absolutely
need 3389 - you can do server mgmt via RWW (and subsequent RD to the
server).
> If I run netstat - a I do not see port 80? I
> have run CEICW numerous times and have enabled these ports.
You'd need to have it open / forwarded in your router/firewall.... I hope
you have one, and aren't just using 2 NICs and the built-in stuff!
> If I
> check my network connections for HTTP on /ROUTING AND REMOTE/IP
> ROUTING/NAT-BASIC FIRWALL / port 80 for http is open and sending to
> a private address 127.0.0.1 Under IIS all 4 webs ip adress is
> "unassigned"
> default web site port 80 ssl 443
> ms sharepoint admin port 6486
> sharepoint central admin port 8081
> companyweb port 80 ssl 444
>
> I am not sure if my ISP blocks port 80, ( two much trouble to find
> out - they are not very co-operative)
You might consider getting a business-class account from a better ISP, then.
If your ISP blocks port 80 inbound it tells you that they don't want their
customers running webservers, and you may be in violation of your agreement
with them. That said, if you don't have any of your own stuff blocking port
80, and you can't get in, then it's probably them.
> How cannot i redirect my traffic so that HTTP works, i need this for
> exchange updates to a mobile phone ( ie exchange logs in via the
> ipadress)
> thanks
> mark
Ah, that's the detail I was missing above. What kind of mobile phone is
this, and doesn't it support SSL ? I bet there's a better way to do this,
but we'd need more info from you...