| 870 | You can confirm the node is up by using vagrant to ssh to it: |
| 871 | |
| 872 | {{{ |
| 873 | #!sh |
| 874 | users: > ssh base1 |
| 875 | base1: > sudo su - |
| 876 | base1: # cd /space/vagrant_home |
| 877 | base1: # vagrant status |
| 878 | base1: # vagrant ssh billg # ssh is installed on the Win7 image |
| 879 | # password is "vagrant" |
| 880 | $ uname -a |
| 881 | CYGWIN_NT-6.1 billg 2.2.1(0.289/5/3) 2015-08-20 11:40 i686 Cygwin |
| 882 | $ |
| 883 | }}} |
| 884 | |
| 885 | There should also be an RDP instance running on the base node, waiting for connections. Create a tunnel to the node and point your RDP client at post 3389. |
| 886 | |
| 887 | {{{ |
| 888 | #!sh |
| 889 | workstation: > ssh -L3389:cpc75:3389 users.deterlab.net -N |
| 890 | }}} |
| 891 | |
| 892 | Open your RDP client and point to localhost:3389. Username "vagrant" password "vagrant". If there were no errors in the win7 chef configuration, you should also be able to login with your DETER user id and password "windows". |