Date: Thu, 01 Jul 1999 18:52:06 +0300 From: Dimitar Peikov <root@www.koral.bg> To: freebsd-ipfw@freebsd.org Subject: strange things Message-ID: <199907011552.SAA00985@www.koral.bg>
next in thread | raw e-mail | index | archive | help
I installed FreeBSD 3.1 serving as a gateway for our private network (ethernet - ed0) to Inet(ppp0). Last 2-3 days I found strange behavior of that host. I can establish connection to any host I want to, even from local network to Inet. When system boots, everything is ok, but after several hours no one from Inet cannot connect to me if they want to create the connection. I've use natd to transport local IP to the Inet dealing convertion using modem IP. Here is my ipfw rules: 00100 allow ip from any to any via lo0 00100 divert ip from any to any via ppp0 00200 deny ip from any to 127.0.0.0/8 65000 allow ip from any to any 65535 allow ip from any to any I can't understand whats up! It's funny that several hours everything is ok..... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907011552.SAA00985>