Code:
root@gateway:/usr/home/tim.falardeau # netstat -rn
Routing tables
Internet:
Destination Gateway Flags Netif Expire
default xx.xx.xxx.90 UGS em0
xx.xx.xxx.88/30 link#1 U em0
xx.xx.xxx.89 link#1 UHS lo0
127.0.0.1 link#3 UH lo0
192.168.1.0/24 link#2 U em1
192.168.1.1 link#2 UHS lo0
Internet6:
Destination Gateway Flags Netif Expire
::/96 ::1 UGRS lo0
::1 link#3 UH lo0
::ffff:0.0.0.0/96 ::1 UGRS lo0
fe80::/10 ::1 UGRS lo0
fe80::%lo0/64 link#3 U lo0
fe80::1%lo0 link#3 UHS lo0
ff01::%lo0/32 ::1 U lo0
ff02::/16 ::1 UGRS lo0
ff02::%lo0/32 ::1 U lo0
Code:
root@gateway:/usr/home/tim.falardeau # cat /etc/rc.conf
hostname="gateway"
ifconfig_em0="inet xx.xx.xxx.89 netmask 255.255.255.252"
defaultrouter="xx.xx.xxx.90"
ifconfig_em1="inet 192.168.1.1 netmask 255.255.255.0"
gateway_enable="YES"
#DHCPd
dhcpd_enable="YES"
dhcpd_ifaces="em1"
sshd_enable="YES"
ntpd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
Code:
root@gateway:/usr/home/tim.falardeau # cat /etc/resolv.conf
nameserver 75.75.75.75
nameserver 75.75.76.76
nameserver 8.8.8.8
nameserver 8.8.4.4
Code:
root@gateway:/usr/home/tim.falardeau # uname -a
FreeBSD gateway 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
I have 2 computers (so far) behind this router/firewall. Neither will connect to the iNet regardless of whether I put them on the network with either a dchpd address (200-250), or a static ip. Firewall is not even installed yet, so that is clearly not the issue. I'm hoping it's some small oversight that one of you can point out and we can all have a laugh at my expense..
I am able to SSH to the router as well as ping it. However, I cannot ping the machine back. I have iNet access on the router itself, everything resolves, and portsnap worked. Just no access on the machines behind it.