Network Configuration

Network interfaces configuration

📘

System settings are available for a user with superadmin role only.

Fudo One allows managing physical interfaces and defining IP addresses.

Defined IP addresses are physical interface’s aliases, which are used in server’s configuration procedures (Local address field in proxy configuration).

Defining of an IP address

To define an IP of a physical network interface, proceed as follows.

  1. Select Settings > Network configuration.

  2. Click the + button and provide IP address and subnet mask in CIDR format.

  3. Select additional options for the IP address being defined.

    1. Enable access to administration panel on given IP address. Note that the management IP address is also used as service access over SSH protocol (using the default port 65522).
    2. Enable access to Access Gateway on given IP address.
  4. Click Save.

Removing defined IP addresses

🚧

Deleting of an IP address disables access to servers which had this IP configured in the local address of the proxy server.

To delete an IP address assigned to a given network interface, proceed as follows.

  1. Select Settings > Network configuration.
  2. Select the x option by the desired IP address.
  3. Click Save.

Disabling network interface

To deactivate a network interface, proceed as follows.

  1. Select Settings > Network configuration.
  2. Click Active next to given interface to deactivate it.
  3. Click Save.
Interface settings

Interface settings

Virtual networks (VLANs) configuration

VLAN networks allow separating broadcast domains.

To configure a VLAN on , proceed as follows.

  1. Select Settings > Network configuration.
  2. Click the VLAN option.
  3. Select the physical interface and define VLAN ID.
  4. Add IP addresses to given VLAN.

📘

Select the DHCP option, to obtain IP address from a DHCP server.

  1. Click Active to activate defined VLAN.
  2. Click Save.

DNS configuration

📘

DNS servers enable using mnemonic hosts names instead of IP addresses when configuring various network resources.

Defining domain search path

Domain search path enables convenient hosts identification based on short names. For example, defining tech.whl as the domain search path, enables defining target host as ftp instead of ftp.tech.whl.

To define a domain search path, proceed as follows.

  1. Select Settings > Network configuration > Name & DNS tab.
  2. Enter the domain search path.

📘

  • To define more than one value, enter desired values separated by space character. E.g. tech.whl wheel.com.
  • Protocol implementation enables defining up to six domain search paths.
  1. Click the Add DNS server button to add more DNS server definitions.
  2. Click Save.

Deleting a DNS server definition

🚧

Deleting a DNS server definition may cause interruptions in device operation, if system configuration uses hosts names instead of IP addresses.

To delete a DNS server definition, proceed as follows.

  1. Select Settings > Network configuration > Name & DNS tab.
  2. Find and select given DNS server definition.
  3. Click the x button.
  4. Click Save.
DNS settings

DNS settings

Routing configuration

In default configuration, Fudo One directs all incoming traffic to defined gate. Static routing enables defining routes for packets coming from selected networks.

📘

When defining default route, enter default in the Network field.

Adding a route

There are 7 routing tables available for configuration, with multiple routes.

To add a route, proceed as follows:

  1. Select Settings > Network configuration > Routing tab.
  2. Click Add route to define a new route.
  3. Enter network address along with the network mask (e.g. 10.0.1.1/32) and gateway address.
  4. Click Save.

Deleting a route

To delete a route, proceed as follows:

  1. Select Settings > Network configuration > Routing tab.
  2. Find desired route entry and click the x button.
  3. Click Save.
Routing tables configuration

Routing tables configuration

ARP table configuration

Adding an ARP entry

📘

Adding an entry to ARP table can resolve network communication issues.

To add an ARP entry, proceed as follows.

  1. Select Settings > Network configuration > ARP table tab.
  2. Click Add to define a new ARP table entry.
  3. Enter IP address and corresponding MAC address.
  4. Click Save.

Deleting an ARP table entry

🚧

Deleting an ARP table entry may cause system malfunction due to network communication issues.

To delete an ARP entry, proceed as follows.

  1. Select Settings > Network configuration > ARP table tab.
  2. Find desired ARP entry and click x button.
  3. Click Save.
ARP Table settings

ARP Table settings