Specifications
234 Chapter 8. Command Reference
eth ip bindRoute 10.1.3.0 255.255.255.0 1 192.168.252.9 ROSA 0:1
eth ip bindRoute 10.1.3.0 255.255.255.0 1 192.168.252.9 MIGUEL 0:1
eth ip bindRoute 10.1.3.0 255.255.255.0 1 192.168.252.7 FRANCISCO
eth ip addRoute 10.1.3.0 255.255.255.0 1 192.168.252.7
ETH IP DEFGATEWAY
Assigns an Ethernet default gateway for packets whose destination address does not have a route defined.
This setting is most useful when IP routing is not enabled, in which case the system acts as an IP host (i.e., an end
system, as opposed to an IP router).
Note: This command requires a save and reboot before it takes effect.
Note: The following command is recommended instead of the eth ip defgateway command. It sends packets for
all IP addresses to the specified gateway:
eth ip addRoute 0.0.0.0 255.255.255.0 <gateway> 1
ETH IP DELHOSTMAPPING
Undoes an IP address/ host translation (remapping) range that was previously established with the command eth
ip addHostMapping on a per-interface basis (page 230). For more information, see Host Remapping, on page 95.
first private addr First IP address in the range of IP address (4 decimals separated by periods).
second private addr Last address in the range of IP address (4 decimals separated by periods).
first public addr DeÞnes the range of public IP addresses (4 decimals separated by periods). The rest of the
range is computed automatically.
interface Ethernet interface. This parameter may be omitted if the router has only one Ethernet
interface.
eth ip defgateway <ipaddr> [<interface>]
ipaddr Ethernet LAN IP address (4 decimals separated by periods).
interface Ethernet interface. This parameter may be omitted if the router has only one Ethernet interface.
If the router has two physical Ethernet interfaces (an Ethernet hub router), the port number (0 or
1) must be specified.
To specify a logical interface other than logical interface 0, specify both the port number and
the logical interface number (<port #>:<logical #>, for example, 0:1).
Example:
eth ip defgateway 192.168.1.1
eth ip delHostMapping <Þrst private addr> <second private addr> <Þrst public addr> <interface>