|
From: Boxer's P. <re...@ra...> - 2003-07-23 16:23:05
|
Hi,
help please as should look config-file on a server in case of
association more than 2 networks (3 for example).
A 192.168.1.0 (gw 192.168.1.1) external 100.100.100.100
B 192.168.2.0 (gw 192.168.2.1) external 101.101.101.101
C 192.168.3.0 (gw 192.168.3.1) external 102.102.102.102
B-----A-----C
server
#####????????????########
> cat openvpn.conf (on A)
dev tun
port 5000
remote 101.101.101.101
remote 102.102.102.102
ifconfig 192.168.1.1 192.168.2.1
ifconfig 192.168.1.1 192.168.3.1
#####????????####################
Will not work also as the port is necessary for each connection? And
how be with secret keys?
Whether it is possible (as in vtund) in a config-file( on A) to
specify adjustments for all united networks ?
Please HELP.
WBR,
BF
|