cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
295
Views
0
Helpful
3
Replies

"redirecting" a browser to a different IP

tato386
Level 6
Level 6

How is this done? A good example is at many public Wireless Hot Spot is to aquire an IP and then fire up your browser. No matter what your start page is the browser goes to the providers Web page to login, signup or whatever. Is this done via software or hardware?

Thanks,

Diego

1 Accepted Solution

Accepted Solutions

tepatel
Cisco Employee
Cisco Employee

They use the authentication proxy server to force the authentication. Once you get the ip and fire up the browser, request to the homepage is intercepted by the router/firewall in the middle and the user is forced to a web page for authorization.

Here is the url which explains that

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fsecur_c/ftrafwl/scfauthp.htm#1000952

One more

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122limit/122y/122yu11/ftfwhttp.htm#1037647

View solution in original post

3 Replies 3

danielyan
Level 1
Level 1

This is usually done by intercepting the HTTP request and returning whatever page is specified by the service provider. No special hardware is required - this is done via software.

Best regards

Edgar

tepatel
Cisco Employee
Cisco Employee

They use the authentication proxy server to force the authentication. Once you get the ip and fire up the browser, request to the homepage is intercepted by the router/firewall in the middle and the user is forced to a web page for authorization.

Here is the url which explains that

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fsecur_c/ftrafwl/scfauthp.htm#1000952

One more

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122limit/122y/122yu11/ftfwhttp.htm#1037647

Thanks for the docs. That looks like what I am looking for.

Diego