Networking Forums

Networking Forums > Computer Networking > Windows Networking > Dual-Network Card VPN Server?

Reply
Thread Tools Display Modes

Dual-Network Card VPN Server?

 
 
JHO
Guest
Posts: n/a

 
      08-24-2005, 06:43 AM
Hi,

I'm setting up a system running Server 2003, and i've been asked to set up
VPN.

Here's the config:

Internet --> Router (192.168.0.2) (Providing DHCP) --> Server 2003
(192.168.0.254).

The computer has two interfaces, the 192.168.0.254 (VPN) and 192.168.0.1
(LAN).

B will accept the network connection, query the DHCP hopefully (through
LAN?), and then pass data out through LAN.

My attempt has ended like this: It will dialin and login ok, but the system
won't allow access to Internet, or other servers. I can resolve the VPN
server i'm connecting to.

My question is twofold:

a) Can I establish a VPN in a machine and pass it from one to the other card
(both of them connected on the same subnet)

b) How do I pass the DHCP from 192.168.0.2 to VPN?
 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      08-24-2005, 07:25 AM
You should not have two NICs in the same IP subnet. If the router is in
the same subnet as your LAN machines, you only need one NIC in the server.

The two-NIC scenario if for the situation where one NIC is in a private
subnet and the other has a public IP. If you are in a private subnet behind
a router, the router is your public connection.

If the server is configured to use DHCP, the server will lease a batch
of IPs from DHCP to use as its address pool. It will allocate one to itself
(to act as its VPN interface), then allocate addresses from this pool to the
clients as required. This "internal" interface and the LAN NIC are all you
need for the remote client to reach LAN machines. The server acts as a proxy
for the client.

Name resolution doesn't automatically work as it does on a LAN. The WAN
link doesn't carry LAN broadcasts.

JHO wrote:
> Hi,
>
> I'm setting up a system running Server 2003, and i've been asked to
> set up VPN.
>
> Here's the config:
>
> Internet --> Router (192.168.0.2) (Providing DHCP) --> Server 2003
> (192.168.0.254).
>
> The computer has two interfaces, the 192.168.0.254 (VPN) and
> 192.168.0.1 (LAN).
>
> B will accept the network connection, query the DHCP hopefully
> (through LAN?), and then pass data out through LAN.
>
> My attempt has ended like this: It will dialin and login ok, but the
> system won't allow access to Internet, or other servers. I can
> resolve the VPN server i'm connecting to.
>
> My question is twofold:
>
> a) Can I establish a VPN in a machine and pass it from one to the
> other card (both of them connected on the same subnet)
>
> b) How do I pass the DHCP from 192.168.0.2 to VPN?



 
Reply With Quote
 
JHO
Guest
Posts: n/a

 
      08-24-2005, 07:54 AM
Thanks, so how do I configure that with RRA? - The wiz gives me the standard
'must have 2 nics'

"Bill Grant" wrote:

> You should not have two NICs in the same IP subnet. If the router is in
> the same subnet as your LAN machines, you only need one NIC in the server.
>
> The two-NIC scenario if for the situation where one NIC is in a private
> subnet and the other has a public IP. If you are in a private subnet behind
> a router, the router is your public connection.
>
> If the server is configured to use DHCP, the server will lease a batch
> of IPs from DHCP to use as its address pool. It will allocate one to itself
> (to act as its VPN interface), then allocate addresses from this pool to the
> clients as required. This "internal" interface and the LAN NIC are all you
> need for the remote client to reach LAN machines. The server acts as a proxy
> for the client.
>
> Name resolution doesn't automatically work as it does on a LAN. The WAN
> link doesn't carry LAN broadcasts.
>
> JHO wrote:
> > Hi,
> >
> > I'm setting up a system running Server 2003, and i've been asked to
> > set up VPN.
> >
> > Here's the config:
> >
> > Internet --> Router (192.168.0.2) (Providing DHCP) --> Server 2003
> > (192.168.0.254).
> >
> > The computer has two interfaces, the 192.168.0.254 (VPN) and
> > 192.168.0.1 (LAN).
> >
> > B will accept the network connection, query the DHCP hopefully
> > (through LAN?), and then pass data out through LAN.
> >
> > My attempt has ended like this: It will dialin and login ok, but the
> > system won't allow access to Internet, or other servers. I can
> > resolve the VPN server i'm connecting to.
> >
> > My question is twofold:
> >
> > a) Can I establish a VPN in a machine and pass it from one to the
> > other card (both of them connected on the same subnet)
> >
> > b) How do I pass the DHCP from 192.168.0.2 to VPN?

