Notice: Undefined offset: 0 in /var/www/html/qa-plugin/custom-override/pages/question.php on line 258

Notice: Trying to access array offset on value of type null in /var/www/html/qa-plugin/custom-override/pages/question.php on line 258
 RutOS 7 IP Aliasing Support - Crowd Support Forum | Teltonika Networks

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
621 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)?

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1490

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1490

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1490

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1604

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1605

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

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1490

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1490

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1490

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1604

Notice: Undefined index: title in /var/www/html/qa-theme/Teltonika/qa-theme.php on line 1605
by anonymous
No idea when it will be implemented?

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