Changes

Jump to: navigation, search

OPS235 Lab 3 - Fedora17

196 bytes added, 12:04, 24 September 2010
Steps
# Enable SSH access to your virtual machine with these commands: <code>service sshd start; chkconfig sshd on</code>
# Find out the IP address of your virtual machine: <code>ifconfig eth0</code>
# Enter the following command on your virtual machine to create a firewall exception to allow ssh traffic into the machine: <code>iptables -I INPUT -p tcp -s0/0 -d0/0 --dport 22 -j ACCEPT</code>
# Confirm that you can ssh to your virtual machine from the host (your main Fedora installation): <code>ssh ''IPaddress''</code>

Navigation menu