Configure a Service with Destination NATting | |
---|---|
Step 1 | Configure Service |
configuration > Authority > Services ADD: webserver3 ADD Address:128.128.128.1/32 SET: Security Policy: |
encryption_only | |
configuration > Authority > Services: webserver3 > Access Policies SET: Source: corp | |
Step 2 | Configure Service Route on Branch 1 Router |
---|---|
configuration > Authority > router: seabo1 ADD: Service Routes: webserver3-route SET: Service Name: webserver3 SET: Service Route Type: Perr Serrvice Route SET: Peer: bosdc1 | |
Step 3 | Configure Destination NAT Service Route on Datacenter Router 1 |
configuration > Authority > router: seabo1 ADD: Service Routes: local-webserver3-route SET: Service Name: webserver3 SET: Service Route Type: Service Agent SET: NAT Target: 172.36.128.2 | |
Step 4 | Gather PCI Addresses for Datacenter Router 1 |
su admin
>> src3 PCI address | |
Step 5 | Configure Web Server 3 Interface on Datacenter Router 1 |
Configuration > Authority > Routers: bosdc1 > Node: node1 > Device Interface: srv3 > Network Interface: srv3 > SET: Device Interface Type: ethernet ENTER: PCI Address of srv3 (see at the top ) ADD: Network Interface: srv3 | |
Configuration > Authority > Routers: bosdc1 > Node: node1 > Device Interface: srv3 > Network Interface: srv3 > SET: Security Policy: eas1 ADD: Interface Addresses: 172.36.128.1 SET: Prefix of 30 | |
VALIDATE and COMMIT | |
Step 6 | Verify Web Server 3 Connectivity |
Console branch1 Client | ping 128.128.128.1 |
http://128.128.128.1 | |
Step 7 | Turn on Packet Capture |
Configuration > Authority > Routers: seado1 > Node: node1 > Device Interface: mpls1 ADD: Capture Filter SET: len>0 | |
Configuration > Authority > Routers: seado1 > Node: node1 > Device Interface: lan1 ADD: Capture Filter SET: len>0 | |
Configuration > Authority > Routers: bosdc1 > Node: node1 > Device Interface: mpls1 ADD: Capture Filter SET: len>0 | |
Configuration > Authority > Routers: bosdc1 > Node: node1 > Device Interface: srv3 ADD: Capture Filter SET: len>0 | |
VALIDATE and COMMIT | |
Step 8 | Verify the Destination NAT |
Branch 1 Client | Copy your PCAPs from Datacenter Router 1 |
$ mkdir /home/t128/Desktop/Branch_Router $ scp admin@192.168.7.93:/var/log/128technology/128T* /home/t128/Desktop/Branch_Router/ | |
Datacenter Router 1 | Copy your PCAPs from Datacenter Router 1 |
mkdir /home/t128/Desktop/Datacenter_Router $ scp admin@192.168.7.97:/var/log/128technology/128T* /home/t128/Desktop/Datacenter_Router/ Password: 128Tadmin | |
Merge PCAPs | Inside Wireshark, select File > Merge |
What are your source and destination addresses as your packets travel through your network? |