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

Re: Install Not Allowing Any Mirror



On Sun, Jun 18, 2017 at 1:11 PM, Stephen Rasku <srasku@gmail.com> wrote:

> How can I resolve this?

I ended up opening a virtual console and fixing the network manually.
Specifically, I did:

~ # ip link set eth0 up
~ # ip addr add 10.0.2.16/24 dev eth0
~ # ip route delete default
~ # ip route add default via 10.0.2.1
~ # ping mirror.it.ubc.ca  # to verify

After that the install proceeded normally.

...Stephen


Reply to: