Page 1 of 1
assign more than one ip address
Posted: Thu Sep 08, 2016 9:49 am
by kolorasta
is it possible to assign more than one ipv4 address to the switch?
Re: assign more than one ip address
Posted: Thu Sep 08, 2016 9:52 am
by sirhc
The only thing you can do is assign a NON ROUTABLE secondary IP address to each VLAN defined.
REMEMBER THIS IS A NON ROUTABLE IP.
Look under the VLAN Tab.
You can not assign an IP to the default VLAN (at top of list) as that is where the main IP lives and since this is the management IP it is routable.
Re: assign more than one ip address
Posted: Thu Sep 08, 2016 11:52 am
by kolorasta
My Netonix is in 192.168.0.0/24 lan.... and i want to whatchdog an 192.168.1.0/24 device.... i'm a bit lost configuring vlan
Re: assign more than one ip address
Posted: Thu Sep 08, 2016 6:55 pm
by mlow
if you already have a VLAN that 192.168.1.0/24 is running on, it's easy - click the gear icon on the VLAN's row, and there you can enter an IP for the switch to watchdog with
If 192.168.0.0/24 and 192.168.1.0/24 are in the same segment (VLAN) then you either need to put your switch into the same subnet as the device you want to watchdog (or the device in the same subnet as the switch), or you need a router that will route between 192.168.0.0/24 and 192.168.1.0/24. You COULD put them in the same subnet without changing either of their IPs, by changing their netmask's to 255.255.254.0 (/23)
Re: assign more than one ip address
Posted: Sat Sep 10, 2016 2:31 am
by kolorasta
I understand. thank you