Skip to content

Commit

Permalink
SB07 Public IP Modify
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahan-Koloyan-Netris committed Apr 19, 2024
1 parent 9aa3d58 commit c8590be
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion sandbox/Sandbox7/configurations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You may also observe the functioning NAT rule in action by pinging any public IP

* In a terminal window:

1. SSH to server **srv04-nyc**: ``ssh demo@166.88.17.185 -p 30064``.
1. SSH to server **srv04-nyc**: ``ssh demo@216.172.128.207 -p 30064``.
2. Enter the password provided in the introductory e-mail.
3. Start a ping session: ``ping4 1.1.1.1``

Expand Down
6 changes: 3 additions & 3 deletions sandbox/Sandbox7/creating-services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Let's create a V-Net service to give server **srv05-nyc** the ability to reach i

* In a terminal window:

1. SSH to server **srv05-nyc**: ``ssh demo@166.88.17.185 -p 30065``.
1. SSH to server **srv05-nyc**: ``ssh demo@216.172.128.207 -p 30065``.
2. Enter the password provided in the introductory e-mail.
3. Type ``ip route ls`` and we can see **192.168.46.1** is configured as the default gateway, indicated by the "**default via 192.168.46.1 dev eth1 proto kernel onlink**" line in the output.
4. Start a ping session towards the default gateway: ``ping 192.168.46.1``
Expand Down Expand Up @@ -90,7 +90,7 @@ Now that we have both internal and external facing services, we can aim for our

* In a terminal window:

1. SSH to server **srv05-nyc**: ``ssh demo@166.88.17.185 -p 30065``.
1. SSH to server **srv05-nyc**: ``ssh demo@216.172.128.207 -p 30065``.
2. Enter the password provided in the introductory e-mail.
3. Start a ping session towards any public IP address (e.g. ``ping 1.1.1.1``).
4. Keep the ping running as an indicator for when the service starts to work.
Expand Down Expand Up @@ -176,7 +176,7 @@ Now that **srv05-nyc** can communicate with both internal and external hosts, le

* In a terminal window:

1. SSH to server **srv05-nyc**: ``ssh demo@166.88.17.185 -p 30065``.
1. SSH to server **srv05-nyc**: ``ssh demo@216.172.128.207 -p 30065``.
2. Enter the password provided in the introductory e-mail.
3. Start a ping session: ``ping 1.1.1.1``.
4. If the previous steps were followed, you should see successful ping replies in the form of "**64 bytes from 1.1.1.1: icmp_seq=55 ttl=62 time=1.23 ms**".
Expand Down
2 changes: 1 addition & 1 deletion sandbox/Sandbox7/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
------------------------------------------------------------------------------------------------
Sandbox7 # Sandbox name Uppercase(case sensitive)
sandbox7 # Sandbox name Lowercase
166.88.17.185 # Hypervisor PUBLIC IP
216.172.128.207 # Hypervisor PUBLIC IP
10.254.45.0/24 # *STATIC NO NEED TO REPLACE* MANAGEMENT Allocation/Subnet
10.254.46.0/24 # *STATIC NO NEED TO REPLACE* LOOPBACK Allocation/Subnet
192.168.44.0/24 # *STATIC NO NEED TO REPLACE* ROH Allocation/Subnet
Expand Down
10 changes: 5 additions & 5 deletions sandbox/Sandbox7/sandbox-info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ Example pre-configured Netris services:

.. code-block:: shell-session
srv01-nyc: ssh demo@166.88.17.185 -p 30061
srv02-nyc: ssh demo@166.88.17.185 -p 30062
srv03-nyc: ssh demo@166.88.17.185 -p 30063
srv04-nyc: ssh demo@166.88.17.185 -p 30064
srv05-nyc: ssh demo@166.88.17.185 -p 30065
srv01-nyc: ssh demo@216.172.128.207 -p 30061
srv02-nyc: ssh demo@216.172.128.207 -p 30062
srv03-nyc: ssh demo@216.172.128.207 -p 30063
srv04-nyc: ssh demo@216.172.128.207 -p 30064
srv05-nyc: ssh demo@216.172.128.207 -p 30065
Kubernetes cluster
Expand Down

0 comments on commit c8590be

Please sign in to comment.