Lan subnet change, cron not working

Discussion in 'Installation/Configuration' started by ariban99, Apr 8, 2024.

  1. ariban99

    ariban99 Member

    Hi
    I run wordpress on my ispconfig server. Everything worked great.
    I had to change the lan ip subnet form 192.168.1.0/24 to 191.168.10.0/24
    After changing the lan subnet, all my wordpress sites say the wp-cronjobs are late and didnt run.
    I changed the etc/hosts ip
    I changed ispconfig ip as well. Domains ip are *
    I am not sure what else to do. My firewall changed the ip for opening ports as well.
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    So this is on ISPConfig, but posted on LInux Forum?
    My guess is you have not changed database users to the new IP or user permissions to allow access to database from the new IP. Also in database config there is setting what is the subnet.
    Try finding all places where the old ip is mentioned with
    Code:
    grep -R 11.22.33.44 /etc/*
     
    ahrasis likes this.
  3. ariban99

    ariban99 Member

    didnt think its an ispconfig issue, so posted here. i found alot of places, i will change them all and see if it works better.
    thank you
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    This forum has many old discussions dealing with changing IP number of ISPConfig host. You should review those to make sure you system is properly configured.
     
    ahrasis likes this.

Share This Page