Interfaces: Difference between revisions

From Scalelogic Wiki
Jump to navigation Jump to search
migrate>Ad-B
No edit summary
m 1 revision
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Here you can set the interfaces settings.
Here you can view information on all available '''network interfaces''' (including bonds).


To edit the Network interface settings, choose from the '''EDIT '''from the drop-down menu'''OPTIONS.'''
In the table you can view network interface names, IP addresses, DHCP information, interface vendor (or driver used in virtualized environment), negotiated speed, cable status and interface status.


You can define, wheter the interface will get the IP from a '''DHCP''' or will it be configured via '''STATIC''' configuration. '''DHCP / Static''' :
You can also '''edit''' the interface/bond settings, '''deactivate '''single interface or bond or '''delete bonding''' using the '''Options''' drop down menu.


You can use static or dynamic (DHCP) network interface configuration. :<br/>When using static configuration of network interface, enter ;:
<ul style="padding: 0px; margin: 0.3em 0px 0px 1.5em; color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 14px;">
<li>IP address,</li>
<li>netmask,</li>
<li>broadcast</li>
<li>gateway,</li>
</ul>


If you set a new IP address, you will lose your connection with the server during activation and you will have to log in again. In the URL entry line of your browser, please enter the new IP address. If you do not get access, please use the console to set a new IP address. In order to access servers in another subnet, you need to enter the address of the router as the gateway.
[[Category:Help topics]]
 
 
<div class="noteheader" style="border-bottom-style: none; font-weight: bold; font-style: italic; color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 14px;">Note</div><div class="note" style="margin-left: 20px; color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 14px;">If you use an NTP server to maintain proper time and date, please make sure you have appropriate gateway and DNS settings.</div><div class="locationheader" style="border-bottom-style: none; color: rgb(196, 22, 31); font-family: arial, helvetica, sans-serif; font-size: 14px;">
'''<span style="color:#000000;"><span style="font-size:larger;">&nbsp;Create bond interface&nbsp;</span></span>'''
 
<span style="color:#000000;"><span style="font-size:larger;"></span></span><span style="color:#000000;">Bonding allows for load-balancing or fail-over for incoming and outgoing connections. Here you can create or edit bonding network interfaces.</span> <span style="color:#000000;">In order to create a bonding interface, press the button '''Create Bond Interface''':</span>
<ul style="/* insecure input */">
<li><span style="color:#000000;">select the network interfaces you want to create a new bonding interface for,</span></li>
<li><span style="color:#000000;">select the preferred bonding mode from the&nbsp;'''Type&nbsp;'''drop-down menu,</span></li>
<li><span style="color:#000000;">select dynamic (DHCP) or static configuration for the network interface,</span></li>
<li><span style="color:#000000;">if you want to get a DNS address dynamically, select&nbsp;'''get DNS&nbsp;''',</span></li>
<li><span style="color:#000000;">when using static configuration for a network interface, enter the IP address, netmask, broadcast and gateway. Afterwards, click the&nbsp;'''Apply&nbsp;'''button and a new bonding interface will be created.</span></li>
</ul>
 
'''<span style="color:#000000;">Note</span>'''
<div><span style="color: rgb(0, 0, 0);">In order to take advantage of bonding more than one ethernet NIC needs to be plugged into the box. Please note that MAC addresses need to have a 02 prefix, for example: '''02:xx:yy:zz:vv:nn'''</span></div><div><span style="color:#000000;">Each network interface is characterized by the following fields:</span></div><div><span style="color:#000000;"><br/></span></div><div><span style="color:#000000;">PrimaryA string (eth0, eth2, etc) specifying which slave is the primary device. The specified device will always be the active slave while it is available. Only when the primary is off-line will alternate devices be used. This is useful when one slave is preferred over another, e.g., when one slave has higher throughput than another. The primary option is only valid for the active-backup mode.</span></div><div><span style="color:#000000;"></span><br/></div><div><span style="color:#000000;">Interface</span></div><div><span style="color:#000000;">Network interface name.</span></div><div><span style="color:#000000;"></span><br/></div><div><span style="color:#000000;">Cable</span></div><div><span style="color:#000000;">Shows if a cable is connected to the NIC.</span></div><div><span style="color:#000000;"></span><br/></div><div><span style="color:#000000;">State</span></div><div><span style="color:#000000;">Characterizes the state of the network interface. NIC can be in a bonding or single state.</span></div><div><span style="color:#000000;"></span><br/></div><div>'''<span style="color:#000000;">Bonding modes:</span>'''</div><div>'''<br/>'''</div><div>'''<span style="color:#000000;">balance-rr</span>'''</div><div><span style="color:#000000;">&nbsp; &nbsp; &nbsp; &nbsp;Transmissions are received and sent out sequentially on each bonded slave interface. This mode provides fault tolerance and load balancing.active-backup Only one slave in the bond is active. Another bonded slave interface is only used if the active bonded slave interface fails. This mode provides fault tolerance.</span><br/></div><div>'''<span style="color:#000000;">balance-xor</span>'''<br/></div><div><span style="color:#000000;">Transmission is based on the following equation: [(the source MAC address XOR'd with the destination MAC address) modulo (slave count)]. This selects the same slave for each destination MAC address. This mode provides fault tolerance and load balancing.</span><br/></div><div><span style="color:#000000;">broadcast : Transmits everything on all slave interfaces. This mode provides fault tolerance.</span><br/></div><div>'''<span style="color:#000000;">802.3ad</span>'''<br/></div><div><span style="color:#000000;">IEE 802.3ad Dynamic link aggregation. Creates aggregation groups that share the same speed and duplex settings. Utilizes all slaves in the active aggregator according to the 802.3ad specification. Requires a switch that supports IEEE 802.3ad Dynamic link aggregation.</span><br/></div><div>'''<span style="color:#000000;">balance-tlb :</span>'''<br/></div><div><span style="color:#000000;">Channel bonding that does not require any special switch support. The outgoing traffic is distributed according to the current load (computed relative to speed) on each slave. Incoming traffic is received by the current slave. If the receiving slave fails, another slave takes over the MAC address of the failed receiving slave. This mode provides fault tolerance and load balancing</span><br/></div><div><span style="color:#000000;"></span><br/></div><div><span style="color:#000000;">'''Warning ''': Using cards from different manufacturers or cards based on different chipsets in one bond team may cause low performance or unstable behavior.</span></div></div>

Latest revision as of 13:46, 28 March 2019

Here you can view information on all available network interfaces (including bonds).

In the table you can view network interface names, IP addresses, DHCP information, interface vendor (or driver used in virtualized environment), negotiated speed, cable status and interface status.

You can also edit the interface/bond settings, deactivate single interface or bond or delete bonding using the Options drop down menu.