Page 1 of 1

Determine IP assigned to client on Linux client

Posted: Tue May 08, 2012 10:40 pm
by Artemus
Is it possible to determine the IP address that has been assigned to client on the client itself (a Linux client in this case)? My server-bridge line from server.conf is

server-bridge 10.25.25.1 255.255.255.0 10.25.25.105 10.25.25.200

Sorry if this is a naive question (or in the wrong sub-forum), but I'm brand new at OpenVPN.

Re: Determine IP assigned to client on Linux client

Posted: Wed May 09, 2012 7:13 am
by maikcat
if you issue ifconfig on your client what do you see?

Michael.

Re: Determine IP assigned to client on Linux client

Posted: Wed May 09, 2012 2:16 pm
by Artemus
maikcat wrote:if you issue ifconfig on your client what do you see?

Michael.
It shows up on device tap2: ip is 10.25.25.105. (Rather obvious now that I think about it!)

Thanks for the help!

Art