Project

General

Profile

Network Configuration » History » Version 7

Anchi Cheng, 09/14/2010 11:57 AM

1 1 Anchi Cheng
h1. Network Configuration
2 2 Anchi Cheng
3
At NRAMM, our microscope, Leginon processing server, Database server, and Webserver are all within the same firewall.  We Highly recommend it.  If you absolutely can not do it in the same way, here are some information, however, be warned that we might not be able to help you if you are stuck. 
4
#  [[Ports used by Leginon]]
5 5 Amber Herold
#  Leginon bulletin board thread on "Network problem - Leginon not seeing tecnai host":http://emg.nysbc.org/boards/6/topics/3.
6 2 Anchi Cheng
#  [[An example of working port-forwarding configuration]]
7
8 3 Jim Pulokas
Troubleshooting network between main leginon processing server and TEM host:
9
# Try to ping TEM host from Leginon host using host name (not IP).  If host name does not work, then you need to configure either your DNS server or your /etc/hosts file to know the host name to IP mapping.
10 4 Jim Pulokas
# Pay attention to whether you need to use the fully qualified name, for example "myhost.scripps.edu" rather than just "myhost".  If that is the case, then you must also use the fully qualified name in Leginon when connecting to clients.
11 3 Jim Pulokas
# Try to ping Leginon host from TEM host.  Again, you may need to adjust host name mapping.  On Windows, there is "/etc/hosts" but it is located in a strange place:  C:\Windows\System32\Drivers\etc\hosts.   The first part of that may be slightly different depending on version of Windows.
12
# Start Leginon Client (launcher.py) on TEM host, then try to telnet to it from Leginon processing server
13
 "telnet temhost 55555"  (replace with your hostname)
14
If the connection is refused, then you have a firewall blocking connections on TEM host
15
# Try the opposite, running launcher.py on Leginon processing server, and telnet from TEM host.  If that fails, then you have a firewall on Leginon processing host that is blocking incoming connections to port 55555
16
# Try test1.py and test2.py as described in bulletin board post above
17
18 2 Anchi Cheng
______
19
20 7 Anchi Cheng
[[Select Linux distribution to use|< Select Linux distribution to use ]] | [[Where to register and download Leginon| Where to register and download Leginon >]]
21 2 Anchi Cheng
22
23
______