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
184 views 1 comments
by anonymous
Goddmorning,
I need to create a WAN IP alis on RUT240.
RUT240 should have wan configurated with two WAN IP address:
1) WAN DHCP
2) 192.168.0.47/24

I create WAN alias under: NETWORK -- > WAN--> EDIT --> IP Aliases.

When i connect a PC (192.168.0.150/25)  On WAN port of RUT240, RUT doesn't respond to ping (ping 192.168.0.47/24).
Where is my fault?

Best regards

1 Answer

0 votes
by anonymous

Hello,

Thank you for contacting us.

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.

Shadrack

by anonymous

Thanks for your support.

I find WAN Alias here.

My issue is this:
When i use DHCP on WAN port i can't ping Alias 192.168.0.47.
When i use Static configuration on wan port i can ping 192.168.0.47.
Is it possible to ping Alias using DHCP in main configuration?
I try with RUTX10 and it is possible.
How can i do with RUT240?

Thanks.
Best regards