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
298 views 1 comments
by anonymous
Hi All

We have a case and we need to have multiple secondary IPv4 Address in our LAN Side interface.

Anyone tried this and worked ?
by anonymous

In pre v7 firmwares you could find this under IP alias in the LAN configuration.

But in the current v7 this seems to be missing, but

1 Answer

0 votes
by anonymous
Hello,

Add aliases in /etc/config/network like:

config alias                                                            
        option interface 'lan'                                          
        option proto 'static'                                           
        option ipaddr '172.16.1.1'                                      
        option netmask '255.255.255.0'                                   

and execute /etc/init.d/network restart.

Regards,