FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13324 questions

15825 answers

25578 comments

50254 members

0 votes
363 views 1 comments
by
When will the latest OS for RUTX11 and similar devices support IP aliases (So I can provide access to some battery management modules that do not permit IPs outside of 192.168.x.x)?

1 Answer

0 votes
by

Hello,

IP alias is not implemented on RUTOS 7 yet. But you can specify it via CLI/SSH client. You should connect to the device via the CLI/SSH client and make a small fix. Modify the vi /etc/config/network (press “i” to start edit) file by adding alias entry at the end. It should look like this:

config alias

        option netmask '255.255.255.0'

        option proto 'static'

        option interface 'lan'

        option ipaddr '192.168.1.10'

Save changes (Esc and :wq). Restart network interface: /etc/init.d/network restart

Regards.

Best answer
by
No idea when it will be implemented?

If more than one alias is required, do you continue using “alias” as the label?