Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SR06
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Theo Maillart
SR06
Commits
ebd9f962
Commit
ebd9f962
authored
Dec 05, 2017
by
Theo Maillart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PAT ACL fix
parent
b352c596
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
Cisco/routeur
Cisco/routeur
+8
-1
No files found.
Cisco/routeur
View file @
ebd9f962
...
...
@@ -85,9 +85,16 @@ ip access-group 103 out
ip access-group 104 in
!!!!!!!! PAT & NAT adaptation
! PAT
ip nat inside source static tcp 10.0.83.1 3128 10.0.82.3 80
! modify 101 rule
access-list 101 permit icmp 10.0.83.0 0.0.0.255 any echo
access-list 101 permit tcp any any eq 80
access-list 101 permit tcp any any eq 22
access-list 101 permit tcp any any eq 21
access-list 101 permit tcp any host 10.0.83.1 eq 3128
access-list 101 deny ip any any log
! NAT inside = priv outside =target
interface vlan 83
...
...
Write
Preview
Markdown
is supported
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