Hello! I want to connect my koyeb app with the external DB but I need to know the static IP address (or CIDR-notated range of addresses) to give network access.
Can anyone help me?
Hello! I want to connect my koyeb app with the external DB but I need to know the static IP address (or CIDR-notated range of addresses) to give network access.
Can anyone help me?
Hi @Carlos,
You can get the IPs using this dig command for fra1 and was1. Please note that the IPs are dynamic. They may change, and we do not have a mechanism to update you when that happens.
dig all-was1.infra.prod.koyeb.com
; <<>> DiG 9.10.6 <<>> all-was1.infra.prod.koyeb.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1988
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;all-was1.infra.prod.koyeb.com. IN A
;; ANSWER SECTION:
all-was1.infra.prod.koyeb.com. 300 IN A 15.204.161.117
all-was1.infra.prod.koyeb.com. 300 IN A 15.204.161.115
all-was1.infra.prod.koyeb.com. 300 IN A 135.148.169.27
;; Query time: 87 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Wed Mar 08 19:59:51 CET 2023
;; MSG SIZE rcvd: 106
Providing outbound static IPs is a feature that others have requested too: Provide Outbound Static IPs | Voters | Koyeb. You can vote for the feature there and be notified once it’s available.
Does this answer your question? Let me know if there is anything else I can help with.
I think that feature is exactly what I need but it doesn’t look like is going anywhere.
Thanks.