Hacked By AnonymousFox

Current Path : /usr/share/doc/cloud-init/examples/
Upload File :
Current File : //usr/share/doc/cloud-init/examples/network-config-v1-subnet-routes.yaml

network:
  version: 1
  config:
    - type: physical
      name: interface0
      mac_address: '00:11:22:33:44:55'
      subnets:
        - type: dhcp
        - type: static
          address: 10.184.225.122
          netmask: 255.255.255.252
          routes:
            - gateway: 10.184.225.121
              netmask: 255.240.0.0
              destination: 10.176.0.0
            - gateway: 10.184.225.121
              netmask: 255.240.0.0
              destination: 10.208.0.0

Hacked By AnonymousFox1.0, Coded By AnonymousFox