>
>
>

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      08-24-2005, 10:17 AM
That isn't really true. Look a bit more closely at the options
available. All you really need to do on the RRAS server is enable remote
access.

JHO wrote:
> Thanks, so how do I configure that with RRA? - The wiz gives me the
> standard 'must have 2 nics'
>
> "Bill Grant" wrote:
>
>> You should not have two NICs in the same IP subnet. If the
>> router is in the same subnet as your LAN machines, you only need one
>> NIC in the server.
>>
>> The two-NIC scenario if for the situation where one NIC is in a
>> private subnet and the other has a public IP. If you are in a
>> private subnet behind a router, the router is your public connection.
>>
>> If the server is configured to use DHCP, the server will lease a
>> batch of IPs from DHCP to use as its address pool. It will allocate
>> one to itself (to act as its VPN interface), then allocate addresses
>> from this pool to the clients as required. This "internal" interface
>> and the LAN NIC are all you need for the remote client to reach LAN
>> machines. The server acts as a proxy for the client.
>>
>> Name resolution doesn't automatically work as it does on a LAN.
>> The WAN link doesn't carry LAN broadcasts.
>>
>> JHO wrote:
>>> Hi,
>>>
>>> I'm setting up a system running Server 2003, and i've been asked to
>>> set up VPN.
>>>
>>> Here's the config:
>>>
>>> Internet --> Router (192.168.0.2) (Providing DHCP) --> Server 2003
>>> (192.168.0.254).
>>>
>>> The computer has two interfaces, the 192.168.0.254 (VPN) and
>>> 192.168.0.1 (LAN).
>>>
>>> B will accept the network connection, query the DHCP hopefully
>>> (through LAN?), and then pass data out through LAN.
>>>
>>> My attempt has ended like this: It will dialin and login ok, but the
>>> system won't allow access to Internet, or other servers. I can
>>> resolve the VPN server i'm connecting to.
>>>
>>> My question is twofold:
>>>
>>> a) Can I establish a VPN in a machine and pass it from one to the
>>> other card (both of them connected on the same subnet)
>>>
>>> b) How do I pass the DHCP from 192.168.0.2 to VPN?



 
Reply With Quote
 
JHO
Guest
Posts: n/a

 
      08-25-2005, 06:31 AM
Ok, I've found it.

I'm not sure If I will use this, or just use the endpoint that my Router
already provides - Would probably be the easiest option to troubleshoot.

"Bill Grant" wrote:

> That isn't really true. Look a bit more closely at the options
> available. All you really need to do on the RRAS server is enable remote
> access.
>
> JHO wrote:
> > Thanks, so how do I configure that with RRA? - The wiz gives me the
> > standard 'must have 2 nics'
> >
> > "Bill Grant" wrote:
> >
> >> You should not have two NICs in the same IP subnet. If the
> >> router is in the same subnet as your LAN machines, you only need one
> >> NIC in the server.
> >>
> >> The two-NIC scenario if for the situation where one NIC is in a
> >> private subnet and the other has a public IP. If you are in a
> >> private subnet behind a router, the router is your public connection.
> >>
> >> If the server is configured to use DHCP, the server will lease a
> >> batch of IPs from DHCP to use as its address pool. It will allocate
> >> one to itself (to act as its VPN interface), then allocate addresses
> >> from this pool to the clients as required. This "internal" interface
> >> and the LAN NIC are all you need for the remote client to reach LAN
> >> machines. The server acts as a proxy for the client.
> >>
> >> Name resolution doesn't automatically work as it does on a LAN.
> >> The WAN link doesn't carry LAN broadcasts.
> >>
> >> JHO wrote:
> >>> Hi,
> >>>
> >>> I'm setting up a system running Server 2003, and i've been asked to
> >>> set up VPN.
> >>>
> >>> Here's the config:
> >>>
> >>> Internet --> Router (192.168.0.2) (Providing DHCP) --> Server 2003
> >>> (192.168.0.254).
> >>>
> >>> The computer has two interfaces, the 192.168.0.254 (VPN) and
> >>> 192.168.0.1 (LAN).
> >>>
> >>> B will accept the network connection, query the DHCP hopefully
> >>> (through LAN?), and then pass data out through LAN.
> >>>
> >>> My attempt has ended like this: It will dialin and login ok, but the
> >>> system won't allow access to Internet, or other servers. I can
> >>> resolve the VPN server i'm connecting to.
> >>>
> >>> My question is twofold:
> >>>
> >>> a) Can I establish a VPN in a machine and pass it from one to the
> >>> other card (both of them connected on the same subnet)
> >>>
> >>> b) How do I pass the DHCP from 192.168.0.2 to VPN?

