Please help.
I have replaced a 8.x FreeBSD router with a 9.1. The machine refuses to route. Here is my rc.conf:
The machine is connected to the internet. Other machines using this machine as the gateway have their
Need we build a custom routing kernel like in the old days?
I have replaced a 8.x FreeBSD router with a 9.1. The machine refuses to route. Here is my rc.conf:
Code:
hostname="valcor.ob1net.net"
ifconfig_em0=" inet 173.13.184.18 netmask 255.255.255.248"
ifconfig_em1=" inet 10.0.0.1 netmask 255.255.255.0"
ifconfig_em1_alias0=" inet 10.25.0.3 netmask 255.255.0.0"
defaultrouter="173.13.184.22"
gateway_enable="YES"
firewall_enable="YES"
firewall_type="OPEN"
natd_enable="YES"
natd_interface="em0"
natd_flags="-m -s"
sshd_enable="YES"
usbd_enable="YES"
ntpd_enable="YES"
ntpd_sync_on_start="YES"
ntpdate_enable="YES"
apache22_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
bb_enable="YES"
ipfw list
:
Code:
00100 allow ip from any to any via lo0
00200 deny ip from any to 127.0.0.0/8
00300 deny ip from 127.0.0.0/8 to any
00400 deny ip from any to ::1
00500 deny ip from ::1 to any
00600 allow ipv6-icmp from :: to ff02::/16
00700 allow ipv6-icmp from fe80::/10 to fe80::/10
00800 allow ipv6-icmp from fe80::/10 to ff02::/16
00900 allow ipv6-icmp from any to any ip6 icmp6types 1
01000 allow ipv6-icmp from any to any ip6 icmp6types 2,135,136
65000 allow ip from any to any
65535 deny ip from any to any
uname -a
:
Code:
FreeBSD valcor.ob1net.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
The machine is connected to the internet. Other machines using this machine as the gateway have their
traceroute
's terminate at 10.0.0.1.Need we build a custom routing kernel like in the old days?