Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Mar 2005 19:43:14 +0100
From:      "thomas may" <thomas.may@x9media.com>
To:        <freebsd-questions@FreeBSD.org>
Subject:   multible networks routing over vpn tunnel
Message-ID:  <20050304183806.BCBE243D2D@mx1.FreeBSD.org>

next in thread | raw e-mail | index | archive | help
hello,
 
i have two private network segments, 192.168.0.x and 192.168.1.x connected
over a VPN Tunnel, freebsd, racoon and ipsec.
on one site we want to add a new network segment 192.168.3.x
 
is this possible and how is the correct syntax ?
 
this is what i have done:
 
gifconfig gif0 A.B.C.D W.X.Y.Z
ifconfig gif0 inet 192.168.1.1 192.168.2.1 netmask 255.255.255.0

# gifconfig gif0
gif0: flags=8011<UP,POINTTOPOINT,MULTICAST> mtu 1280
inet 192.168.0.1 --> 192.168.1.1 netmask 0xffffffff
physical address inet A.B.C.D --> W.X.Y.Z

 
regards thomas



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050304183806.BCBE243D2D>