Options

after olive power-off, "ping: sendto: No route to host"

opticalcopticalc Registered Users Posts: 2 ■□□□□□□□□□
for some reason, after a power-off, and then after a boot, em0 shows as down and I get "ping: sendto: No route to host" when I try to ping em0.16's own IP from itself.
interfaces {
em0 {
vlan-tagging;
unit 16 {
vlan-id 16;
family inet {
address 16.16.16.6/24;
}
}
}
}

sroot> show interfaces terse
Interface Admin Link Proto Local Remote
cbp0 up up
demux0 up up
dsc up up
em0 down up
em0.16 up down inet 16.16.16.6/24
em0.32767 up down


root> ping 16.16.16.6
PING 16.16.16.6 (16.16.16.6): 56 data bytes
ping: sendto: No route to host

I have to delete em0, and commit, then readd it and commit and it starts working. the lo0 doesnt do this. is it some sort of bug with the e1000 emulation? I like e1000 because of the multiple units it supports but I've not noticed any fxp0's doing this. Any ideas?
Sign In or Register to comment.