Skip to content
Snippets Groups Projects
Commit ee5a9595 authored by Al Massati Bilal's avatar Al Massati Bilal
Browse files

V4 01/12

parent 5183f219
Branches
No related tags found
No related merge requests found
!
! Last configuration change at 08:18:12 UTC Thu Dec 1 2022
! Last configuration change at 11:08:54 UTC Thu Dec 1 2022
version 15.3
service timestamps debug datetime msec
service timestamps log datetime msec
......@@ -53,19 +53,27 @@ interface GigabitEthernet0/0.1
encapsulation dot1Q 3
ip address 192.168.50.254 255.255.255.0
ip helper-address 192.168.40.150
ip nat inside
ip virtual-reassembly in
!
interface GigabitEthernet0/0.2
encapsulation dot1Q 4
ip address 192.168.60.254 255.255.255.0
ip helper-address 192.168.40.150
ip nat inside
ip virtual-reassembly in
!
interface GigabitEthernet0/0.3
encapsulation dot1Q 2
ip address 192.168.40.254 255.255.255.0
ip helper-address 192.168.40.150
ip nat inside
ip virtual-reassembly in
!
interface GigabitEthernet0/1
ip address 10.0.0.1 255.0.0.0
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
......@@ -87,6 +95,7 @@ ip forward-protocol nd
no ip http server
no ip http secure-server
!
ip nat inside source static 192.168.10.254 10.0.0.1
!
!
!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment