From Wanos Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
<font size=5> Document migrated. An updated [http://wanos.co/docs/docs/wanos-admin-guide/optional-configuration/interface-settings/ Interface Settings] can be found in the [http://wanos.co/docs Wanos Documentation site] </font>
 +
<font color=#dddddd>
 +
 
==How to change the '''wan0''' and '''lan0''' to bind on a different interface for NIC Bypass==
 
==How to change the '''wan0''' and '''lan0''' to bind on a different interface for NIC Bypass==
  
Line 18: Line 21:
 
sudo reboot
 
sudo reboot
 
</pre>
 
</pre>
 +
 +
</font>

Latest revision as of 11:49, 9 February 2017

Document migrated. An updated Interface Settings can be found in the Wanos Documentation site

How to change the wan0 and lan0 to bind on a different interface for NIC Bypass

If the Bypass pair is on eth2 and eth3 interfaces:

  • Edit the mactab file by:
    vi /tce/etc/mactab
    
  • Press A or I to go into edit mode.
  • Assign the MAC address of eth2 to wan0 and the MAC address of eth3 to lan0.
  • Press ESC key to exit edit mode and type:
    !wq
    

    to save your changes.

  • Reboot your Appliance by typing this command.
    sudo reboot