[ vidonk @ 11.03.2020. 11:43 ] @
Pozdrav forumaši,
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

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
[ vidonk @ 13.03.2020. 10:45 ] @
Riješio sam, zapravo je vrlo jednostavno evo je komanda

Code:

iptables -R ipfilter 2 -j ACCEPT