abillybob Posted December 4, 2013 Posted December 4, 2013 Hey guys Do any of you know how to set it up so that whenever someone goes to our website hosted here for example http://mypage.myschool.net it then redirect them to http://10.157.4.4 or http://filecloud? Thanks Guys
AngryTechnician Posted December 4, 2013 Posted December 4, 2013 If you manage your own DNS internally then you can do it that way. Set up a simple web server of your choice with a redirect configured, then create the appropriate records on your DNS server to point to your web server.
abillybob Posted December 4, 2013 Author Posted December 4, 2013 Ugh DNS! Never know what to do with it, looks like I'll have to have a play is there no way I can do this on Smoothwall?
AngryTechnician Posted December 4, 2013 Posted December 4, 2013 Not that I'm aware of, though if anyone else knows a straightforward way to do it in Smoothwall, I'd be interested to hear about it. 1
abillybob Posted December 4, 2013 Author Posted December 4, 2013 Ok mate thanks for your help will crack on playing with my DNS!!
EmperorPeng Posted December 4, 2013 Posted December 4, 2013 Won't a simple alias in DNS do the trick? Also, you could add an entry to the hosts file for a quick and dirty way of doing it.
AngryTechnician Posted December 4, 2013 Posted December 4, 2013 Won't a simple alias in DNS do the trick? Also, you could add an entry to the hosts file for a quick and dirty way of doing it. In many cases that will work but some systems get shirty if the DNS name you connect with isn't the one they are expecting. Anything using HTTPS will display a certificate error, for example, and internal sites configured for automatic logon will prompt for credentials if you connect using an external hostname. With the suggestion I gave, the browser will redirect to the correct internal hostname and automatic logon would still work.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now