How to find my public ip address

Hello,

I need to give our company’s public vpn ip address so that it can be white listed. How would i go on finding this?

thanks!

Simple way is to use https://www.whatismyip.com

Any of the above or just Google “what’s my IP” and Google will show it

OK , first … hope you are not the company’s IT person :slight_smile: … Second you might want to ask them … Yes all the methods below will show you your NAT’d public IP address, and that MIGHT be was they are asking for, but if this is a separate machine that is VPN’ing to another company, then more then likely it is the firewall or router that is making the VPN connection, and more than likely that is using a separate IP…

if you want the internal ip address then open a cmd window and use the command ipconfig (on windows) or terminal prompt (on linux/mac) and the command ifconfig. then find the virtual tunnel adapter used by the vpn (usually the only existing virtual adapter) and take the local IP from there.

If you’re on a mac/linux/unix box, you can find your IP on the command line.

#IPv4 address
curl -4 icanhazip.com

IPv6 address

curl -6 icanhazip.com

First thing is to know IP which you can find on checkbytools after that you can request your hosting company to make it white list or change it.

You can use https://ipparrot.net or use curl:

curl https://ipv{4,6}.ipparrot.net

You can easily find your IP via Meta Web Tools https://meta-webtools.com/tool/whats-my-ip

So this will show me the ip address that my VPN has? I need to give another company a vpn ip address so that anyone can that is connected to the VPN can be whitelisted to access something

Yes, it will show you the ip address that you appear as when you “break out” of the network and onto the publicly addressable internet.