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 ACC IP through Console

Does anybody know how I can change the IP of the ACC through the Console (command line)?
 
I do not have access to the Web Interface before I have changed the IP addres.
 
Thanks,
Raoul.


This thread was automatically locked due to age.
Parents
  • Never mind...
     
    Google is a great tool.
     
    Here is the solution. Example I want to change the IP to 142.112.112.10 and my default gateway is 142.112.112.1 in a Class C network.
     
    This is how you do it:
     
    [FONT=Courier New]host:/root # ifconfig eth0 142.112.112.10 netmask 255.255.255.0 up[/FONT]
     
    [FONT=Courier New]host:/root # route add default gw 142.112.112.1[/FONT]
    [FONT=Courier New][/FONT] 

    [FONT=Courier New]Next login to the web interface on the new IP (https://142.112.112.10:4444)[/FONT]
    [FONT=Courier New]Goto to network and change the IP addres there as well.[/FONT]
     
    If you do not change the IP through the GUI as well you will lose your IP settings on a next reboot of the ACC.
Reply
  • Never mind...
     
    Google is a great tool.
     
    Here is the solution. Example I want to change the IP to 142.112.112.10 and my default gateway is 142.112.112.1 in a Class C network.
     
    This is how you do it:
     
    [FONT=Courier New]host:/root # ifconfig eth0 142.112.112.10 netmask 255.255.255.0 up[/FONT]
     
    [FONT=Courier New]host:/root # route add default gw 142.112.112.1[/FONT]
    [FONT=Courier New][/FONT] 

    [FONT=Courier New]Next login to the web interface on the new IP (https://142.112.112.10:4444)[/FONT]
    [FONT=Courier New]Goto to network and change the IP addres there as well.[/FONT]
     
    If you do not change the IP through the GUI as well you will lose your IP settings on a next reboot of the ACC.
Children
No Data