>
>
>

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      08-25-2005, 10:51 PM
If the router itself will accept VPN connections, then I would use it!

If it is RADIUS compliant you can connect to it but have Windows do the
authentication (using IAS on the server).

JHO wrote:
> Ok, I've found it.
>
> I'm not sure If I will use this, or just use the endpoint that my
> Router already provides - Would probably be the easiest option to
> troubleshoot.
>
> "Bill Grant" wrote:
>
>> That isn't really true. Look a bit more closely at the options
>> available. All you really need to do on the RRAS server is enable
>> remote access.
>>
>> JHO wrote:
>>> Thanks, so how do I configure that with RRA? - The wiz gives me the
>>> standard 'must have 2 nics'
>>>
>>> "Bill Grant" wrote:
>>>
>>>> You should not have two NICs in the same IP subnet. If the
>>>> router is in the same subnet as your LAN machines, you only need
>>>> one NIC in the server.
>>>>
>>>> The two-NIC scenario if for the situation where one NIC is in a
>>>> private subnet and the other has a public IP. If you are in a
>>>> private subnet behind a router, the router is your public
>>>> connection.
>>>>
>>>> If the server is configured to use DHCP, the server will lease
>>>> a batch of IPs from DHCP to use as its address pool. It will
>>>> allocate one to itself (to act as its VPN interface), then
>>>> allocate addresses from this pool to the clients as required. This
>>>> "internal" interface and the LAN NIC are all you need for the
>>>> remote client to reach LAN machines. The server acts as a proxy
>>>> for the client.
>>>>
>>>> Name resolution doesn't automatically work as it does on a LAN.
>>>> The WAN link doesn't carry LAN broadcasts.
>>>>
>>>> JHO wrote:
>>>>> Hi,
>>>>>
>>>>> I'm setting up a system running Server 2003, and i've been asked
>>>>> to set up VPN.
>>>>>
>>>>> Here's the config:
>>>>>
>>>>> Internet --> Router (192.168.0.2) (Providing DHCP) --> Server 2003
>>>>> (192.168.0.254).
>>>>>
>>>>> The computer has two interfaces, the 192.168.0.254 (VPN) and
>>>>> 192.168.0.1 (LAN).
>>>>>
>>>>> B will accept the network connection, query the DHCP hopefully
>>>>> (through LAN?), and then pass data out through LAN.
>>>>>
>>>>> My attempt has ended like this: It will dialin and login ok, but
>>>>> the system won't allow access to Internet, or other servers. I can
>>>>> resolve the VPN server i'm connecting to.
>>>>>
>>>>> My question is twofold:
>>>>>
>>>>> a) Can I establish a VPN in a machine and pass it from one to the
>>>>> other card (both of them connected on the same subnet)
>>>>>
>>>>> b) How do I pass the DHCP from 192.168.0.2 to VPN?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual NIC card configuration kones Windows Networking 3 01-02-2008 01:07 AM
FS: Cyclades PC300/TE2 Dual T1 Card Turns PC Into Router! Brian.Hammerstein Linux Networking 0 01-16-2006 12:32 AM
Dual NIC Card - Question Bluehades Windows Networking 4 10-21-2005 04:02 AM
hp j2585a 10 / 100 dual port ethernet card chad Linux Networking 0 10-31-2004 08:33 PM
Dual card access point configuration MatB Wireless Internet 2 03-06-2004 09:58 AM



1 2 3 4 5 6 7 8 9 10 11