tech-net archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Google Compute Engine networking stopped working
On Mon, Aug 28, 2017 at 3:34 PM, Roy Marples <roy%marples.name@localhost> wrote:
> On 21/08/17 23:03, Roy Marples wrote:
> I just tested your exact config (based on the output) and does appear to be
> working fine for me on -current. Let me know otherwise!
Hm. Both dhcpd 6.11.5 and 7.0.0-rc1 fail at setting the two required
routes (host route to the gateway + default route via the gateway).
dhcpcd 6.11.5 (on -current from March) gets the following routing table:
Internet:
Destination Gateway Flags Refs Use Mtu Interface
10.240.0.1/32 link#2 UC - - 1460 vioif0
10.240.0.3 127.0.0.1 UGHS - - 1460 lo0
10.240.0.3/32 link#2 UC - - - vioif0
127/8 127.0.0.1 UGRS - - 33624 lo0
127.0.0.1 lo0 UH - - 33624 lo0
(Missing the default route. Adding "route add default 10.240.0.1 -ifp
vioif0" gets me working network.)
dhcpcd 7.0.0-rc1 on -8:
Internet:
Destination Gateway Flags Refs Use Mtu Interface
default 10.240.0.1 UGS - - 1460 vioif0
10.240.0.2 link#2 UHC - - 1460 vioif0
10.240.0.2/32 link#2 UC - - - vioif0
127/8 127.0.0.1 UGRS - - 33624 lo0
127.0.0.1 lo0 UHl - - 33624 lo0
255.255.255.255 link#2 UHCS - - 1460 vioif0
(Missing the host route. However, it looks like I can recreate it with
"route add 10.240.0.1/32 10.240.0.2 -ifp vioif0".)
--Benny.
Home |
Main Index |
Thread Index |
Old Index