Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Login Variable for Ip address

Status
Not open for further replies.

lvennard

MIS
Apr 20, 2000
93
US
Is there a new variable availible for netware to give my my ip address? If the answer is no, just say so and I'll stop looking.

something like this?
ex:
WRITE "Your IP is : %IP_ADDRESS"
 
If you are working on an IP only network, the
%NETWORK_ADDRESS variable may give you what you want (havn't tried it). If you include IPX on your network as well, it will give you the IPX address if your client has connected via IPX in the first instance. Usually, the login script uses the IP address in a hexadecimal format anyway so any output from a variable will be in hex rather than in the usual format for an IP address. -----------------------------------------------------
"It's true, its damn true!"
-----------------------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top