2006/6/16, Srikant Tangirala <[EMAIL PROTECTED]>:
I am trying to connect my obsd 3.8-stable system to internet
via PPPoE ( ISDN connection-64Kbps). ppp program reports
an established connection, ifconfig shows an IP address
assigned to tun0 interface. But i simply can't use any program
like ping, ftp or firefox to connect to any server. They say
"no route to host". I must be doing something stupid. Is the
pf ruleset the problem?
Probably not. ppp(8) is your friend.
default:
set log Phase Chat LCP IPCP CCP tun command
pppoe:
set device "!/usr/sbin/pppoe -i rl0"
set mtu max 1492
set mru max 1492
set speed sync
disable acfcomp protocomp
deny acfcomp
set authname "[EMAIL PROTECTED]"
set authkey "************"
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
add! default HISADDR
This should give you a default route(8).
Best
Martin