On my old linux system I was using some custom firewall rules.
(small part of what was in the rc.firewall.local file)
Quote:
IPNR_1="xx.xx.xxx.245"
IPNR_2="xx.xxx.xx.246"
# allow in and point to correct virtual IP
$IPTABLES -I INPUT 30 -p tcp --dport 53 -j ACCEPT -d $IPNR_1
$IPTABLES -I INPUT 30 -p udp --dport 53 -j ACCEPT -d $IPNR_1
$IPTABLES -I INPUT 30 -p tcp --dport 53 -j ACCEPT -d $IPNR_2
$IPTABLES -I INPUT 30 -p udp --dport 53 -j ACCEPT -d $IPNR_2
# allow outgoing
$IPTABLES -I OUTPUT 14 -j ACCEPT -s $IPNR_1
$IPTABLES -I OUTPUT 14 -j ACCEPT -s $IPNR_2
|
The reason I did this was because I have 8 IP's that I wanted to use.
(1 for DNS (NS1) server, 1 for DNS (NS2) server, 1 for email, 1 for FTP etc. etc.)
Is there a way of setting this within the ISPConfig firewall (runing on Fedora core 4) ?
Recent comments
22 hours 34 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 4 hours ago
1 day 5 hours ago
1 day 7 hours ago
1 day 8 hours ago
2 days 25 min ago
2 days 1 hour ago
2 days 4 hours ago