You are on page 1of 6

Information Security Analysis and Audit

Digital Assignment-4
(SLOT-L55+L56)

JANUARY 11

NAME – Rajvansh Singh Chhabra


Reg no. 20BCE2689

1
FIGURE:

4 ROUTERS, 3 SWITCHES AND 6 END DEVICES

Tunnel Requirement from R1 to R4 (IP Assigned: 187)

VPN Tunnel Router Configurations:


1. R1:

R1(config-if)#ip address 187.16.1.1 255.255.0.0


R1(config-if)#tunnel source Gig0/1
R1(config-if)#tunnel destination 2.0.0.2
R1(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel10, changed state to up
R1(config-if)#no shut

2. R4:

Router(config-if)#ip address 187.16.1.2 255.255.0.0


Router(config-if)#tunnel source Gig0/0
Router(config-if)#tunnel destination 1.0.0.1

2
Router(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel100, changed state to up
Router(config-if)#no shut

Screenshots of Output

1. Ping of Routers:

2. VPN Tunnel Screenshots of Configurations in CLI:

R1:

3
R4:

3. Ping From R1 to 187.16.1.2 (R4 VPN Tunnel):

4. Ping From R4 to 187.16.1.1 (R1 VPN Tunnel)

Routing Configurations

1. R1:

R1(config)#ip route 0.0.0.0 0.0.0.0 1.0.0.2

2. R4:

Router(config)#ip route 0.0.0.0 0.0.0.0 2.0.0.1

3. R1(config)#ip route 192.168.2.0 255.255.255.0 187.16.1.2

4
4. Router(config)#ip route 192.168.1.0 255.255.255.0 187.16.1.1

Tunnel Interface Screenshots

1. Router 1:

2. Router 4:

5
Thanking you,
With regards,
Rajvansh.

You might also like