Skip to content

Instantly share code, notes, and snippets.

@asv
Created February 10, 2011 09:34
Show Gist options
  • Save asv/820199 to your computer and use it in GitHub Desktop.
Save asv/820199 to your computer and use it in GitHub Desktop.
# Comments
name: Network service
description: Network service description
version: 5.0.5
enabled: yes # yes a boolean True
interfaces:
- name: Локальный интерфейс
type: Ethernet
role: Local
address: 192.168.0.1
netmask: 255.255.255.0
enabled: yes
dhcp: no
main: no
mtu: 1500
mru: 1350
- name: Внешний интерфейс
type: Ethernet
role: External
address: 10.0.0.1
netmask: 255.255.0.0
gateway: 10.80.53.15
enabled: yes
main: yes
dhcp: no
- name: Внешний интерфейс 2
type: Ethernet
role: External
enabled: yes
dhcp: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment