Oracle 最近宣布提供個人終身免費VPS,但是我在架設網站的過程中遇到了一些困難,nginx怎麼連都連不上去,就寫下來分享一下
直接進到Oracle Cloud Infrastructure裡面,照著圖片點選
Click instance
Click Virtual Cloud Network
Click subnet
Click default security list
Remove all rules and add a ingress rule like this
Remove all rules and add a Egress rule like this
這樣還不行!!因為oracle的ubunt有內建ip table,我們把iptables刪除
ssh進去後輸入
sudo apt remove iptables
啟用root登入 Enable root login
sudo passwd root
- sudo nano /etc/ssh/sshd_config
- PermitRootLogin prohibit-password -> PermitRootLogin yes
- PasswordAuthentication no -> PasswordAuthentication yes
- sudo service ssh restart
這樣就設定完成了
接著安裝nginx請參考這篇
另外,提醒一下要注意免費額度400是否有在扣款,Instance shape必須是VM.Standard.E2.1.Micro才是免費的
VM.Standard.E2.1---> Paid
VM.Standard.E2.1.Micro ---> Free
版大 你開的這個是要付費的喔..
回覆刪除要注意一下
感謝,已注意到了...XD 真衰按太快~
刪除不過他有免費額度拉(正在扣...
火大
回覆刪除想說都把網頁的防火牆都開了還連不上
還以為是版本的問題重裝了好幾次