通过网口ssh远程连接milkv duo(固定以太网ip地址)

如果要使用扩展底板的话,就不能够使用rndis功能,因此需要将底板网口连接到路由器上远程连接
首先使用串口和板子连接,使用ifconfig命令读取当前为以太网动态分配的ip


This is a companion discussion topic for the original entry at http://forum.sophgo.com/t/ssh-milkv-duo-ip/253

Hi there!

An alternative you may prefer is to define this in the /etc/network/interfaces file. For example:

# interface file auto-generated by buildroot

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp
  #hwaddress ether xx:xx:xx:xx:xx:xx

Here is a working example on GitHub.