02 August 2005

Part 1: Infrastructure essentials Blogcast - Getting started

Part 1. Starting with the basics.... (it does get more complex, a lot more complex, I assure you). In this blogcast, you see an overview of the infrastructure and browse the "emulated" Internet using a client machine connected directly to the Internet. This client is move back to the corporate network and discover that Internet browsing no longer works. ISA Server monitoring is used to diagnose the cause, and find, at least in the first instance, that DNS queries to the Internet are failing. A new rule is created in ISA to allow these DNS queries to be made. Part 2 will solve Internet browsing....

Here's the network diagram as published in yesterday's post where you can also find out more about this blogcast series

If you're interested, here's the real quick and dirty ASP page I used for emulating microsoft.com

<%@ Language=VBScript %>
<HTML>
<BODY>
<p align="center">
Demonstration INTERNET Web Site.<BR>
<I>(In reality, it exists on the Virtual Machine, "INET")</I><BR>
<HR>
<BR>
</p>
<p align="center">
<B><font color=red size=4 face=arial>Welcome to Microsoft (
www.microsoft.com)</B>
<% response.write "<BR>The time is " & now() & "<BR>" %>
</font><BR>
<font face=arial size=4>
<%
response.write "You requested this page from " & request.servervariables("REMOTE_ADDR") & "<BR>"
if request.servervariables("REMOTE_ADDR") <> "72.16.8.252" then
    response.write "<BR>You are directly connected to the INTERNET"
else
    response.write "<BR>You are connected to the Corporate LAN"
end if
%>
</font>
</script>
</p>
</BODY>
</HTML>

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Jeff Boone said:
Hi John,
Nice blogcast.

where did the VMRC+ client come from?

Cheers,

Jeff
02 August 05 at 3:46 AM
# jhoward said:
Thanks Jeff. The tool is internal MSFT only unfortunately. The good thing about using it rather than VMRC is I get the tabs up the top to be able to switch between VMs. Unfortunately, as you'll see if you follow the series as I post them up, I have to stop using it as the load on my laptop with 6 VMs and Media Encoder all running together is too much - I have to switch to a second laptop and use VMRC itself to connect back to my laptop instead. Unfortunately, VMRCPlus doesn't allow me to provide alternate credentials when connecting, unlike VMRC.

Regards,
John
02 August 05 at 4:59 AM
# John Howard said:
Continuing the blogcast series on infrastructure essentials.
Part three of this blogcast series looks...
04 August 05 at 9:50 AM
# John Howard said:
Continuing the blogcast series on infrastructure essentials.
Where we left off, we were able to browse...
11 August 05 at 3:49 AM
# John Howard said:
Continuing the blogcast series on infrastructure essentials.
The next stage in our infrastructure is...
17 August 05 at 12:23 PM
# John Howard said:
Continuing the blogcast series on infrastructure essentials.
We're now moving towards making Outlook...
02 September 05 at 9:49 AM
# John Howard said:
Continuing the blogcast series on infrastructure essentials.
Unlucky 13 for some - it certainly was...
13 September 06 at 12:16 PM

Leave a Comment

Comment Policy: No HTML allowed. URIs and line breaks are converted automatically. Your e–mail address will not show up on any public page.

(required) 
(optional)
(required) 
Page view tracker