On Mon, Mar 12, 2007 at 12:36:22AM +0530, sac wrote: > > The interface: > > #cat /etc/hostname.bce0 > inet 192.168.1.3 255.255.255.0 NONE > > The routing tables do not show any problems. > But I'm not able to connect or ping my DSL router. Have I missed out > anything or is there anything else that has to be done?
can't ping the dsl router from the bce0 machine, or from a lan host behind the bce0 machine? if the latter, maybe you forgot net.inet.ip.forwarding=1, or don't have a nat rule in pf.conf correctly? if the former, what does 'ifconfig bce0' look like, check to see if you're getting any ARP replies for the enet addr of 192.168.1.1, and perhaps watch tcpdump on bce0 after deleting any (incomplete) entries for 192.168.1.1 and then trying to ping 192.168.1.1 -- jared

