This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Change internal interface Ip address after install

Is there any way to change the internal interface IP address after installation ?
I want to change the internal LAN from 192.168.1.1 to ie. 192.168.25.1 without to reinstall the complete ASL.
I tried it but with no success. I changed the internal interface manually, the dhcp etc. From the DMZ side I was able to reach the internet and the ASL login screen but from the internal network I didn't. The ASL was reachable by ping.
Is there anyone how has experience in this issue ?


This thread was automatically locked due to age.
  • I changed it a number of times without problem.
    I couldn't do it in webadmin as the interface was in use, but i changed it directly in the configuration file and the change was immediate.
    You could have a delay if your ASL is plugged into a swith tho, because of ARP tables.
  • Thanx Marc for your replay.
    What I didn't mentioned that I'm using ASL version 5.1.
    I changed the internal interface by the online client (connected from the DMZ side). The dhcpd config file I changed on the shell. After then the current interface status screen seems to be ok (the IP was changed). But under Network Definition there were the comment under the interface that it is unresolved.
    Have you got any idears.
    Which config files you changed ?
  • remark: My understanding was that with version 5 ASL holds his configuration not only in config files as well in a database.
    Is this right ?
  • Sorry, can't remember the files i changed, i search for the ones having the old IP with grep -H

    i don't know about a configuration database ...
  • I fixed it. I changed the IP address in the /etc/wfe/conf/itf.conf and /etc/wfe/conf/dhcpd (dhcp service). But you have to reboot the firewall twice. At the first time I got the same message as before that the interface is unresolved but after the second reboot it was up and running !
    Thanks for your help.