316198
Written by fredward on September 11th, 2007blah @ natd.conf
So, I managed to get my box setup but realized I had some daemons / services running that well, I really didnt’ want to have on my router so I decided to setup another box. Managed to get it up running and updated but for some reason my forwarding rules aren’t working
They’re working fine for my Windows box but not the other FreeBSD box.. I’ve compared the rules and they’re in the exact same syntax.. the only thing I can think of is that since I’m having to manually set a static ip there’s some information missing from my FreeBSD interface that’s not going through the network properly
ifconfig_rl0=”inet 192.168.2.60 netmask 255.255.255.0″
defaultrouter=”192.168.2.40″
Every manual i’ve read just says to put ^^ two lines in my /etc/rc.conf file and it’ll work.. but it’s not. Even though it’s working internally.. which, under the ruleset shouldn’t even work… which means it might be going to the wrong interface.. no, because there’s only one interface in that effing box. and it’s the same as grrrr.
i’m going to figure this thing out.