Differences between revisions 6 and 7
Revision 6 as of 2013-03-05 17:55:31
Size: 973
Comment:
Revision 7 as of 2013-03-05 17:56:37
Size: 978
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
==== 192.168.XXX to 192.168.11.YYY==== ==== 192.168.XXX to 192.168.11.YYY ====
Line 28: Line 28:
----

How to change IP address for SNS

  • >grep -r 192.168.11 /etc/*
    may help to dig setting files.
  • >sudo /etc/inet.d/networking restart
    restart network setting without reboot.


To change master IP

  • /etc/hosts


To change slave IP

192.168.11.XXX to 192.168.11.YYY

  • /etc/hosts
  • /diskless/root/etc/hosts
  • /etc/dhcp/dhcpd
    1. >sudo /etc/init.d/dhcpd restart
      , then reboot slave PC, and check IP address was changed by /sbin/ifconfig.

192.168.XXX to 192.168.11.YYY

  • /diskless/root/etc/rc.local : DAQIP
  • /diskless/root/etc/resolv.conf


To change workstation IP

  • if you see eth2 or eth3 by ifconfig, modify /etc/udev/rules.d/70-persistent-net.rules to have eth0 and eth1.

To change IP address

  • /etc/network/interfaces
  • /etc/hosts

If you change hostname of NFS server or NDS

  • /etc/fstab
  • /home/controls/.cshrc : LIGONDSIP

KAGRA/Subgroups/DGS/RTPC/SNS/ChangeIP (last edited 2013-12-04 09:22:25 by OsamuMiyakawa)