I don't see any point in the "VPN Interface" on the Int1 of the firewall.
The third interface on most Firewall's is designed for using as an
"untrusted" DMZ segment.
You are doing double NAT which will make it even more difficult. You should
consider getting rid of the Broadband Router and replacing it with a
Broadband Modem (layer2 only, has no IP#) an apply the public IP# to the
Firewall's Int0.
You'll have to find out from the firewall vendor how this VPN is supposed to
be done with their product and the same with the Broadband router (if you
keep it). Often the methods are proprietary per each manufacturer. The
incomming request must be NATed across the Broadband Router, and then NATed
a second time across the Firewall to get to the Win2k3 Server which should
be acting as the VPN Router.
Personally I would get rid of the Broadband Router and use a Broadband
Modem, run the Firewall with the Public IP# that the Broadband Router *used*
to have. Then I would use the Firewall itself as the VPN Router and
connection point and forget about the Win2k3 Server as the VPN box. Most
Firewalls now-a-days have VPN abilities themselves.
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
"Sameer" <(E-Mail Removed)> wrote in message
news:ufLwQ$(E-Mail Removed)...
> yeah that would help. 
>
> alright, here's the setup intially:
>
> laptop
> ||
> ||
> (VPN)
> ||
> ||
> *internet*
> |
> ||
> ||
> ||
> broadband router
> ||
> ||
> ||
> ||
> (int0)
> firewall (int1)= = = = = = \VPN interface\
> (int2) |
> || ||
> || ||
> || ||
> || |
> /LAN interface/-----------win2k3 server
>
> as you can see the interfaces were on separate subnets. the routing/vlan
> switching is sound on the firewall.
>
> since it was causing issues (i have another server on the int1 subnet), i
> changed it to the following:
>
> laptop
> ||
> ||
> (VPN)
> ||
> ||
> *internet*
> ||
> ||
> ||
> ||
> broadband router
> ||
> ||
> ||
> ||
> (int0)
> firewall (int1)\VPN interface\
> (int2)
> ||
> ||
> ||
> ||
> ||-----------/LAN interface/ ------\
> || >win2k3 server
> ||-----------\VPN interface\ ------/
>
> i've pretty much described what i want to do... which i was told is the
> standard anyways. i want to the w2k3 server to be a RAS server so that
the
> laptop can connect through a VPN tunnel and use the w2k3 machine as a
router
> for net connections and whatever else i need it to do (i'll be running the
> exchange, etc)
>
> i so upon connection i want the client to consider the RAS server it's new
> gateway and forget all about the ISP other than have it be the pathway for
> the VPN tunnel.
>
> does that make more sense?
>
>