Jürgen Pomberger wrote:
> Want to connect my buissness Network (192.168.0.1 to 192.168.0.100) with my
> privat Network (192.168.0.101 to 192.168.0.255).
>
>
>
I would suggest that you consider changing the IP range on one end or
the other. Currently they overlap any normally used masks and are going
to interfere with your goal. I'd suggest changing one end to use
192.168.1.x instead. If you feel you must use 192.168.0.x, then set
them up to use 192.168.0.1-127/25 (255.255.255.128) and
192.168.0.128-255/25 (255.255.255.128). If you continue to use the
default 24 bit mask (255.255.255.0) then all machines on both ends will
think all the addresses are local and you'll never get any data through
the VPN. |