Skip to main content

IPCOP - How to block IP address's, ranges etc...

More
13 years 4 months ago #35964 by stevied81
Hi

I am going to test it as soon as I can get hold of my wireless guy. This subnet if going to be for VOIP so no phones configured yet. But when I can get onto the new access point I can see if I can ping through to the Mitel.
More
13 years 4 months ago #35966 by stevied81
Hi

Okay I am doing a tracert from our remote AP to our Mitel box.

Remote AP IP is 10.14.0.1
Local AP is 172.25.0.13 (or 10.3.0.112)
Wireless IPCop box is 10.3.0.8 (or 10.0.0.8)
Mitel box Ip is 10.0.0.200

so doing a tracert from 10.14.0.1

I get to 10.3.0.8 and then it times out. So I am assuming the IPCop is not routing it or not allowing it somehow???
More
13 years 4 months ago #35967 by stevied81
dunno why it put a smiley in there lol. should be .8 - 10.0.0.8
More
13 years 4 months ago #35969 by stevied81
Hi, how do I edit the iptables if the copfilter addon is on that ipcop box?
More
13 years 4 months ago #35981 by stevied81
Hi

I am trying to allow the IP address range 10.15.0.0/24 to access the range 10.0.0.0/22 more specifically 10.0.0.200

but when i try and vi rc.local within the /etc/rc.d folder it comes up with this:


root@firewall:~ # cd /etc/rc.d
root@firewall:/etc/rc.d # vi rc.local
#!/bin/sh


# COPFILTER START - do not modify
# start local programs
echo "starting p3scan ..."
env /var/log/copfilter/default/opt/p3scan/etc/init.d/copfilter_p3scan config
echo "starting avgscan (if installed) ..."
env /var/log/copfilter/default/opt/avg/etc/init.d/copfilter_avgscan config
echo "starting fprotd (if installed) ..."
env /var/log/copfilter/default/opt/f-prot/etc/init.d/copfilter_f-protd config
echo "starting clamd ..."
env /var/log/copfilter/default/opt/clamav/etc/init.d/copfilter_clamd config
echo "starting spamd ..."
env /var/log/copfilter/default/opt/mail-spamassassin/etc/init.d/copfilter_spamd config
echo "starting havp ..."
env /var/log/copfilter/default/opt/havp/etc/init.d/copfilter_havp config
echo "starting frox ..."
env /var/log/copfilter/default/opt/frox/etc/init.d/copfilter_frox config
echo "starting privoxy ..."
env /var/log/copfilter/default/opt/privoxy/etc/init.d/copfilter_privoxy config
echo "starting proxsmtpd ..."
"rc.local" 37L, 1761C


not sure how to go about doing this. this is the final step to getting our voip working. the last step we did worked and allowed us through our 10.0.0.8 IPCop box. Now it is just the 10.0.0.6 IPCop box that is in the way.

Thanks for your help so far !
Time to create page: 0.156 seconds