搭建frp跳板,发现无法使用。ssh 连接不上。
主要检查2个东西:
1. ubuntu ufw系统防火墙。这个默认是关掉的
2. tencent这个防火墙规则设置后,还要设置到实例上。 以前不是这样的。就掉坑里了。

# systemctl
root@VM-4-4-ubuntu:/lib/systemd/system# cat frps.service 
 [Unit]
 Description=frps
[Service]
 ExecStart=/etc/frps/frps -c /etc/frps/frps.ini 
 Restart=yes
[Install]
 WantedBy=multi-user.target
systemctl daemon-reload
systemctl restart frps.service