leitbogioro / Tools

Something about tools
3.13k stars 481 forks source link

Google Cloud Platform dd失联 #24

Closed RyanY610 closed 1 year ago

RyanY610 commented 1 year ago

bash InstallNET.sh -debian 12 -version 64 -port 22 -pwd Ryan1995 -timezone Asia/Shanghai --network static/manual

Google Cloud Platform 用这个命令失联了,请告诉我怎么更改 ,是不是必须指定ip掩码这些,我看说明 可以通过 --network static/manual 自动获取。

leitbogioro commented 1 year ago

bash InstallNET.sh -debian 12 -port "22" -pwd 'Ryan1995' -timezone "Asia/Shanghai" --network "static"

leitbogioro commented 1 year ago

-version 参数已被废弃,不需要指定,--network static 或 manual,斜杠“/”的意思是“或”

leitbogioro commented 1 year ago

建立机器的时候不要勾选“开启安全启动”和“开启 vTPM”

RyanY610 commented 1 year ago

谢谢

RyanY610 commented 1 year ago

那是不是也可以用 --network "auto" 来代替?还是说像谷歌云这些必须使用 --network "static"

leitbogioro commented 1 year ago

别整那么多花活,关注你需要自定的密码端口就行了,能装。我就用默认的 bash InstallNET.sh 跑的,GCP 免费的那个 E2 micro

图片

RyanY610 commented 1 year ago

好的👌🏻 了解

leitbogioro commented 1 year ago

装的速度有点慢罢了,快半个小时了,自己查查图里 IP 归属是不是 GCP,我可没诳你

图片

leitbogioro commented 1 year ago

我装的 Debian 开机明显有个仪表版,方便查看机器运行状况:

图片

RyanY610 commented 1 year ago

我知道 我两台机器都成功了

RyanY610 commented 1 year ago

还是谢谢啦