Advertisement
Guest User

Untitled

a guest
Feb 27th, 2019
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.39 KB | None | 0 0
  1. connection type="bond">
  2.   <description>test</description>
  3.   <interface>bond0</interface>
  4.   <binds>
  5.     <interface>enp0s8</interface>
  6.     <interface>enp0s9</interface>
  7.   </binds>
  8.   <after/>
  9.   <upPost></upPost>
  10.   <downPre></downPre>
  11.   <timeoutUp/>
  12.   <ip version="4" type="dhcp">
  13.     <dhcp>
  14.         <client>dhcpcd</client>
  15.         <timeout></timeout>
  16.         <releaseOnStop></releaseOnStop>
  17.     </dhcp>
  18.     <addresses>
  19.       <address>192.168.0.22</address>
  20.       <address>192.168.0.33</address>
  21.     </addresses>
  22.     <gateway>192.168.0.1</gateway>
  23.     <netmask>255.255.255.0</netmask>
  24.     <routes>
  25.         <route>192.168.0.11</route>
  26.         <route>192.168.0.111</route>
  27.         <route>192.168.0.12</route>
  28.     </routes>
  29.     <custom>
  30.       <command>ip addr</command>
  31.     </custom>
  32.     <dns>
  33.       <server>
  34.         <address>8.8.8.8</address>
  35.         <address>8.8.4.4</address>
  36.       </server>
  37.       <domain/>
  38.       <search/>
  39.       <options>
  40.         <line/>
  41.       </options>
  42.     </dns>
  43.     <timeout>10</timeout>
  44.   </ip>
  45.   <hostname/>
  46.   <wol>False</wol>
  47.   <mtu>9000</mtu>
  48.   <auth8021x/>
  49.   <carrierTimeout/>
  50.   <allowNoCarrier/>
  51.   <wpaDriver/>
  52.   <wpaConfigFile/>
  53.   <wpaTimeout/>
  54.  
  55.     <miimon>10</miimon>
  56.     <bondType>balance-rr</bondType>
  57.     <bondDownDelay>100</bondDownDelay>
  58.     <bondUpDelay>100</bondUpDelay>
  59.     <primaryInterface></primaryInterface>
  60. </connection>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement