075-845-490 | 097-165-2449
Line ID: @hostnakhonitech
🎉 โปรโมชั่นพิเศษ! ลด 10% สำหรับลูกค้าใหม่
NakhoniTech
075-845-490
support@NakhoniTech.com

วิธีการเปลี่ยน IP ของ Plesk server? Print

  • 0

How to change the IP address of Plesk server?

  1. Connect to the server using SSH.
  2. Generate a mapping file with current Plesk IP addresses by running the command:

    # plesk bin reconfigurator /root/ip_map_file_name

  3. Edit the file "/root/ip_map_file_name", for example, to change IP address 192.0.2.2 to 192.0.3.3:

    Before edit: 

    eth0 192.0.2.2 255.255.255.0

    After edit:

    eth0 192.0.3.3 255.255.255.0

  4. Reconfigure Plesk and its services by running the command again:

    # plesk bin reconfigurator /root/ip_map_file_name


Was this answer helpful?

« Back