Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Expose ports and create public IP #12

Open
cvalenzuela opened this issue Apr 5, 2018 · 2 comments
Open

Expose ports and create public IP #12

cvalenzuela opened this issue Apr 5, 2018 · 2 comments

Comments

@cvalenzuela
Copy link

Following a brief discussion with @dte, having a method in the API to expose ports will be useful. I'm creating a public server and need to expose specific ports when the machine is started. I'm using sudo ufw allow 33100, but it would be nice to have them programmatically setup up when booting the machine.

Also, having a way to enable or set up the public address will be nice too!

@sanfilip
Copy link
Contributor

You can use a startup script to expose ports: https://github.com/Paperspace/paperspace-node/blob/master/scripts.md

There is an option to assign a public ip as well; see the "assignPublicIp" property under
https://paperspace.github.io/paperspace-node/machines.html#.create

@cvalenzuela
Copy link
Author

great! thanks for pointing out this resources. I guess we can close this for now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants