Differences between revisions 4 and 28 (spanning 24 versions)
Revision 4 as of 2007-08-21 00:15:38
Size: 1149
Editor: TobinFricke
Comment:
Revision 28 as of 2010-07-22 18:00:12
Size: 3275
Editor: KiwamuIzumi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
The 40m has two network segments: the general Caltech network and an internal "martian" network.   ''' The 40m has two network segments: the LIGO general computing network and an internal "martian" network. '''
Line 3: Line 3:
= Caltech network = = LIGO Caltech network =
Line 5: Line 5:
IP addresses on this network are in the form 131.215.'''114'''.XXX  . IP addresses on this network are in the form 131.215.'''114'''.XXX
Line 9: Line 9:
IP addresses on the martian network are in the form 131.215.'''113'''.XXX  . IP addresses on the martian network are in the form 131.215.'''113'''.XXX
Line 11: Line 11:
The wireless network is on the martian network.  . The wireless network is on the martian network.
Line 19: Line 19:
See also [[Martian Host Table]] for IP address assignments on the martian network.  . See also [[Martian Host Table]] for IP address assignments on the martian network.

 . When you add a new host to the Martian network, choose a name from [[Computers and Scripts/Pool of Names for Computers]].

 . To ssh to one of the martian computers from a GC computer, ssh into controls@nodus, then use "name.martian" for the name. i.e. shh allegra.martian (while on nodus). If there's a more efficient way of doing this, that would be good to know too.
Line 23: Line 27:
The wireless network is part of the Martian Network. The Martian ethernet is bridged to wireless via a Linksys Wireless-G access point with IP address 131.215.113.220. Note that the wireless access point is only bridging the wired and wireless networks--it does not do NAT. To access the outside world, your network settings should be
the same as given above for the Martian network. The configuration password for the wireless AP is written in a manilla folder in the usual place where equipment manuals are kept.
 . The wireless network is part of the Martian Network. The Martian ethernet is bridged to wireless via a Linksys WRT600N wireless router with IP address 131.215.113.220. Note that the wireless access point is only bridging the wired and wireless networks--it does not do NAT. To access the outside world, your network settings should be the same as given above for the Martian network.

 . You can configure the router by accessing its IP address with a web browser.
 . The password for configuring the wireless AP is {{{ll_admin}}}.

 . The manual for the router is here: attachment:WRT600N_Manual.pdf

 . Here are several screen shots of the configuration screens: attachment:screen1.pdf attachment:screen2.pdf attachment:screen3.pdf attachment:screen4.pdf

 . Basically, you don't care about the internet setup because you don't connect anything to the WAN port. The physical connection to the router is just one martian LAN cable to one of the LAN ports.

 . Security is enforced by the MAC address filtering. Only registered machines can connect to the wireless network. Whenever you reset the router (not power cycle), you should register all the lab laptops to the router.

 . The SSID of the martian wireless network is {{{40MARS}}}.


== Mount linux1 ==
 . If you want to mount ''linux1'' on a computer in order to share data on Martian network, add the following line on the file {{{/etc/fstab}}}
 . {{{
linux1:/home/cds /cvs/cds nfs rw,bg,soft 0 0
}}}
 . Then make the directory where the ''linux1'' will be mounted on
 . {{{ mkdir /cvs && mkdir /cvs/cds
}}}
 . Then reboot the computer. If it's mounted correctly you will find some directories under {{{/cvs/cds/}}}

== Firewalling by a Router ==
 . A firewall is used for network isolation between a new CDS computer and the existing CDS system. It nicely allows to avoid a network conflict. For this purpose, a network router: ''LINKSYS WRT310N'' has been employed.

|| '''network address''' || 192.168.113.178 || ||
|| '''internal address'''|| 192.168.1.1 || ||
|| ''' DHCP address ''' || 192.168.1.100-150|| currently disabled ||




== 40m Martian Computer List (.odp format) ==
 . attachment:40m%20Martian%20Network%20Computer%20List

The 40m has two network segments: the LIGO general computing network and an internal "martian" network.

LIGO Caltech network

  • IP addresses on this network are in the form 131.215.114.XXX

Martian network

  • IP addresses on the martian network are in the form 131.215.113.XXX

  • The wireless network is on the martian network.

Gateway

131.215.113.2

netmask

255.255.255.0

nameserver

131.215.125.1

nameserver

131.215.139.100

nameserver

131.215.254.99

  • See also Martian Host Table for IP address assignments on the martian network.

  • When you add a new host to the Martian network, choose a name from Computers and Scripts/Pool of Names for Computers.

  • To ssh to one of the martian computers from a GC computer, ssh into controls@nodus, then use "name.martian" for the name. i.e. shh allegra.martian (while on nodus). If there's a more efficient way of doing this, that would be good to know too.

Wireless Network

  • The wireless network is part of the Martian Network. The Martian ethernet is bridged to wireless via a Linksys WRT600N wireless router with IP address 131.215.113.220. Note that the wireless access point is only bridging the wired and wireless networks--it does not do NAT. To access the outside world, your network settings should be the same as given above for the Martian network.
  • You can configure the router by accessing its IP address with a web browser.
  • The password for configuring the wireless AP is ll_admin.

  • The manual for the router is here: attachment:WRT600N_Manual.pdf
  • Here are several screen shots of the configuration screens: attachment:screen1.pdf attachment:screen2.pdf attachment:screen3.pdf attachment:screen4.pdf
  • Basically, you don't care about the internet setup because you don't connect anything to the WAN port. The physical connection to the router is just one martian LAN cable to one of the LAN ports.
  • Security is enforced by the MAC address filtering. Only registered machines can connect to the wireless network. Whenever you reset the router (not power cycle), you should register all the lab laptops to the router.
  • The SSID of the martian wireless network is 40MARS.

Mount linux1

  • If you want to mount linux1 on a computer in order to share data on Martian network, add the following line on the file /etc/fstab

  • linux1:/home/cds        /cvs/cds                nfs     rw,bg,soft      0 0
  • Then make the directory where the linux1 will be mounted on

  • {{{ mkdir /cvs && mkdir /cvs/cds

}}}

  • Then reboot the computer. If it's mounted correctly you will find some directories under /cvs/cds/

Firewalling by a Router

  • A firewall is used for network isolation between a new CDS computer and the existing CDS system. It nicely allows to avoid a network conflict. For this purpose, a network router: LINKSYS WRT310N has been employed.

network address

192.168.113.178

internal address

192.168.1.1

DHCP address

192.168.1.100-150

currently disabled

40m Martian Computer List (.odp format)

  • attachment:40m%20Martian%20Network%20Computer%20List

Network (last edited 2021-08-19 09:54:10 by AnchalguptaATligoDOTorg)