Ok, I understand the concept. I've got previous experience with networking.
And I'm now realizing that my difficulty is transferring this to a virtual
setup.
Specifically, doing this with Virtual PC.
So I've got some specific questions:
- on the vm running Server 2003 and RRAS; in the vm setup I have Networking
pointing to the host NIC for Adapter 1 and Local Only for Adapter 2. Once
I've started that vm, how do I tell which NIC is which, for purposes of
setting the IP address?
- what would I use for a default gateway, in the IP settings for the 2 NICs
in the 2003 vm? Does it even need to have one?
- what will the vm client use in it's TCP/IP settings for a default gateway?
I really appreciate the time you've taken with this.
Thanks
"Bill Grant" <not.available@online> wrote in message
news:(E-Mail Removed)...
>
>
> "JohnB" <(E-Mail Removed)> wrote in message
> news:#(E-Mail Removed)...
>> I'm not understanding a few things you said for dialup;
>>
>> So I use 2003 in a vm.... with it configured with 2 NICs, with a private
>> and public IP?
>>
>> something like...
>>
>> (private, virtual network) <----- 192.168.1.1 --| SERVER 2003 |--
>> 200.200.200.1 -----> (public network)
>>
>> And how would the client work?
>> I wasn't familiar with the Local Only setting.... so I looked it up in vm
>> Help. Which says it's used when you don't need to communicate with the
>> host machine. And just to understand it better I setup a vpc with that
>> setting, and noticed I can't ping anything. So I'm confused as to how
>> that would work, as a client.
>> I feel like a real dumb azz here, but without having done this before,
>> it's hard to visualize all of this.
>>
>>
>>
>
>
> You just need to get used to the concept that a network is just a
> network. You can regard it as any sort of network you like.
>
> When you run VPN over the Internet, you are using the worldwide public
> network. For testing you can use any IP network to emulate that public
> network. For testing on a LAN with virtual machines and virtual networks
> you can regard the LAN as the public network and the virtual network(s) as
> your private network(s).
>
> If you set up a RRAS server with two NICs in a vm you can connect one
> NIC to Local Only and one NIC to the physical NIC in the host. Your
> virtual network is now a private LAN connecting to another network through
> a router. You can regard this network as a public network if it makes
> things clearer to you. The two networks must be in different IP subnets,
> but the "public" network does not need to be use registered public IP
> addresses. It can use a different private subnet. If you want it to be
> obvious, use a completely different set of private addresses. If your LAN
> uses 10.0.0.0 or 172.16.0.0, use 192.168.x.0/24 on the "private" LAN.
>
> If you configure a RRAS server as a remote access server, a machine on
> the public network can make a VPN connection to your server and access
> your private network. On your setup, this means any machine on your LAN
> can connect by VPN to your RRAS server and access your private (virtual)
> LAN.
>
> Forget about the host machine. It does not play any part in all this.
> A client machine on your LAN connects to the "public" NIC of the RRAS
> server and sets up a VPN connection to the private network behind it.
>
>
>
|