Subutai is a next generation peer to peer (P2P) cloud computing and Internet of Things platform. Subutai peers collaborate and share resources to create secure virtual environments tying together the shared network and machine resources across peers.
I have setup Subutai on by Debian box using the Advance peer OS setup guide.
running systemctl status subutai-p2p shows Status : Active.
I am able to ssh into the management container via subutai attach management.
From within the management container running ping google.com results in
ping: google.com: Temporary failure in name resolution
However pining a public IP address works fine.
The nameserver param in resolv.conf is set to 10.10.10.254
Due to this DNS issue the Subutai Console does not load properly.
I have setup Subutai on by Debian box using the Advance peer OS setup guide. running
systemctl status subutai-p2p
showsStatus : Active
. I am able to ssh into the management container viasubutai attach management
. From within the management container runningping google.com
results inping: google.com: Temporary failure in name resolution
However pining a public IP address works fine.The nameserver param in resolv.conf is set to
10.10.10.254
Due to this DNS issue the Subutai Console does not load properly.