
Virtual Private Networks (VPN)
Generic Routing Encapsulation (GRE)
AnywhereUSB® Plus User Guide
639
9. Click to expand
IPv4
.
10. For
Address
, enter the IP address and subnet mask of the local GRE endpoint, for example
10.10.1.1/24
.
11. Click
Apply
to save the configuration and apply the change.
Command line
1. Log into the AnywhereUSB Plus command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
admin
to access the Admin CLI.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. Add the GRE endpoint interface. For example, to add an interface named
gre_endpoint
:
(config)> add network interface gre_interface
(config network interface gre_interface)>
4. Set the interface zone to
internal
:
(config network interface gre_interface)> zone internal
(config network interface gre_interface)>
5. Set the interface device to
loopback
:
(config network interface gre_interface)> device /network/device/loopback
(config network interface gre_interface)>
6. Set the IP address and subnet mask of the local GRE endpoint. For example, to set the local
GRE endpoint's IP address and subnet mask to
10.10.1.1/24:
(config network interface gre_interface)> ipv4 address 10.10.1.1/24
(config network interface gre_interface)>
7. Save the configuration and apply the change:
(config network interface gre_interface)> save
Configuration saved.
>
8. Type
exit
to exit the Admin CLI.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
quit
to disconnect from the device.
Summary of Contents for AnywhereUSB Plus
Page 1: ...AnywhereUSB Plus User Guide Firmware version 21 8 ...
Page 212: ...Interfaces Bridging AnywhereUSB Plus User Guide 212 ...
Page 308: ...Services Configure the ping responder service AnywhereUSB Plus User Guide 308 iperf Done ...
Page 509: ...File system Upload and download files AnywhereUSB Plus User Guide 509 sftp exit ...
Page 604: ...Virtual Private Networks VPN IPsec AnywhereUSB Plus User Guide 604 ...