v.
Transparent mode for this VLAN is enabled.
D. Define a new
RoutingTable
object for the pair.
E. Make each VLAN a member of this new routing table.
Example 9.17. L2TPv3 Server Setup For VLANs
Assume an L2TPv3 tunnel called
my_l2tpv3_if
is to be set up so that L2TPv3 clients can connect
on the
If2
. The protected network
If3_net
on the
If3
interface will be accessible to these clients.
In addition, the clients will access over a VLAN within the tunnel that has a VLAN ID of
555
.
It is assumed two arbitrary IPv4 addresses called
If3_arbitrary_ip1
and
If3_arbitrary_ip2
from the
protected network
If3_net
have already been defined in the NetDefendOS address book.
Command-Line Interface
A. First, define a
L2TPv3 Server
object:
gw-world:/> add Interface L2TPv3Server my_l2tpv3_if
IP=If3_ip
LocalNetwork=If3
Interface=If2
ServerIP=If2_ip
B. Next, create a
VLAN
object on the protected interface
If3
:
gw-world:/> add Interface VLAN my_vlan_local
Ethernet=If3
VLANID=555
IP=If3_arbitrary_ip1
Network=If3_net
AutoSwitchRoute=Yes
C. Last, create a
VLAN
object on the L2TPv3 tunnel interface
my_l2tpv3_if
:
gw-world:/> add Interface VLAN my_vlan_l2tpv3
Ethernet=my_l2tpv3_if
VLANID=555
IP=If3_arbitrary_ip2
Network=If3_net
AutoSwitchRoute=Yes
D. Define a new
RoutingTable
object for this VLAN pair:
gw-world:/> add RoutingTable my_vlan_rt
E. Make each VLAN in the pair a member of this new routing table:
gw-world:/> set Interface VLAN my_vlan_local
MemberOfRoutingTable=Specific
RoutingTable=my_vlan_rt
gw-world:/> set Interface VLAN my_vlan_l2tpv3
MemberOfRoutingTable=Specific
RoutingTable=my_vlan_rt
Chapter 9: VPN
746
Содержание NetDefendOS
Страница 30: ...Figure 1 3 Packet Flow Schematic Part III Chapter 1 NetDefendOS Overview 30 ...
Страница 32: ...Chapter 1 NetDefendOS Overview 32 ...
Страница 144: ...Chapter 2 Management and Maintenance 144 ...
Страница 220: ... Enable DHCP passthrough Enable L2 passthrough for non IP protocols 4 Click OK Chapter 3 Fundamentals 220 ...
Страница 267: ... SourceNetwork lannet DestinationInterface any DestinationNetwork all nets 4 Click OK Chapter 3 Fundamentals 267 ...
Страница 284: ...Chapter 3 Fundamentals 284 ...
Страница 360: ...The ospf command options are fully described in the separate NetDefendOS CLI Reference Guide Chapter 4 Routing 360 ...
Страница 392: ...Chapter 4 Routing 392 ...
Страница 396: ...Web Interface 1 Go to Network Ethernet If1 2 Select Enable DHCP 3 Click OK Chapter 5 DHCP Services 396 ...
Страница 419: ... Host 2001 DB8 1 MAC 00 90 12 13 14 15 5 Click OK Chapter 5 DHCP Services 419 ...
Страница 420: ...Chapter 5 DHCP Services 420 ...
Страница 424: ...2 Now enter Name lan_Access Action Expect Interface lan Network lannet 3 Click OK Chapter 6 Security Mechanisms 424 ...
Страница 573: ...Chapter 6 Security Mechanisms 573 ...
Страница 575: ...This section describes and provides examples of configuring NAT and SAT rules Chapter 7 Address Translation 575 ...
Страница 607: ...Chapter 7 Address Translation 607 ...
Страница 666: ...Chapter 8 User Authentication 666 ...
Страница 775: ...Chapter 9 VPN 775 ...
Страница 819: ...Chapter 10 Traffic Management 819 ...
Страница 842: ...Chapter 11 High Availability 842 ...
Страница 866: ...Default Enabled Chapter 13 Advanced Settings 866 ...
Страница 879: ...Chapter 13 Advanced Settings 879 ...