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

importing config 3.2-->4.08

I installed Astaro4.08 without any problem. Then I imported saved configuration from Astaro 3.2. During restore I was warned that some of the configuration can be lost since I am importing 3.2 config to 4.08 system.  Config was imported successfuly and system was working  for few seconds. After few seconds I am losing browser connection to Webadmin and cannot access config anymore.
What could be a problem?

thanks for help   


This thread was automatically locked due to age.
Parents
  • That could be many things. The fact that you say it was working, then it was not makes things more difficult to diagnose.

    Assuming you are Linux fluent, first log onto the console and look at the following in /etc/wfe/conf with the joe editor:

    • itf.conf: Are the interface settings correct?
    • settings: Is the webadmin network set to Any?
    • routesdata: Are you keeping the routes simple to start?
    [/list]

    You're just going to have to wade through the settings files in this directory to see what got mussed up. The biggest source of problems is when an install detects interfaces in a different order than a previous install (what used to be eth0 is now eth1). You can edit the icmp file to permit pings and traceroutes to figure out your connectivity issues...
       
  • I found why it was not working but I don't know the real reason behind it.

    In my old configuration I was using port 4443 to access Webadmin. After importing config from old 3.2 I had to edit file /etc/wfe/conf/settings and change port 4443 to port 443 then I could connect to Webadmin without any problem. However, if I change port 443 to 4443 while in Webadmin I am losing connection again and I have to change back to 443 if I want to regain access to Webadmin. There is something what prevents  to use port 4443  
Reply
  • I found why it was not working but I don't know the real reason behind it.

    In my old configuration I was using port 4443 to access Webadmin. After importing config from old 3.2 I had to edit file /etc/wfe/conf/settings and change port 4443 to port 443 then I could connect to Webadmin without any problem. However, if I change port 443 to 4443 while in Webadmin I am losing connection again and I have to change back to 443 if I want to regain access to Webadmin. There is something what prevents  to use port 4443  
Children