Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by Beenardino
at 2024-07-29 18:50:50
Point:500 Replies:5 POST_ID:828638USER_ID:11508
Topic:
Miscellaneous Networking;Networking Hardware;Wireless Networking
Hi All,
How can I configure my Cisco WAP4410 to make it so every time I open my browser I am redirected to a certain URL or home page?
Steps I tried: In the Web-based configuration I have already tried the generic redirect to URL:
and I paste youtube.com, then I clicked saved. Afterwards I exit out the browser and connected via WiFi, but nothing happen.....
Is there some Advance setting I need to know?
Please help I am a Cisco grasshopper.
Thank you
ps. whats with the points underneath?
How can I configure my Cisco WAP4410 to make it so every time I open my browser I am redirected to a certain URL or home page?
Steps I tried: In the Web-based configuration I have already tried the generic redirect to URL:
and I paste youtube.com, then I clicked saved. Afterwards I exit out the browser and connected via WiFi, but nothing happen.....
Is there some Advance setting I need to know?
Please help I am a Cisco grasshopper.
Thank you
ps. whats with the points underneath?
Accepted Solution
Expert: duncanb7 replied at 2024-09-06 02:12:59
500 points AVERAGE
you can set once for every in 500 computers at their directory at
windows/system32/driver/etc in which there is one file called
"hosts"
and then you can edit the file and add one sentence like this as follows
192.1.168.101 localhost in host file and delete all other localhost sentence besides
192.1.168.101 or use '#" to ignore that.
SO the file hosts like this after change
================================
# 127.0.0.1 localhost
# ::1 localhost
192.1.168.101 localhost
===========================
Assume or for example, 192.1.168.101 is your computer network IP addresss
and also tell 500 users set default open browser url location at
"localhost"
So the users will view your home page when they open their FF, chrome browsers
since the users' default browser url's localhost is pointing to 192.1.168.101 home/index page
Supposed you have setup your computer as apache web server with localhost
and point to your index.php/home page
And later on your 500 users don't need to re-do the setting or setup for host since
it is one-time or once setup only to do action above
Hope I understood your question
Duncan
windows/system32/driver/etc in which there is one file called
"hosts"
and then you can edit the file and add one sentence like this as follows
192.1.168.101 localhost in host file and delete all other localhost sentence besides
192.1.168.101 or use '#" to ignore that.
SO the file hosts like this after change
================================
# 127.0.0.1 localhost
# ::1 localhost
192.1.168.101 localhost
===========================
Assume or for example, 192.1.168.101 is your computer network IP addresss
and also tell 500 users set default open browser url location at
"localhost"
So the users will view your home page when they open their FF, chrome browsers
since the users' default browser url's localhost is pointing to 192.1.168.101 home/index page
Supposed you have setup your computer as apache web server with localhost
and point to your index.php/home page
And later on your 500 users don't need to re-do the setting or setup for host since
it is one-time or once setup only to do action above
Hope I understood your question
Duncan
Author: Beenardino replied at 2024-09-04 14:45:51
Correct :)
Expert: duncanb7 replied at 2024-08-02 07:48:44
in other words, you need
when all 500 computers and router on, 500 users can
see the deafult webpage of the home page, youtube.com at the same/different time
RIght ?
when all 500 computers and router on, 500 users can
see the deafult webpage of the home page, youtube.com at the same/different time
RIght ?
Author: Beenardino replied at 2024-08-02 07:38:57
Well because I am trying to setup the AP for an entire floor not just my pc.
I dont want to setup the homepage on 500 pcs every time I want to change the home page.
I dont want to setup the homepage on 500 pcs every time I want to change the home page.
Expert: duncanb7 replied at 2024-08-01 23:52:25
Why not just set home default website location on your browser you us daily
intead of cisco setup setting ?
Whever LAN computer you are on, when you open broswer, it will redirect to www.youtbe.com
intead of cisco setup setting ?
Whever LAN computer you are on, when you open broswer, it will redirect to www.youtbe.com