Difference between revisions of "OPS345 Lab 5"
(Created page with "= THIS PAGE IS A DRAFT, NOT A REAL COURSE PAGE = ''' The current schedule for OPS345 is here: OPS335_Weekly_Schedule") |
|||
Line 2: | Line 2: | ||
''' The current schedule for OPS345 is here: [[OPS335_Weekly_Schedule]] | ''' The current schedule for OPS345 is here: [[OPS335_Weekly_Schedule]] | ||
+ | |||
+ | * set up a new vm named 'ns1' in vpc-ops345, 10.3.45.12, ops345sgprivate | ||
+ | * iptables -t nat -A PREROUTING -p tcp --dport 2212 -j DNAT --to 10.3.45.12:22 | ||
+ | * allow access to port 2212 in ops3455sg | ||
+ | * install bind |
Revision as of 18:28, 13 October 2021
THIS PAGE IS A DRAFT, NOT A REAL COURSE PAGE
The current schedule for OPS345 is here: OPS335_Weekly_Schedule
- set up a new vm named 'ns1' in vpc-ops345, 10.3.45.12, ops345sgprivate
- iptables -t nat -A PREROUTING -p tcp --dport 2212 -j DNAT --to 10.3.45.12:22
- allow access to port 2212 in ops3455sg
- install bind