Wynton & BKS: Difference between revisions

From DISI
Jump to navigation Jump to search
(Created Wynton page; listed file servers on Wynton)
 
Line 2: Line 2:


===File Servers Exported to Wynton===
===File Servers Exported to Wynton===
  bet 172.26.28.32   bet-wyn.wynton.ucsf.edu        bet-wyn
  bet 172.26.28.32     bet-wyn.wynton.ucsf.edu        bet-wyn
  tsadi 172.26.28.33    tsadi-wyn.wynton.ucsf.edu      tsadi-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
  lamed 172.26.28.34    lamed-wyn.wynton.ucsf.edu      lamed-wyn

Revision as of 23:00, 25 May 2018

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.