Skip to content

Commit

Permalink
Merge pull request #12 from iArcanic/Staff-1
Browse files Browse the repository at this point in the history
Staff-1
  • Loading branch information
iArcanic authored Jul 14, 2023
2 parents 8eeb239 + dc27a60 commit b5882fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Staff-1.startup
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# IP of Staff-1
ip addr add 10.0.3.3/24 dev eth0
ip link set up dev eth0

# Route to Staff-switch
ip route add default via 10.0.3.2 dev eth0
2 changes: 2 additions & 0 deletions Staff-1/etc/resolvconf/resolv.conf.d/base
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# hosts external to fido
nameserver 8.8.8.8
1 change: 1 addition & 0 deletions lab.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Ext-WWW[0]=External

# Staff subnet
Staff-switch[0]=Staff
Staff-1[0]=Staff

0 comments on commit b5882fa

Please sign in to comment.