cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
424
Views
0
Helpful
1
Replies

Change MARS nerwork and vlan

vaba
Level 1
Level 1

Hi,

I have installed MARS 6 in my network and I monitored router and ASA, but i want move MARS server physicality and logical to new vlan network. Need change ip address and gateway on MARS to work correctly. Can i do this or MARS need backup database and reimage server. Is heve a procedure for this case

1 Accepted Solution

Accepted Solutions

tim.wodarski
Level 1
Level 1

log into the CLI of the MARS box. at the command prompt, type:

ifconfig ?

this will show you the command to change the IP. for example:

ifconfig eth0 192.168.0.100 255.255.255.0

whenever you change the IP, it requires a reboot.

to change the gateway, the command is:

gateway 192.168.0.1 (or whatever your gateway IP address is)

hope this helps.

View solution in original post

1 Reply 1

tim.wodarski
Level 1
Level 1

log into the CLI of the MARS box. at the command prompt, type:

ifconfig ?

this will show you the command to change the IP. for example:

ifconfig eth0 192.168.0.100 255.255.255.0

whenever you change the IP, it requires a reboot.

to change the gateway, the command is:

gateway 192.168.0.1 (or whatever your gateway IP address is)

hope this helps.