• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
EtherCAT Master: any options?
#32
Hello Andreas,

can't confirm.

I deployed the latest container as you do. I configured "dhcp" also. I do not use any Wifi at all, just "eth0"l.

Then I connected a cable to netPIs industrial ethernet port with a DHCP server. So "cifx0" is getting an ip address and gateway settings etc. automatically.

Then I started a putty session and opened a console on port 22 over "cifx0". The I removed the "eth0" cable, so the only physical connection is "cifx0"

Then I called:
Code:
root@2d70db465dc3:~# ping google.com
^C
root@2d70db465dc3:~# ip route show
default via 172.17.0.1 dev eth0
10.11.0.0/16 dev cifx0 proto kernel scope link src 10.11.5.54
172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.2
root@2d70db465dc3:~# ip route del default
root@2d70db465dc3:~# ip route add default via 10.11.0.10 dev cifx0
root@2d70db465dc3:~# ip route show
default via 10.11.0.10 dev cifx0
10.11.0.0/16 dev cifx0 proto kernel scope link src 10.11.5.54
172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.2
root@2d70db465dc3:~# ping google.com
PING google.com (172.217.23.142): 56 data bytes
64 bytes from 172.217.23.142: icmp_seq=0 ttl=55 time=2.812 ms
64 bytes from 172.217.23.142: icmp_seq=1 ttl=55 time=2.340 ms

Since "eth0" is no more ... the first ping failed. Looking to route shows me that the default gateway goes over "eth0". I change to "cifx0" and then ping to google.com works, so I have Internet access.

Thx
Armin
You never fail until you stop trying.“, Albert Einstein (1879 - 1955)

  Reply


Messages In This Thread
Answer - by maiorfi - March-31st-2018, 02:59 PM
RE: EtherCAT Master: any options? - by Armin@netPI - April-15th-2019, 09:23 PM
RE: EtherCAT Master: any options? - by andreash - April-16th-2019, 10:41 AM
RE: EtherCAT Master: any options? - by Armin@netPI - April-16th-2019, 01:49 PM
RE: EtherCAT Master: any options? - by andreash - April-16th-2019, 01:54 PM
RE: EtherCAT Master: any options? - by Armin@netPI - April-16th-2019, 02:23 PM
RE: EtherCAT Master: any options? - by andreash - April-16th-2019, 03:03 PM
RE: EtherCAT Master: any options? - by Armin@netPI - April-16th-2019, 03:10 PM
RE: EtherCAT Master: any options? - by andreash - April-17th-2019, 03:51 PM
RE: EtherCAT Master: any options? - by Armin@netPI - April-17th-2019, 05:38 PM
RE: EtherCAT Master: any options? - by andreash - April-19th-2019, 11:59 AM
RE: EtherCAT Master: any options? - by Armin@netPI - April-19th-2019, 01:26 PM
RE: EtherCAT Master: any options? - by Armin@netPI - April-20th-2019, 07:31 AM
RE: EtherCAT Master: any options? - by Armin@netPI - April-23rd-2019, 07:24 AM
RE: EtherCAT Master: any options? - by andreash - April-30th-2019, 01:17 PM
RE: EtherCAT Master: any options? - by Armin@netPI - April-30th-2019, 01:46 PM
RE: EtherCAT Master: any options? - by andreash - May-20th-2019, 05:59 PM
RE: EtherCAT Master: any options? - by Armin@netPI - May-20th-2019, 06:37 PM
RE: EtherCAT Master: any options? - by andreash - May-21st-2019, 09:43 AM
RE: EtherCAT Master: any options? - by Armin@netPI - May-21st-2019, 10:13 AM
RE: EtherCAT Master: any options? - by andreash - May-22nd-2019, 09:28 AM
RE: EtherCAT Master: any options? - by Armin@netPI - May-22nd-2019, 10:01 AM
RE: EtherCAT Master: any options? - by andreash - May-22nd-2019, 10:18 AM
RE: EtherCAT Master: any options? - by Armin@netPI - May-22nd-2019, 10:25 AM
RE: EtherCAT Master: any options? - by andreash - May-22nd-2019, 10:33 AM
RE: EtherCAT Master: any options? - by Armin@netPI - May-22nd-2019, 12:11 PM
RE: EtherCAT Master: any options? - by andreash - May-22nd-2019, 01:12 PM
RE: EtherCAT Master: any options? - by Armin@netPI - May-22nd-2019, 02:18 PM
RE: EtherCAT Master: any options? - by andreash - May-28th-2019, 11:39 AM
RE: EtherCAT Master: any options? - by Armin@netPI - May-22nd-2019, 03:00 PM
RE: EtherCAT Master: any options? - by Armin@netPI - May-28th-2019, 01:41 PM
RE: EtherCAT Master: any options? - by andreash - May-28th-2019, 01:57 PM
RE: EtherCAT Master: any options? - by Armin@netPI - May-28th-2019, 02:11 PM
RE: EtherCAT Master: any options? - by andreash - May-28th-2019, 02:21 PM
RE: EtherCAT Master: any options? - by andreash - May-30th-2019, 05:04 PM
RE: EtherCAT Master: any options? - by Armin@netPI - May-30th-2019, 07:55 PM
Answer - by Armin@netPI - March-31st-2018, 06:07 PM
Answer - by maiorfi - April-4th-2018, 05:26 PM
Answer - by Armin@netPI - April-4th-2018, 06:53 PM
Answer - by Armin@netPI - April-19th-2018, 10:49 AM
Answer - by Jorgem - April-19th-2018, 10:50 AM
Answer - by Jorgem - April-20th-2018, 11:41 AM
Answer - by Armin@netPI - April-20th-2018, 12:53 PM
Answer - by Jorgem - April-20th-2018, 01:39 PM
Answer - by Armin@netPI - April-20th-2018, 05:39 PM
RE: Answer - by andreash - April-15th-2019, 06:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  communication cycle as EtherCAT slave tad 2 2,187 April-20th-2021, 11:14 AM
Last Post: tad
  NodeRed and EtherCAT Schranz 3 6,194 September-23rd-2020, 08:01 AM
Last Post: Armin@netPI
  Ethercat master mapping SteP 1 2,350 March-2nd-2020, 12:42 PM
Last Post: Armin@netPI
  EtherCAT Slave OP mode (netPI RTE3) mauroriva 1 2,544 June-20th-2018, 08:38 AM
Last Post: Armin@netPI
  Container IP address - Network Options kimsmyth 2 3,311 January-30th-2018, 11:04 AM
Last Post: kimsmyth

Forum Jump:


Users browsing this thread: 1 Guest(s)