cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
400
Views
0
Helpful
1
Replies

Webauth with Flex connect central auth + local switching

ElwinMkanyika
Level 1
Level 1

Guys,

Here goes my dilema.

Am trying to get webauth working with a customized page. Unfortunately, when i click on connect, there is no connection.

I have tried Cisco webauth default page and I am all good! I am howevere using a customized page so i need to get that working.

Please explain to me this,

1) Since the WLC uses 1.1.1.1 for routing, how does my client that is in the branch, know how to get back to the WLC considering the fact that the 1.1.1.1 address in not routable?

2) Sorry about this lame question but forgive me, i am not a programmer etc: I have this line, what does it do ? I am showing the path to my WLC (thats what i thought i should do ) Am i missing sth ?

       <form method="post" action="http://172.20.74.184/login.html">

        <input TYPE="hidden" NAME="buttonClicked" SIZE="16" MAXLENGTH="15" value="0">

        <input TYPE="hidden" NAME="redirect_url" SIZE="255" MAXLENGTH="255" VALUE="">

        <input TYPE="hidden" NAME="err_flag" SIZE="16" MAXLENGTH="15" value="0">

         <table border="0" cellspacing="10" cellpadding="0">

            <tr style="display:none">

                <td width="100" nowrap>User Name</td>

                <td>

                    <INPUT type="TEXT" name="username" id="username" size="25" maxlength="63" value="silverwings">

                </td>

            </tr>

            <tr>

                <td nowrap><div style="font-size:11pt; text-align: left ">Пароль</div></td>

                <td>

                    <INPUT type="Password" name="password" emweb_type=PASSWORD size="25" maxlength="63" value="" EMWEB_TYPE=PASSWORD>

                </td>

            </tr>

            <tr>

                <td> <br /></td>

                <td>

                    <br />

                    <input class='button' name="Connect" type="submit" value="Войти" onclick="submitAction();"/>

                </td>

            </tr>

    <tr>

                <td></td>

                <td>

<div style="font-size:11pt; width:80%; text-align: left ">

1 Reply 1

ElwinMkanyika
Level 1
Level 1

Update:

Just solved this error. Editted it to

and got it working

Review Cisco Networking products for a $25 gift card