Toshiba Magnia SG20 Appliance Server
I purchased mine from compgeeks.com [description]. It is about the size of a notebook computer with no monitor or keyboard. It runs RedHat Linux 7 and is designed to be configured with a web browser. It accepts ssh connections.
Firewall
- To accept ssh connections from anywhere while the firewall is on, issue this command as root:
/sbin/iptables -I INPUT -p tcp --syn --destination-port 22 -j ACCEPT
If you want this to survive a reboot, add this above "End Firewall
" in /etc/sysconfig/iptables.sh and (and also in /sa2/templates/etc/sysconfig/iptables.sh):
$IPTABLES -I INPUT -p tcp --syn --destination-port 22 -j ACCEPT
John Neuhaus, john at jneuhaus.com, Wednesday, February 11, 2004 at 9:06 PM