Ok let me start off that I have little knowledge about FreeBSD, networking and programming. My first e-mail didn't really go into detail on what exactly I did, nor did it explain what exactly what I am trying to do. But I am very close to getting my solution done here I believe.
I have a gateway for my network, a FreeBSD machine that my brother operates and fixes. He did all the work for our network and he refuses to help me with my forwarding of ports to my computer. (He's forcing me to do all the work for redirecting ports for any system I have including my PC) I have very little knowledge about this but I did much research so far. Let me explain what I have done. Note: I have had NO experience with FreeBSD in the past, this is my first time doing this.
Our machine uses ipf and ipnat for the networking. Here are the rules for ipf:
pass in all
pass out all
*EOF*
That's it. So ipf is not going to be the problem, (according to my brother.)
Here are the rules for ipnat.The last two rules is what I did so far:
map ep0 192.168.42.0/24 -> 63.198.180.111/32 portmap tcp/udp 40000:60000
map ep0 192.168.42.0/24 -> 63.198.180.111/32
rdr ep0 0.0.0.0/0 port 2022 -> 192.168.42.20 port 22 tcp
rdr ep0 0.0.0.0/0 port 6112 -> 192.168.42.10 port 6112 tcp
rdr ep0 0.0.0.0/0 port 10070-10080 -> 192.168.42.15 port 10070 tcp
rdr ep0 0.0.0.0/0 port 6000-6999 -> 192.168.42.15 port 6000 udp
*EOF*
I am trying to forward ports from the server to 192.168.42.15 (my comp) This is all required to receive headset transmissions from the game. The ports that the game requires is UDP incoming info ports 6000-6999, and I believe TCP 10070-10080. I'm 80% sure of the TCP one, but I'll double-check later.
Eventually, I'll convince my brother to make a DMZ zone so I'll never have to bother with !
forwarding a bunch of ports to the computer. But that won't h!
elp till spring break at least. Right now, it is still not working, and I have spent 8-12 hours already to get this far. (Learning how to get to ipnat, freebsd basics, and many other research on this.) I cannot see what is wrong so far since this is my first time really doing this.
I've just about lost all hope, if you see something, or have a sugguestion on how to make this work, please help. Thank you all for reading.
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
