Skip to content

Commit 5a5b089

Browse files
committed
Update documentation to indicate behaviour when using public vs private addresses.
1 parent 2a02743 commit 5a5b089

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.4
1+
VERSION = 0.5
22

33
default: fmt build test
44

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ You will need:
66

77
* A network domain
88
* A VLAN in that network domain (servers will be attached to this VLAN)
9-
* A firewall rule that permits SSH traffic from your (local) public IPv4 address to the VLAN's IPv4 network
10-
Alternatively, you can use the `--ddcloud-create-ssh-firewall-rule` flag when creating your machine
11-
12-
The driver will allocate a public IP address and NAT rule for each machine that it creates.
9+
* If using public IP addresses, a firewall rule that permits SSH traffic from your (local) public IPv4 address to the VLAN's IPv4 network
10+
Alternatively, you can use the `--ddcloud-create-ssh-firewall-rule` flag when creating your machine if you have permissions in CloudControl to create firewall and NAT rules
11+
* If using private IP addresses, you will need to be connected to the CloudControl VPN for the target data centre
1312

1413
### Example
1514

0 commit comments

Comments
 (0)