浏览代码

Update macvlan_setup.md (#485)

Documenting some fixes that helped me as I followed this guide.
bigboytreehouse 1 年之前
父节点
当前提交
e6e5c7054b
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      docs/macvlan_setup.md

+ 3 - 1
docs/macvlan_setup.md

@@ -126,6 +126,8 @@ Enable **Enable manual container attachment** so we can add containers to this n
 
 This is all for the creation network, just click in **Create the network**.
 
+If you get an error at this point that the Pool overlaps, and you are sure you entered IP addresses correctly, the error may be resolved by sshing into the pi and running the command ```service docker restart```
+
 
 ## Connect a docker to this network
 
@@ -188,7 +190,7 @@ After=network.target
 ExecStart=/usr/local/bin/macvlan-setup.sh
 
 [Install]
-WantedBy=default.targe
+WantedBy=default.target
 ```
 
 After creating the file, enable it with systemd: