Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

please add icmp as a valid protocol #23

Closed
mylex666 opened this issue Dec 2, 2014 · 3 comments
Closed

please add icmp as a valid protocol #23

mylex666 opened this issue Dec 2, 2014 · 3 comments

Comments

@mylex666
Copy link

mylex666 commented Dec 2, 2014

only tcp, udp and any are allowed at this moment

@mylex666
Copy link
Author

mylex666 commented Dec 3, 2014

I found out that I need the "any" after icmp to let this work.

allow icmp any any any

@mylex666 mylex666 closed this as completed Dec 3, 2014
@job
Copy link
Owner

job commented Dec 3, 2014

You could read it as:

allow icmp $ANY_TYPE_AND_CODE $ANY_SRC $ANY_DEST

But are you sure syntax wasn't:

"allow icmp any src any dst any" ?

@mylex666
Copy link
Author

mylex666 commented Dec 3, 2014

indeed
allow icmp any src any dst any, my bad...ticket closed :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants