Results 1 to 2 of 2
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
03-24-2009 #1
- Join Date
- Mar 2009
- Posts
- 2
Connecting 2 networks with VPN and allow all traffic
Windows 2003 server is the VPN server, it has a DHCP, DNS and Exchange server running on it. and a couple of workstations connected to it.
The server gets its own Internet IP from a second network card.
The Linux vpn client is at a different location and needs to connect to the Windows 2003 server using VPN (this bit is already working) behind the Linux vpn client are also a couple of windows workstations and printers.
The main idea is that the clients of the second location get there IP's from the windows 2003 server, can print on the printers on both networks and access the exchange server on the 2k3 server.
But, the workstations on the side of the 2k3 server also have to be able to connect to the workstations and printers and even use the gateway (router) on the side of the linux vpn client, to make it short, all traffic has to be possible both ways.
Now I've tried bridging the ppp0 to eth1 on the Linux vpn client, without success (something about not possible bridging a layer 2 and layer 3 interface)
So my question, is it possible with iptables??
-
04-01-2009 #2
- Join Date
- Mar 2009
- Posts
- 2
Bump,
I really need to get this working....