Date: Mon, 23 Oct 2017 15:19:04 -0400 From: Efren Bravo <efrenba@gmail.com> To: freebsd-questions@freebsd.org Subject: Routing problem Message-ID: <CAC-QnVUYd1yy0L5iT5bfXaio2jePhd4ikTY3qa8vxVY2gw2BUQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi there, I installed a FreeBSD 10.1 box and upgraded to 10.4. I tried to configure this box as a FW but I can't get ping works from inside LAN to outside world, neither any tcp/upd connection. Basic configs: router ip: 190.92.124.89 kernel (recompiled & installed OK): a lot of innecesary things disabled before recompilation --- options IPFILTER options IPFILTER_LOG options IPFILTER_LOOKUP options IPFILTER_DEFAULT_BLOCK /etc/rc.conf --- #WAN ifconfig_re0="inet 190.92.124.90 netmask 255.255.255.248" # LAN ifconfig_em0="inet 10.170.0.1 netmask 25.255.255.128" defaultrouter="190.92.124.89" gateway_eanble="YES" /etc/ipfilter.rules --- pass out quick lo0 all pass in quick lo0 all pass out quick em0 all pass in quick em0 all pass out quick re0 all pass in quick re0 all Routing tables --- Destin GW Flags Netif default 190.92.124.89 UGS re0 10.170.0.0/25 link#1 U em0 10.170.0.21 link#1 UHS lo0 127.0.0.1 link#3 UH lo0 190.92.124.88/29 link#2 U re0 190.92.124.91 link#2 UHS lo0 >From inside box I can ping outside world and inside LAN, but from a internal PC (IP:10.170.0.11) I cannot reach outside world. I need help, someone who tell where to look to fix it because I don't realize why happens this. thanks in advance -- ---------------- Efren Bravo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAC-QnVUYd1yy0L5iT5bfXaio2jePhd4ikTY3qa8vxVY2gw2BUQ>