;
;  A sample system login script for optimizing IP tunnel logins
;
;############################################################################
;
;  Branch standard ethernet users to the network wide login section.
;  Done to enhance login speed for IPTUNNEL users.
;  Standard IPX network users are on network 81EDC3FE.  If a user logs
;  in on a different network number, they must be using IP tunneling,
;  and therefore get the "included" special ip tunnel login script.

IF NETWORK_ADDRESS="81EDC3FE" GOTO STANDARD_LOGIN
INCLUDE TESTBED/SYS:PUBLIC\IPTUNN.SKP

;  Once the special IP tunnel script is completed, bypass the standard
;  IPX network login for IP tunnel users by using GOTO.

GOTO END

############################################################################

STANDARD_LOGIN:

;  All of your standard IPX network login script commands go in this section

END:
