Web hosting at home
Author
Discussion

fluffy

Original Poster:

520 posts

261 months

Thursday 29th January 2004
quotequote all
OK got my network working OK.
Got a domain name pointing to my IP address.
Got fronpage 2002 with server extesions installed.
Set firewall to allow web server in. (port 21)
I can see default page on all 3 machines on network.
BUT
Noone else can I've asked.


(Working now)

>>> Edited by fluffy on Thursday 29th January 16:23

Pies

13,116 posts

273 months

Thursday 29th January 2004
quotequote all
See it no probs

it says

Newbold-Comyns.me.uk
If anyone can see this page please email me at
XXXXXXXXXXXXXXXX e mail address
Thank you

TheHobbit

1,189 posts

268 months

Thursday 29th January 2004
quotequote all
looks fine to me too....

.....apart from that javascript stuff in the top left corner.....

fluffy

Original Poster:

520 posts

261 months

Thursday 29th January 2004
quotequote all
Cheers not sure what I did but literally afetr posting this My bruv phoned me as he could now see it, 3 hours fater I originally put it up.

Now how I delete a post?

Pies

13,116 posts

273 months

Thursday 29th January 2004
quotequote all
You cant

fluffy

Original Poster:

520 posts

261 months

Thursday 29th January 2004
quotequote all
TheHobbit said:
looks fine to me too....

.....apart from that javascript stuff in the top left corner.....


What javascript stuff?

Having enough trouble with text!

TheHobbit

1,189 posts

268 months

Thursday 29th January 2004
quotequote all
fluffy said:
Cheers not sure what I did but literally afetr posting this My bruv phoned me as he could now see it, 3 hours fater I originally put it up.


do you have a fixed ip and domain pointer, or are you using dynamic ip/dns? just wondering......

jam1et

1,536 posts

269 months

Thursday 29th January 2004
quotequote all
If you're running web server from home just make sure you stay patched upto the eyeballs!

fluffy

Original Poster:

520 posts

261 months

Thursday 29th January 2004
quotequote all
OK then, you may be to help with this.
Why when I go in to frontpage, tools, is "Server" greyed out & how do I get it back?

TheHobbit

1,189 posts

268 months

Thursday 29th January 2004
quotequote all
fluffy said:

TheHobbit said:
looks fine to me too....

.....apart from that javascript stuff in the top left corner.....



What javascript stuff?

Having enough trouble with text!


I get

<%@ Language=JavaScript %>

in the top left corner

fluffy

Original Poster:

520 posts

261 months

Thursday 29th January 2004
quotequote all
TheHobbit said:



I get

<%@ Language=JavaScript %>

in the top left corner

Is that because I've got javascript rather than vbscript enabled?

TheHobbit

1,189 posts

268 months

Thursday 29th January 2004
quotequote all
fluffy said:

TheHobbit said:



I get

<%@ Language=JavaScript %>

in the top left corner


Is that because I've got javascript rather than vbscript enabled?


dunno..... sorry..... does anyone else see it?

I see it in my MozillaFirebird broswer, but not in Internet Exploder..... but if I "view source" in IE it *is* there.

Bl**dy Billies manky software again!

fluffy

Original Poster:

520 posts

261 months

Thursday 29th January 2004
quotequote all
Doesn't matter, not that many people will be looking at it anyway.

fatsteve

1,143 posts

294 months

Thursday 29th January 2004
quotequote all
Fluffy,

I suspect you're running port redirection on your broadband router. If you are then you've obviously got incoming port 80 requests send to a specific IP address (the IP address of you web server). This will work fine if you're outside of your network (ie external / internet), but you won't be able to access your site internally with your external IP address. The only way round this is to create an entry in your hosts file (c:winntsystem32driversetchosts), along the lines of

www.mydomain.com 192.168.0.x (or whatever your internal RFC1918 subnet is).

It's a pain in the arse because I had exactly the same trouble. It's to do with the routing, since you don't have in inbound route from your external IP address to you internal network (assuming your firewall NAT's your IP address).

Oh, and don't enable port 21 unless you want ftp access, port 80 is HTTP traffic (and 443 for SSL).

Hope this helps

steve

>> Edited by fatsteve on Thursday 29th January 16:44

fluffy

Original Poster:

520 posts

261 months

Thursday 29th January 2004
quotequote all
Think so.
I'll just edit in frontpage.
It was more the security aspect I was trying to use.
I need to access SERVER to get to PERMISSIONS unless there is another way round it?
Thanks

fluffy

Original Poster:

520 posts

261 months

Thursday 29th January 2004
quotequote all
fatsteve said:
Fluffy,

I suspect you're running port redirection on your broadband router. If you are then you've obviously got incoming port 80 requests send to a specific IP address (the IP address of you web server). This will work fine if you're outside of your network (ie external / internet), but you won't be able to access your site internally with your external IP address. The only way round this is to create an entry in your hosts file (c:winntsystem32driversetchosts), along the lines of

<a href="http://www.mydomain.com">www.mydomain.com</a> 192.168.0.x (or whatever your internal RFC1918 subnet is).

It's a pain in the arse because I had exactly the same trouble. It's to do with the routing, since you don't have in inbound route from your external IP address to you internal network (assuming your firewall NAT's your IP address).

Oh, and don't enable port 21 unless you want ftp access, port 80 is HTTP traffic (and 443 for SSL).

Hope this helps

steve

>> Edited by fatsteve on Thursday 29th January 16:44


OK added that line.
Closed port 21.
Still can't see server.

fatsteve

1,143 posts

294 months

Thursday 29th January 2004
quotequote all
fluffy said:


OK added that line.
Closed port 21.
Still can't see server.


Have you changed the redirect from 21 to 80?

Also, you'll need to close down all IE windows if you change the hosts file.

Steve

fluffy

Original Poster:

520 posts

261 months

Thursday 29th January 2004
quotequote all
fatsteve said:


Have you changed the redirect from 21 to 80?

Also, you'll need to close down all IE windows if you change the hosts file.

Steve


Changed 21 to 80
restarted computer.
still can't see it.
localhost doen't work anymore (was I supposed to overwrite localhost or add that line)


>> Edited by fluffy on Thursday 29th January 17:17

fatsteve

1,143 posts

294 months

Thursday 29th January 2004
quotequote all
no leave localhost in there:

localhost 127.0.0.1

Also make sure that you only have a single alias for your webserver.

fluffy

Original Poster:

520 posts

261 months

Thursday 29th January 2004
quotequote all
Replaced localhost

Trying to use active server pages now.
no luck

Think I'll try again tomorrow.

Thanks for the help