I have a firewall using RH7.1 up and bascially running. This is an upgade from a RH 5.2 system that I have been running for several years. It can do all the normal things, web browsing, email, aim, etc. Real Audio even works. My questions is, I was not able to run the following commands that I had in the 5.2 version:
modprobe ip_masq_irc
modprobe ip_masq_raudio
modprobe ip_masq_ftp
Everything seems to be working expect an interactive game my son plays. It worked under the old firewall but not now. I was thinking that is because I didn't install the moduled listed above but when I try I get the error message "Can't locate module ip_masq_irc" same with the other 2 modules. Basically, the ip_masq_x modules don't seem to be on the system or in the release for that matter expept perhaps in a 6.2 compatability module that I didn't load.
Should I try to install these ip_masq modules? Are they opsolete? If I should use them, where should I get them? Is this the right tree to bark up for the game problem?
My IPCHAINS conf is:
:input ACCEPT
:forward DENY
utput ACCEPT
-A input -s 0/0 -d 0/0 80 -p tcp -y -j ACCEPT
-A input -s 0/0 -d 0/0 -i lo -j ACCEPT
-A input -s 0/0 -d 0/0 -i eth1 -j ACCEPT
-A input -s 216.200.162.6 53 -d 0/0 -p udp -j ACCEPT
-A input -s 216.227.56.120 53 -d 0/0 -p udp -j ACCEPT
-A input -s 64.34.4.36 53 -d 0/0 -p udp -j ACCEPT
-A input -s 0/0 -d 0/0 -p tcp -y -j REJECT
-A input -s 0/0 -d 0/0 -p udp -j REJECT
-A forward -s 192.168.1.0/255.255.255.0 -j MASQ
-A forward -i eth0 -s 192.168.1.0/24 -d 0.0.0.0/0 -j MASQ
-A forward -s 0.0.0.0/0 -d 0.0.0.0/0 -l -j DENY