Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => AM3352 => Topic started by: minikdo on July 06, 2015, 09:03:32 PM

Title: ssh to AM3352-SOM-EVB
Post by: minikdo on July 06, 2015, 09:03:32 PM
Hi,

Can anybody help me to ssh to my AM3352-SOM-EVB (AM3352_debian_3_12_VGA_1024x768_preliminary_release_3.img)?

I've got the 8021q enabled

(

# ping 192.168.1.254
PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data.
From 192.168.1.10 icmp_seq=1 Destination Host Unreachable
From 192.168.1.10 icmp_seq=2 Destination Host Unreachable
From 192.168.1.10 icmp_seq=3 Destination Host Unreachable

# ifconfig eth4.222
eth4.222  Link encap:Ethernet  HWaddr 00:e0:4c:08:94:af
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::2e0:4cff:fe08:94af/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1763 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:74402 (72.6 KiB)


Thanks ;-)
Title: Re: ssh to AM3352-SOM-EVB
Post by: minikdo on July 07, 2015, 04:14:53 PM
OK. Solved.

It turns out systemd on that image renames eth0->eth2, eth1->eth3 on boot, so that /etc/interfaces (eth0,eth1) won't go up...
I'm referring to: AM3352_debian_3_12_VGA_1024x768_preliminary_release_3.img

Title: Re: ssh to AM3352-SOM-EVB
Post by: quangnd on November 26, 2019, 01:23:56 PM
then how do you fix this ?
I'm facing the same problem ?
thanks !