What's new

Is there any way to enable secondary Ip?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

That's a really horrible solution! A better answer is to do what is suggested in the comments; to create a hosts file entry for www.skype.com that points to 127.0.0.1

It is unclear from the post whether the camera is a network device that connects straight to the router, or whether it connects to a PC and it is the PC that connects to the internet.

If the camera is connected through the PC you just need to edit C:\Windows\System32\drivers\etc\hosts

If the camera is connected to the router, create a /jffs/configs/hosts.add file that contains this line:
Code:
127.0.0.1 www.skype.com

See https://github.com/RMerl/asuswrt-merlin/wiki/Custom-config-files
 
Last edited:
Gah, not used Jffs for a while, completely forgot how to use it!

I've got Jffs enabled and logged into the router via putty, completely forgot what to do from here! Any help anyone!?
 
Code:
cd /jffs/configs
echo "127.0.0.1 www.skype.com" > hosts.add
chmod 777 hosts.add

Reboot the router and then the camera.
 
Thanks Colin, worked a treat. A owe you a pint, the mrs was going crazy about not being able to Skype her mother!
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top