dummy_ip.txt #1

  • //
  • guest/
  • perforce_software/
  • sdp/
  • main/
  • Server/
  • setup/
  • dummy_ip.txt
  • View
  • Commits
  • Open Download .zip Download (647 B)
To create a dummy IP to allow the use of a single Perforce license on more than one machine:

Note: Use of the license file on a duplicate machine must be approved through [email protected].

On RHEL:
 
Below MMM.NNN.OOO.PPP is the IP address on the license file.

Create a file /etc/sysconfig/network-scripts/ifcfg-dummy0 with the following lines:
 
DEVICE=dummy0
IPADDR=MMM.NNN.OOO.PPP
NETMASK=255.255.255.255
BROADCAST=MMM.NNN.OOO.PPP
ONBOOT=yes

Then run: ifconfig dummy0 up MMM.NNN.OOO.PPP

On Windows:

Install the MS Loopback Adaptor per:

http://support.microsoft.com/kb/842561

And set the IP address to the one on the license file.
# Change User Description Committed
#3 25245 C. Thomas Tyler Released SDP 2019.1.25238 (2019/03/02).
Copy Up using 'p4 copy -r -b perforce_software-sdp-dev'.
#2 11524 Russell C. Jackson (Rusty) Released updated version of the SDP from Dev.
#1 10148 C. Thomas Tyler Promoted the Perforce Server Deployment Package to The Workshop.