Hi,

I've recompiled OpenBSD from todays CVS( amd64 ).
I'm using pppoe( userland ) and everything was working fine, till the update.
Now i can't even set my default gateway:

$ ping 213.63.13.1
PING 213.63.13.1 (213.63.13.1): 56 data bytes
64 bytes from 213.63.13.1: icmp_seq=0 ttl=126 time=19.305 ms
64 bytes from 213.63.13.1: icmp_seq=1 ttl=126 time=18.073 ms
--- 213.63.13.1 ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 18.073/18.689/19.305/0.616 ms

$ sudo route add default 213.63.13.1
Password:
route: writing to routing socket: Network is unreachable
add net default: gateway 213.63.13.1: Network is unreachable

Using an old router, i've setup a new gateway, in 192.168.1.100:
$ sudo route add default 192.168.1.100
add net default: gateway 192.168.1.100

$ netstat -rn
Routing tables

Internet:
Destination Gateway Flags Refs Use Mtu Interface
default            192.168.1.100      UGS         2       17      -   re0
(...)


I can ping all hosts:
$ ping www.openbsd.org
PING www.openbsd.org (129.128.5.191): 56 data bytes
64 bytes from 129.128.5.191: icmp_seq=0 ttl=237 time=177.337 ms
64 bytes from 129.128.5.191: icmp_seq=1 ttl=237 time=174.459 ms
--- www.openbsd.org ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 174.459/175.898/177.337/1.439 ms

But...

$ traceroute 129.128.5.191
traceroute to 129.128.5.191 (129.128.5.191), 64 hops max, 40 byte packets
sendto: No route to host
1 traceroute: wrote 129.128.5.191 40 chars, ret=-1
*sendto: No route to host
traceroute: wrote 129.128.5.191 40 chars, ret=-1

This happens with every host.
Thanks for the time.

Best Regards,
Pedro Marcolino

Reply via email to