Commit 93f8e5bc by Oláh István Gergely

Add 'change namespace' and 'remove agent config file' to README

parent 02ef1506
...@@ -69,6 +69,12 @@ Run the following installation command: ...@@ -69,6 +69,12 @@ Run the following installation command:
sudo salt-call state.sls allinone sudo salt-call state.sls allinone
``` ```
After install, delete agent.conf file:
```bash
sudo rm /etc/init/agent.conf
```
### Current problems ### Current problems
#### Gateway issue #### Gateway issue
...@@ -80,6 +86,7 @@ workon circle ...@@ -80,6 +86,7 @@ workon circle
# get eth0 MAC address # get eth0 MAC address
ifconfig ifconfig
sudo -i sudo -i
ip netns exec fw bash
ifconfig net hw ether <MAC> ifconfig net hw ether <MAC>
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment