Forums

Resolved
0 votes
1. install Virtual box
2. Install host a vmdk
3. Reboot the first one
4. Shut down machine
5. copy the vmdk to a bucket on google cloud
6. Create a new image based on vmdk Wait
Tell it not to install tools or error
7. Click create new instance
7. I am able to get to the serial console and login to it

However ever after enabling the firewall (the google cloud one) for port 81 to the outside world that way I can finish the setup of it

I can not connect to it, its like the firewall on the clearos box is blocking it

Best I can tell is clearos uses firewalld i told the service to stop but still could not access the box.

Any Ideas would love to have this thing host on the google cloud I am so close!

If we can figure it out we could make a how to document.
Thursday, August 13 2020, 04:17 AM
Share this post:
Responses (3)
  • Accepted Answer

    Thursday, August 13 2020, 08:22 AM - #Permalink
    Resolved
    0 votes
    You should always get a default route if you define an interface as External. In Standalone mode your interface should be defined as External. LAN interfaces do not get a default route.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, August 13 2020, 07:49 AM - #Permalink
    Resolved
    0 votes
    added the route add to rc.local and made it execute

    Myclearos is setup and running on the google cloud!

    vonwallace.com
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, August 13 2020, 05:22 AM - #Permalink
    Resolved
    0 votes
    Okay I found the issue.

    Its not getting the default route via the DHCP server on google cloud. I heard this is a bug

    So what start up script can I add this to?

    route add default gw 10.128.0.1 eth0
    The reply is currently minimized Show
Your Reply