Open main menu

CDOT Wiki β

Changes

OPS335 Lab 1

15 bytes removed, 14:09, 18 May 2012
Testing Connectivity
*Try to ssh to your Matrix account from both the host and guest machines.
*Try to ssh from your Matrix account back to your host and guest machines.
*Add one iptables rule to the guest Use system-config-firewall that will accept new on your VM, so it accepts incoming ssh connections to the guest machine.*Save your new firewall rules iptables-save > /etc/sysconfig/iptables
*Restart iptables using systemctl
systemctl restart iptables.service
*Backup your new firewall rules
iptables-save > /etc/sysconfig/iptables.backup
*Ensure changes are still present
iptables -L