Jel može neko da mi pomogne da promijenim stanje u iptabelama sa DROP na ACCEPT. Trenutno izgleda ovako
Code:
Chain ipfilter (1 references)
target prot opt source destination
DROP all -- anywhere anywhere destination IP range 10.0.0.1-10.255.255.254
DROP all -- anywhere anywhere
Chain ipfilter (1 references)
target prot opt source destination
DROP all -- anywhere anywhere destination IP range 10.0.0.1-10.255.255.254
DROP all -- anywhere anywhere
a meni je potrebno da izgleda ovako
Code:
Chain ipfilter (1 references)
target prot opt source destination
DROP all -- anywhere anywhere destination IP range 10.0.0.1-10.255.255.254
ACCEPT all -- anywhere anywhere
Chain ipfilter (1 references)
target prot opt source destination
DROP all -- anywhere anywhere destination IP range 10.0.0.1-10.255.255.254
ACCEPT all -- anywhere anywhere
vidovic-slobodan.blogspot.com