Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Configuring network after fresh boot to lime2



On Fri, 18 Nov 2022, Sagar Acharya wrote:
I flashed an image to sd card and I want to install packages using wired ethernet cable but I'm unable to connect to internet. With root user,

ping hyperbola.info
ping: Cannot resolve "hyperbola.info" (Host name lookup failure)

ifconfig shows interface awge0 with static ipv6.

I usually would do dhcpcd -I awge0 which would enable my network connection.

The images have dhcpcd enabled in /etc/rc.conf. Try using as root:

# dhcpcd awge0

If dhcpcd is already running it will send the command to it. If
not try manual configuration.

Are you using the correct cable? Are you connecting this board to
another computer or to a router (straight vs crossover cable)?.
This device is gigabit. I had problems before with cheap cables,
and altought I can configure for example the rpi4's ethernet in linux
with ethtool and make it work at 100mbps, in netbsd mediaopt
100baseTX will make the device work with this cable (cat-v) but
with crc errors (useless in the end).

Are you using ipv6? Have you enabled npf? Can you ping the gateway
and this is just a dns problem? How about posting the output of
ifconfig awge0, /etc/rc.d/dhcpcd restart, etc...

adr.


Home | Main Index | Thread Index | Old Index