FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
702 views 1 comments
by anonymous
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

+1 vote
by anonymous

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 anonymous
No idea when it will be implemented?

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