Plcnext support

Dear Experts.
I have 2 issues with AXC F 2152 PLCnext please.
library store.PNG
1. AXC F 2152 have 2-port RJ45. Can I use them separately? Each port one IP Network. If they are only switch mode, Can I using many IP network for AXC F 2152
2. I need using IEC60870-5-101_104 from store( see picture). Is SD Card mandatory to come with it?
Best.

interfaces.txt Hi.

      1. Ethernet ports of AXCF2152 are tiny switch, and no opportunity to maintenance it separately. But you can add several ip addresses to Ethernet adapter via configuration of /etc/network/interfaces. Please find config of my test plc attached. Please be careful while modification of this file, becose you may lost connection to plc via IP if mess.
      2. I have no information about this question.

BR

interfaces.txt

For the question about the SD card - if the app documentation is not clear on this question, then you can contact the developers of the app using the „Contact Developer“ button that can be seen in your screen shot.

[https://forum.plcnext-community.net/uploads/2CRCRJPNBMV7/interfaces.txt</a></p> Hi.</p>
1. Ethernet ports of AXCF2152 are tiny switch, and no opportunity to maintenance it separately. But you can add several ip addresses to Ethernet adapter via configuration of /etc/network/interfaces. Please find config of my test plc attached. Please be careful while modification of this file, becose you may lost connection to plc via IP if mess.</li>
2. I have no information about this question.</li></ol>BR</p>

Thank for your response.
I don’t know how to set many IP for PLCNext.
Can you guide to me.
Best.

#Oleksandr Guminskiy
How can I find /etc/network/interfaces and import into PLC.
Many Thanks

Hello.
This file is already exists on plc file structure, literary at /etc/network/interfaces Use sftp or ssh client to Winscp / Pytty etc to deal with it. https://www.plcnext.help/te/Operating_System/Connecting_to_the_controller.htmAlso you have to enable root user to modify files in /etc directory. https://www.plcnext.help/te/Operating_System/Root_rights.htm?rhhlterm=root&rhsearch=root
BR