Is it possible to assign an IP range to an interface without having to add each individual IP address to the interface?
Say you wanted to assign 192.168.0.10-192.168.0.20 out of a /24 to eth1.
Thanks,
Chadd
Is it possible to assign an IP range to an interface without having to add each individual IP address to the interface?
Say you wanted to assign 192.168.0.10-192.168.0.20 out of a /24 to eth1.
Thanks,
Chadd
hi
you can’t do this.
you must assign ip address one by one to your interface.
if there are a lot of addresses to add - write a script along these lines:
:for i from=1 to=254 do={/ip ad ad ad="10.0.0.$i/24" interface=Outgoing}