Skip to content
GitLab
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
1afff00b
Commit
1afff00b
authored
Dec 03, 2004
by
Mike Hibler
Browse files
All tcp as well as udp portmapper calls to ops. Linux does this.
parent
719794dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/fwrules-create.sql
View file @
1afff00b
...
...
@@ -35,7 +35,7 @@ INSERT INTO default_firewall_rules VALUES ('ipfw2-vlan','closed',1,55340,'allow
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'closed'
,
1
,
55330
,
'allow udp from any to boss 6969 keep-state'
);
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'closed'
,
1
,
55322
,
'allow udp from any to fs 900 keep-state'
);
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'closed'
,
1
,
55321
,
'allow udp from any not 0-700 to fs keep-state'
);
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'closed'
,
1
,
55320
,
'allow
ud
p from any to fs 111 keep-state'
);
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'closed'
,
1
,
55320
,
'allow
i
p from any to fs 111 keep-state'
);
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'closed'
,
1
,
55312
,
'allow udp from any not 0-1023 to 155.98.32.0/23 not 0-1023'
);
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'closed'
,
1
,
55311
,
'allow udp from any to 155.98.32.0/23 69'
);
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'closed'
,
1
,
55310
,
'allow udp from 155.98.32.0/23 not 0-1023 to any'
);
...
...
@@ -57,7 +57,7 @@ INSERT INTO default_firewall_rules VALUES ('ipfw2-vlan','closed',1,55001,'deny a
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'closed'
,
1
,
55000
,
'allow all from me to me'
);
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'closed'
,
1
,
65534
,
'deny all from any to any'
);
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'basic'
,
1
,
55321
,
'allow udp from any not 0-700 to fs keep-state'
);
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'basic'
,
1
,
55320
,
'allow
ud
p from any to fs 111 keep-state'
);
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'basic'
,
1
,
55320
,
'allow
i
p from any to fs 111 keep-state'
);
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'basic'
,
1
,
55312
,
'allow udp from any not 0-1023 to 155.98.32.0/23 not 0-1023'
);
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'basic'
,
1
,
55311
,
'allow udp from any to 155.98.32.0/23 69'
);
INSERT
INTO
default_firewall_rules
VALUES
(
'ipfw2-vlan'
,
'basic'
,
1
,
55310
,
'allow udp from 155.98.32.0/23 not 0-1023 to any'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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