firewall and iscsi
hi,
I have a server with iscsi disk (no internal disk)
When i start the firewall, the server is down (no acces disk)
I have open the port 3260 (udp and tcp), but i have the same problem.
How to configure Bastille for the first action is open the iscsi port.
If i execute this scripts, it's OK (ony accès with ssh por the test)
iptables -A INPUT -i eth0 -s xxx.xxx.xxx.xxx -p tcp --dport 3260 -j ACCEPT
iptables -A INPUT -i eth0 -s xxx.xxx.xxx.xxx -p udp --dport 3260 -j ACCEPT
iptables -A INPUT -i eth0 -p tcp --dport 22 -j ACCEPT
iptables -P INPUT DROP
|
Recent comments
3 hours 20 min ago
10 hours 1 min ago
13 hours 51 min ago
15 hours 30 min ago
23 hours 56 min ago
1 day 9 hours ago
1 day 10 hours ago
1 day 13 hours ago
1 day 18 hours ago
1 day 18 hours ago