diff options
author | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2020-02-07 10:09:56 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2020-02-28 13:43:34 +0100 |
commit | c6154200e06686c46df18eecd2d60e6b2f3789f4 (patch) | |
tree | 474186701aca1da45b8270a0b79ad1f1e200eab8 /recipes-test/demo-network-config/files | |
parent | 1cf84956442108d2c6713a12b9fe0a5bfe07536e (diff) | |
download | meta-updater-c6154200e06686c46df18eecd2d60e6b2f3789f4.tar.gz |
fix: make secondaries' network less intrusive
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
Diffstat (limited to 'recipes-test/demo-network-config/files')
-rw-r--r-- | recipes-test/demo-network-config/files/25-dhcp-server.network | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-test/demo-network-config/files/25-dhcp-server.network b/recipes-test/demo-network-config/files/25-dhcp-server.network index 4766f9a..03bb302 100644 --- a/recipes-test/demo-network-config/files/25-dhcp-server.network +++ b/recipes-test/demo-network-config/files/25-dhcp-server.network | |||
@@ -4,9 +4,9 @@ Name=enp0s4 | |||
4 | [Network] | 4 | [Network] |
5 | Description=Private internal network between aktualizr Primary and Secondary nodes | 5 | Description=Private internal network between aktualizr Primary and Secondary nodes |
6 | DHCPServer=yes | 6 | DHCPServer=yes |
7 | Address=10.0.3.1/24 | 7 | Address=192.168.254.1/24 |
8 | IPForward=yes | 8 | IPForward=yes |
9 | IPMasquerade=yes | 9 | IPMasquerade=yes |
10 | 10 | ||
11 | [DHCPServer] | 11 | [DHCPServer] |
12 | PoolOffset=10 \ No newline at end of file | 12 | PoolOffset=10 |