(E-Mail Removed) (Mark Harton) writes:
]I have personal web pages served by Apache on RedHat 9. I'm able to
]see these pages on other PCs in my home using the server's IP address
]of 12.xx.xx.xx. All of the PCs including the server are simply
Unless you have permission to use those IP addresses DO NOT DO IT. Use
10.x.x.x instead which is a range of number specially set aside for exactly
such private lans. DO NOT USE other people's IP addresses. It will cause
severe trouble to you in the future.
]connected via a hub. The hub is connected to a DSL modem. Currently
]there is no firewall, as I'm trying to solve the problem below first.
And these machines are also connected to the outside?
]I would like to be able to access my web pages using a standard web
]browser (from work, from friend's homes, etc) simply by typing in the
]http://12.xx.xx.xx address WITHOUT having to have a domain name (
AAAARGH Again unless you have explicit permission from whoever owns those
addresses, do not use them. You need to set up your DSL address as the
server address-- and make sure they are static addresses-- which will cost
more from your ISP. It is almost impossible to contact dynamic IPs from
outside.
]without having to use noip.com, either). The IP address is dynamic,
]but I have an SMS script that keeps me up to date as to what it is.
]The several help and howtos that I've read through on
]VPN/tunneling/masquerading all refer to DNS and using a registered
]domain name. Is there a way to access a home Apache server via a web
]browser that is external to the LAN using an IP address, not a
]registered domain name?
If it is a valid IP address, then just use it in the web browser.
111.222.333.222/name/of/web/page.html
]Any help or HOWTO re-direction would be greatly appreciated.
What redirection?