Hi all, I'm having a weird problem with my connection, I switched from cable to dsl (covad), and they gave me a netopia router to be setup in bridge mode so that my OpenBSD 3.9 current can acquire the IP address. My 3.9 has 2 NIC, (fxp0 and xl0). My xl0 is my public IP, my fxp0 is 192.168.3.2, one of my internal machines(Mac) is 192.168.3.111, and my netopia router is 192.168.3.1 all connected to a dumb switch. My openbsd works fine, I'm able to access the net ping my 192.168.3.111 machine and so forth, however, my 3.111 machine cannot ping the 3.2 interface on my BSD even though the BSD can ping the 3.111 and they're on a dumb switch.
Any idea why it's behaving like this, I was able to ping my server before installing the covad router. Unless the covad router is denying my request. My pf.conf file allows me to ping my bsd box internally. Mac(3.111)--------- ------ --------- |-- |switch|--fxp0(3.2)-- | BSD |--xl0----Internet Netopia(3.1) ----- | | | | ------ --------- My ppp.conf default: set log Phase Chat IPCP CCP tun command set redial 15 0 set reconnect 15 10000 pppoe: set device "!/usr/sbin/pppoe -i xl0" disable acfcomp protocomp deny acfcomp set mtu max 1492 set speed sync enable lqr set lqrperiod 5 set cd 5 set dial set login set timeout 0 set authname xxxxxxx set authkey xxxxxx add! default HISADDR enable dns enable mssfixup Thank you