
> interface set 0 name=LAN > interface set 1 name=WAN The following command will rename the interfaces.

In this case ether2 is will be LAN and ether1 will be WAN. To avoid confusion, you can rename the interfaces to something more appropriate. Now we can associate what network card will be LAN and WAN

The first thing to do is identify the network interfaces by running the following command: > interface ethernet print Flags: X - disabled, R - running, S - slave # NAME MTU MAC-ADDRESS ARP 0 R ether2 1500 00:25:90:60:4C:A9 enabled 1 R ether1 1500 00:25:90:60:4C:A8 enabled

Login on the system by the default admin and password. Inital setup must be done over the command line interface (CLI)
