Wynton & BKS

From DISI
Revision as of 22:57, 25 May 2018 by Benrwong (talk | contribs) (Created Wynton page; listed file servers on Wynton)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

http://wynton.ucsf.edu/

File Servers Exported to Wynton

bet 172.26.28.32    bet-wyn.wynton.ucsf.edu         bet-wyn
tsadi 172.26.28.33    tsadi-wyn.wynton.ucsf.edu       tsadi-wyn
lamed 172.26.28.34    lamed-wyn.wynton.ucsf.edu       lamed-wyn

Adding a host to Wynton

Connect an open network port on host to Wynton's network. Ask JL for IP-address and ports to connect to in BH101. Create network interface in /etc/sysconfig/network-scripts for new interface. Populate with the following:

/etc/sysconfig/network-scripts/ifcfg-<interface name>

TYPE=Ethernet
DEVICE=<interface name>
BOOTPROTO=static
HWADDR=<MAC Address> 
ONBOOT=yes
IPADDR=<Wynton IP>
NETMASK=255.255.255.0
GATEWAY=172.26.28.1
DHCP_HOSTNAME=<wynton network hostname>.wynton.ucsf.edu
HOSTNAME=<wynton network hostname>.wynton.ucsf.edu

Create a static route to wynton

/etc/sysconfig/network-scripts/route-<interface name>

add 172.26.0.0/16 via 172.26.28.1 <interface name> 

See lamed for example.