Skip to content

Commit

Permalink
Added connection between Int-WWW and Services-switch via gateway IP
Browse files Browse the repository at this point in the history
  • Loading branch information
iArcanic committed Jul 15, 2023
1 parent 51ec783 commit 6efc0c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Int-WWW.startup
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# IP of Int-WWW
ip addr add 10.0.4.3/24 dev eth0
ip link set up dev eth0

# Gateway IP to Services-switch
ip route add default via 10.0.4.2 dev eth0

0 comments on commit 6efc0c4

Please sign in to comment.