Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
a7dabeeb
Commit
a7dabeeb
authored
Mar 08, 2005
by
Mike Hibler
Browse files
Minor change to elabinelab rules
parent
fe327dc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
firewall/fw-rules
View file @
a7dabeeb
...
...
@@ -41,9 +41,10 @@ allow all from any to any # 65534: OPEN
# match existing dynamic rules first (rule 1 is used as a temp rule)
check-state # 2: BASIC,CLOSED,ELABINELAB
# XXX use ssh from boss to remove a tmp rule allowing all traffic
# this is necessary to allow the ssh to complete!
allow tcp from me to boss established # 3: ELABINELAB
# XXX we use ssh from boss to remove a tmp rule allowing all traffic.
# These rules are necessary to allow the ssh to complete!
allow tcp from me 22 to boss # 3: ELABINELAB
allow tcp from boss to me 22 # 4: ELABINELAB
# Can talk to myself
allow all from me to me # 10: BASIC,CLOSED,ELABINELAB
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment