Jamlee opened a new issue #2687: with basic network mode, the default ip is 
assign eth0
URL: https://github.com/apache/cloudstack/issues/2687
 
 
   when i use the basic network mode,  the **default ip is assign to eth0** and 
**eth1 have no ip**.  but the port **3922** iptable rule is on eth1. So 
**cloustack master** can not ssh to **router**.
   
   As blew code:
   
https://github.com/apache/cloudstack/blob/ca17b6a126d8842adb750146a3f843e6acbadd04/systemvm/debian/opt/cloud/bin/cs/CsAddress.py#L356
   
   i **changed eth1 to eth0** , then rebuild cloudstack.  router vm started  
and status is **up**.
   
   ```
    ["filter", "", "-A INPUT -i eth0 -p tcp -m tcp --dport 3922 -m state 
--state NEW,ESTABLISHED -j ACCEPT"]) 
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to