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 25 min ago
22 hours 31 min ago
1 day 3 hours ago
1 day 10 hours ago
1 day 10 hours ago
1 day 12 hours ago
1 day 16 hours ago
1 day 23 hours ago
2 days 3 hours ago
2 days 4 hours ago