Page 1 of 1

Static IP's

Posted: Thu Dec 10, 2015 3:48 pm
by Msan2000
Hi,

I just installed 1.9.0 on my Archer C7 and everything looks great except for setting up static IP's in DHCP.

this is what it looks like:

Image

I add the hostname, mac and IP correctly, but after I add the second one, the others loose their hostname and http:// gets added to the IP for some reason..

I don't mind adding the static IP's via the command line, but I can't find where gargoyle saves this data... there is nothing in /etc/config/dhcp

Cheers!

Re: Static IP's

Posted: Thu Dec 10, 2015 5:52 pm
by nworbnhoj
That is odd behaviour :o
The info is stored in /etc/ethers

Re: Static IP's

Posted: Thu Dec 10, 2015 5:56 pm
by Lantis
One other person had this problem. They were using some kind of browser plugin that checked web pages for links and highlighted them or did something else weird.

But as stated.

/etc/ethers
/etc/hosts

Need to use both files together.
Ethers is a MAC IP pair
Hosts is an IP NAME pair.

Re: Static IP's

Posted: Thu Dec 10, 2015 7:16 pm
by Msan2000
Thanks guys, I'll check into the browser plugin and will take a look at those locations for the data..

EDIT:
Found and removed the browser plugin.. edited the 2 files and all is good!

Thanks again!

Re: Static IP's

Posted: Thu Dec 10, 2015 7:47 pm
by Lantis
No worries mate.

Can you tell me what the name of it was? Just for future reference. You probably won't be the last person to have this happen lol.

Re: Static IP's

Posted: Thu Dec 10, 2015 7:52 pm
by Msan2000
Lantis wrote:No worries mate.

Can you tell me what the name of it was? Just for future reference. You probably won't be the last person to have this happen lol.
The one I was using was a Chrome plugin called "Clickable Links v2.4"

Cheers!