I want to redirect all the users in my WiFi network who ever open YouTube or any YouTube video to a particular YouTube video.
It might require editing the URL. I don't know if we can call it URLSpoofing. How can I achieve that?
Asked
Active
Viewed 2,397 times
2
Engineer Toast
- 5,218
BarathVutukuri
- 196
1 Answers
0
What you want is to perform DNS manipulation. In order to do that (for both http and https) you'll need to run their DNS traffic through a device that you control.
There are lots of ways to do such a thing. Your router may support web site redirects in the administration page. Another way will be to set up a DNS server on your network and configure it to bypass everything except youtube.com. You'll also need to configure your DHCP server to use your new DNS server as the default.
There's a device that will handle this for you, although it may be tricky for you to set up if you're green.
http://hakshop.myshopify.com/collections/wifi-pineapple-kits
ABashore
- 545