hej,
is it possible to predefine the field hardware with the Linux standard names, e.g. br0, br1, br2, when creating a bridge?
hej,
is it possible to predefine the field hardware with the Linux standard names, e.g. br0, br1, br2, when creating a bridge?
Just to be sure: The Hardware name here is the name of the Interface on Linux.
So if you create a Bridge, it will be this name in ifconfig etc.
Example:
SFVUNL_VM01_SFOS 18.0.0 EAP1# ifconfig MyBridge
MyBridge Link encap:Ethernet HWaddr 00:0C:29:C8:3A:66
inet6 addr: fe80::20c:29ff:fec8:3a66/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:1712 (1.6 KiB)
So to put brX in this would be only necessary, if you want to stay in this name convention.
__________________________________________________________________________________________________________________
Just to be sure: The Hardware name here is the name of the Interface on Linux.
So if you create a Bridge, it will be this name in ifconfig etc.
Example:
SFVUNL_VM01_SFOS 18.0.0 EAP1# ifconfig MyBridge
MyBridge Link encap:Ethernet HWaddr 00:0C:29:C8:3A:66
inet6 addr: fe80::20c:29ff:fec8:3a66/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:1712 (1.6 KiB)
So to put brX in this would be only necessary, if you want to stay in this name convention.
__________________________________________________________________________________________________________________