link

NAME
SYNOPSIS
DESCRIPTION
USB ETHERNET ADAPTERS
SEE ALSO
AUTHOR
COPYRIGHT

NAME

link - Manage L2 network interfaces

SYNOPSIS

[1] link [mac]

[2] link bond [(internal | external | auxiliary) [raz | (add | del) <eth-id>]]

DESCRIPTION

The first usage form of this command is used to display some practical information (manufacturer, model...) related to physical NIC (Network Interface Cards). Use this command to identify physical NIC. The optional keyword "mac" allows you to display MAC address instead.

The second usage form of this command is used to get or set physical NIC bonding configurations. CacheGuard uses three logical network interfaces: the internal interface, the external interface and a third interface called auxiliary. Internal users and Web servers should access the internet through the internal interface while CacheGuard uses its external interface to access the internet. You can use the auxiliary interface for your specific needs (For instance to implement a DMZ or a Back Office zone).

Each logical network interface is associated to at least one physical interface. By default the external interface is associated to the eth0 (ethernet interface "0") and the internal interface is associated to eth1 (ethernet interface "1") . In order to increase the network availability it is possible to associate more than one physical interface to the same logical interface. To do this, CacheGuard uses NIC aggregation in "Active/Backup" mode.

The bond keyword allows you to add or delete physical NIC to logical NIC. When associating a list of physical NIC to a logical NIC, the first physical NIC is always used as the master (or active) NIC. All others are slave (or backup) interfaces. The argument <eth-id> is the physical NIC id.

For instance to add the ethernet NIC named eth3 to the internal interface use the following command: link bond internal add eth3.

USB ETHERNET ADAPTERS

CacheGuard supports USB Ethernet adapters. To install your USB Ethernet adapter, just plug it in a USB port on your machine and wait for its detection and installation. If your USB Ethernet adapter is recognised by the system, you will be able to see it in the list of NIC on your machine using the present command. If more than one USB Ethernet adapters have to be installed, they should be installed one by one in order to let the system assign them a distinct a constant and unique Ethernet ID. To uninstall a USB Ethernet adapter, just unplug it from your machine and reboot your system.

SEE ALSO

apply (1)

AUTHOR

CacheGuard Technologies Ltd <www.cacheguard.com>

Send bug reports or comments to the above author.

COPYRIGHT

Copyright (C) 2009-2024 CacheGuard - All rights reserved