Skip to content

20160608 wisc changed ip add. #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/idpl-fw/ip6tables.idpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@
# iDPL IPv6 Addresses
# mickey.buaa.edu.cn = 2001:da8:203:d406:16da:e9ff:fef9:b68f
# idpl.elab.cnic.cn = 2400:dd01:1011:1:92b1:1cff:fe0c:740d
# komatsu.chtc.wisc.edu = 2607:f388:108e:2795::a
# komatsu.chtc.wisc.edu = 2607:f388:107c:502::c
# flashio-osg.calit2.optiputer.net = 2607:f720:1700:31d::61
# mongo.mayer.optiputer.net = 2607:f720:1700:1b32::6
# murpa.rocksclusters.org = 2607:f720:1400:1410:d267:e5ff:fe13:108f

-A IDPLPOOL --source 2001:da8:203:d406:16da:e9ff:fef9:b68f -j IDPLPORTS
-A IDPLPOOL --source 2400:dd01:1011:1:92b1:1cff:fe0c:740d -j IDPLPORTS
-A IDPLPOOL --source 2607:f388:108e:2795::a -j IDPLPORTS
-A IDPLPOOL --source 2607:f720:1700:31d::61 -j IDPLPORTS
-A IDPLPOOL --source 2607:f720:1700:1b32::6 -j IDPLPORTS
-A IDPLPOOL --source 2607:f720:1400:1410:d267:e5ff:fe13:108f -j IDPLPORTS
-A IDPLPOOL --source 2607:f388:107c:502::c -j IDPLPORTS


# Drop NFS. Allow ssh. Allow non-privileged ports
-A IDPLPORTS -p tcp --dport nfs -j DROP
Expand Down