We connect Windows10 PC and fx30 via Ethernet cable and want to use fx30 as a router.
We were able to ping from fx30 to 8.8.8.8 referring to the ticket below.
We try with Linux PC machine, but
But ping is disconnected during ping 192.168.2.2.
legato@ubuntu:~$ ping 192.168.2.2
PING 192.168.2.2 (192.168.2.2) 56(84) bytes of data.
64 bytes from 192.168.2.2: icmp_seq=1 ttl=64 time=4.37 ms
64 bytes from 192.168.2.2: icmp_seq=2 ttl=64 time=1.57 ms
64 bytes from 192.168.2.2: icmp_seq=3 ttl=64 time=1.70 ms
64 bytes from 192.168.2.2: icmp_seq=4 ttl=64 time=2.10 ms
64 bytes from 192.168.2.2: icmp_seq=5 ttl=64 time=2.55 ms
64 bytes from 192.168.2.2: icmp_seq=6 ttl=64 time=2.60 ms
64 bytes from 192.168.2.2: icmp_seq=7 ttl=64 time=1.57 ms
64 bytes from 192.168.2.2: icmp_seq=8 ttl=64 time=4.04 ms
64 bytes from 192.168.2.2: icmp_seq=9 ttl=64 time=3.28 ms
64 bytes from 192.168.2.2: icmp_seq=10 ttl=64 time=4.03 ms
64 bytes from 192.168.2.2: icmp_seq=11 ttl=64 time=4.08 ms
64 bytes from 192.168.2.2: icmp_seq=12 ttl=64 time=2.87 ms
64 bytes from 192.168.2.2: icmp_seq=13 ttl=64 time=3.15 ms
64 bytes from 192.168.2.2: icmp_seq=14 ttl=64 time=4.14 ms //after this ping, keep disconnecting
^C
— 192.168.2.2 ping statistics —
36 packets transmitted, 14 received, 61% packet loss, time 35511ms
rtt min/avg/max/mdev = 1.576/3.008/4.373/0.984 ms
We were able to access 192.168.2.2.
And we confirmed that we can ping Linux PC and FX30 or not.
//Procedure//
1 ssh192.168.2.2
2 app runProc modemDemo send --exe=send – 1234567 “Online”
3 ping 8.8.8.8 from fx30
4 Connect Linux PC and Fx30 using ethernet cable.
5 ping 192.168.13.1 from fx30 (Linux PC interface eth0: 192.168.13.1)
6 ping 192.168.13.31 from Linux PC
7 Open internet browser
#5 and #6 are success.
please see the attached “ping.png”.
Thank you for providing the advice.
Please tell us about cfg_gateway.sh.
We tried below prcedure.
Download the cfg_gateway.sh script to the MangOH device (also found under /scripts in theMangOH GitHub) using the following:
scp ./scripts/cfg_gateway.sh root@192.168.2.2:/tmp/.
We confirm that cfg_gateway.sh is saved to /tmp/ of FX30 after above procedure.
However once power off FX30, cfg_gateway.sh is erased from /tmp/ of FX30.
Is this correct behavior?
In other words, do we have to download cfg_gateway.sh every time that we power off FX30?