Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 22 to 22 | ||||||||
sudo firewall-cmd --add-rich-rule='rule family=ipv4 source address=92.6.153.82 accept' | ||||||||
Changed: | ||||||||
< < | not working | |||||||
> > | this worked:
firewall-cmd --zone=jackson --add-rich-rule='rule family=ipv4 source address=92.6.153.82/32 port port=4470 protocol=udp accept' jackson rules. Add interface to make active jackson (active) target: default icmp-block-inversion: no interfaces: bond0.108 sources: services: ssh ports: 4471-65535/udp 0-4463/udp 0-65535/tcp protocols: masquerade: no forward-ports: source-ports: icmp-blocks: rich rules: rule family="ipv4" source address="92.6.153.82/32" port port="4470" protocol="udp" accept rich rule added to open up port 4470 | |||||||
How to get ip address of connected | ||||||||
Added: | ||||||||
> > | ||||||||
\ No newline at end of file |