Recently I upgraded from OpenBSD 4.8 to 5.2.
I followed the installation guide whereby you burn ISO's and boot off them, choose the Upgrade option.
Anyhow, after stepped into 5.0, I was no longer able to use wget to test connectivity. dig was succeeding but wget was not, claiming "no route to host".
i could ping the gateway, and outside of it. so I deleted the default route, and recreated it. done.
route delete default
route add default [your.default.gw.ip]
also, i had to comment out the following line in /etc/pf.conf
set require-order yes
then reloaded pf
pfctl -f /etc/pf.conf
No comments:
Post a Comment