Using X Windows on barra or hebrides
This guide is intended for those wishing to connect to barra with X-windows support from a Windows computer.
- Download Putty, or a SSH client to a location on your desktop.
- Input barra.wi.mit.edu as the hostname, and log in.
- See Connecting to barra or hebrides and transferring files for details of these two steps.
Cygwin Installation:






- To use X-windows for Barra, the following packages are required (note: clicking the packages may install other required packages):
- openssh: The OpenSSH server and client programs
- xorg-x11-base: Cygwin/X Base
- If you plan on using cygwin to emulate a unix like environment, the following is a recommended list of packages
|
|||||||||||||
Finally,

Connecting to Barra
Disconnecting
Troubleshooting
- Retrieve your IP address by going to windows
-> Run.
- Type command. This should pop up a dos shell window.
- Type ipconfig. If you have VPN working right, you will see the DNS Suffix . : wi.mit.edu, the IP address should be below this
- Write down the IP Address : #.#.#.#
- after executing startx in the popup shell type:
- xhost +
- ssh -l username barra.wi.mit.edu
- setenv DISPLAY IP:0.0 (where IP is your IP address)
- Try opening up xterm again