tech-net archive

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

Re: Trouble with networking on Google Compute Engine (NetBSD 7)



> Can you download a snapshot of the dhcpcd-6 branch from my repo and try
> it please?

I installed that into /usr/local and put the following into /etc/ifconfig.vioif0:

!/usr/local/sbin/dhcpcd vioif0

The output during boot was:

Configuring network interfaces: vioif0if_route (ADD): Network is unreachable

And I have no default route:

Routing tables
Internet:
Destination        Gateway            Flags    Refs      Use    Mtu Interface
10.240.0.1/32      link#1             UC          -        -   1460L vioif0
10.240.0.4         127.0.0.1          UGHS        -        -   1460L lo0
127/8              127.0.0.1          UGRS        -        -  33648L lo0
127.0.0.1          127.0.0.1          UH          -        -  33648L lo0

The following works:

# route add default 10.0.240.1 -ifp vioif0
add net default: gateway 10.0.240.1


Home | Main Index | Thread Index | Old Index