Bryan Hiller
New Member
- Joined
- May 25, 2013
- Messages
- 17
- Reaction score
- 2
I have tried to install piaf on a google cloud compute engine instance following these instructions:
sed -i 's|no|yes|' /etc/sysconfig/network-scripts/ifcfg-eth0
ifup eth0
yum -y install wget nano
cd /root
wget http://pbxinaflash.com/piaf3-install.tar.gz
tar zxvf piaf3-install.tar.gz
./piaf3-install
Everything seems to install completely, but after the server reboots I am no longer able to SSH into the machine. Is this something with IPtables, does the SSH port change ?
thanks,
Bryan
sed -i 's|no|yes|' /etc/sysconfig/network-scripts/ifcfg-eth0
ifup eth0
yum -y install wget nano
cd /root
wget http://pbxinaflash.com/piaf3-install.tar.gz
tar zxvf piaf3-install.tar.gz
./piaf3-install
Everything seems to install completely, but after the server reboots I am no longer able to SSH into the machine. Is this something with IPtables, does the SSH port change ?
thanks,
Bryan