Differences between revisions 45 and 46
Revision 45 as of 2017-02-15 19:29:48
Size: 2914
Comment:
Revision 46 as of 2017-02-15 19:30:22
Size: 2916
Comment:
Deletions are marked like this. Additions are marked like this.
Line 59: Line 59:
Then make the directory where the ''linux1'' will be mounted on{{{mkdir -p /cvs/cds}}}. Then try to mount the filesystem via {{{sudo mount /cvs/cds}}} Then make the directory where the ''linux1'' will be mounted on: {{{mkdir -p /cvs/cds}}}. Then try to mount the filesystem via {{{sudo mount /cvs/cds}}}

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 192.168.113.XXX

  • The wireless network is on the martian network.

Gateway

192.168.113.2

netmask

255.255.255.0

nameserver

192.168.113.104

nameserver

131.215.125.1

nameserver

131.215.139.100

nameserver

131.215.254.99

  • See the Martian host table for IP address assignments on the martian network.

  • When you want to add a new host to the Martian network read this.

  • To ssh to one of the martian computers from a GC computer, ssh into controls@nodus, then use name (or name.martian) for the name. i.e.

    ssh pianosa.martian 

Wireless Network

On Jan 6th, 2016, the martian wifi router was replaced to Netgear R6400. Link to the corresponding ELOG entry https://nodus.ligo.caltech.edu:8081/40m/11916

This router supports 2GHz network (11g) named "40MARS" and 5GHz network (11ac) "40MARS_5G". These two SSIDs are hidden.

Wireless Bridge for GPIB instruments

On Jan 8th, 2016, a new wireless bridge (NETGEAR EX3700) for GPIB instruments is installed.

Device Name: EX3700_1, Fixed IP: 192.168.113.233

It accepts ethernet (wired) device with fixed IP of 192.168.113.XXX

How_To_Configure_NETGEAR_EX3700

Nameserver and DHCP

chiara runs the DNS and DHCP for the Martian network, set up largely in the manner detailed in this website.

Configuration files can be found at

chiara:/etc/bind/named.conf.local
chiara:/etc/dhcp/dhcpd.conf

and other files in those same directories.

Mount linux1

If you want to mount the /cvs/cds NFS filesystem on a computer already on the martian network, add the following line to the file /etc/fstab

chiara:/home/cds              /cvs/cds        nfs     rw,bg,nfsvers=3

Then make the directory where the linux1 will be mounted on: mkdir -p /cvs/cds. Then try to mount the filesystem via sudo mount /cvs/cds

Firewalling by Router:WRT310N

  • 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

  • Anyone can log in to the router by any web browser. The login password is set to admin.

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