solved! Strange IPs in my dhcp file!

Report wireless and/or network connectivity problems in this forum.

Moderator: Moderators

Post Reply
tapper
Moderator
Posts: 1076
Joined: Sun Oct 13, 2013 5:49 pm
Location: Stoke-on-trent UK

solved! Strange IPs in my dhcp file!

Post by tapper »

Hi i was looking at my dhcp file and sore strange ips. My dhcp file has not bin changed since I installed the build of 1.9.1 i am running now. It looks like this:


config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
option localservice '1'
list server '/.bit/178.32.31.41'
list server '/.bit/106.187.47.17'
list server '/.bit/176.58.118.172'
list server '/.glue/66.244.95.20'
list server '/.glue/95.211.32.162'
list server '/.glue/95.142.171.235'
list server '/.parody/66.244.95.20'
list server '/.parody/95.211.32.162'
list server '/.parody/95.142.171.235'
list server '/.dyn/66.244.95.20'
list server '/.dyn/95.211.32.162'
list server '/.dyn/95.142.171.235'
list server '/.bbs/66.244.95.20'
list server '/.bbs/95.211.32.162'
list server '/.bbs/95.142.171.235'
list server '/.free/66.244.95.20'
list server '/.free/95.211.32.162'
list server '/.free/95.142.171.235'
list server '/.fur/66.244.95.20'
list server '/.fur/95.211.32.162'
list server '/.fur/95.142.171.235'
list server '/.geek/66.244.95.20'
list server '/.geek/95.211.32.162'
list server '/.geek/95.142.171.235'
list server '/.gopher/66.244.95.20'
list server '/.gopher/95.211.32.162'
list server '/.gopher/95.142.171.235'
list server '/.indy/66.244.95.20'
list server '/.indy/95.211.32.162'
list server '/.indy/95.142.171.235'
list server '/.ing/66.244.95.20'
list server '/.ing/95.211.32.162'
list server '/.ing/95.142.171.235'
list server '/.null/66.244.95.20'
list server '/.null/95.211.32.162'
list server '/.null/95.142.171.235'
list server '/.oss/66.244.95.20'
list server '/.oss/95.211.32.162'
list server '/.oss/95.142.171.235'
list server '/.micro/66.244.95.20'
list server '/.micro/95.211.32.162'
list server '/.micro/95.142.171.235'
list addnhosts '/plugin_root/adblock/block.hosts'

config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '3h'

config dhcp 'wan'
option interface 'wan'
option ignore '1'

What is list server?
The only thing I have dun is install addblock. But i have never seen them befor wen installing addblock.
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260

d3fz
Posts: 277
Joined: Sun Aug 28, 2016 7:34 pm

Re: Strange IPs in my dhcp file!

Post by d3fz »

I know it's related to the "Allow NameCoin/OpenNIC Resolution" checkbox option in Connection section, but not sure how it actually works.

I think it's been around since 1.5.2 was released.
viewtopic.php?f=3&t=2120
TP-Link Archer C7 v2 - Gargoyle 1.12.X
TP-Link WR842ND v2 - Gargoyle 1.10.X
TP-Link RE450 AC v2 - Stock FW 1.0.4
TP-Link WA850RE v1.2 - LEDE 17.01.1

tapper
Moderator
Posts: 1076
Joined: Sun Oct 13, 2013 5:49 pm
Location: Stoke-on-trent UK

Re: Strange IPs in my dhcp file!

Post by tapper »

d3f wrote:I know it's related to the "Allow NameCoin/OpenNIC Resolution" checkbox option in Connection section, but not sure how it actually works.

I think it's been around since 1.5.2 was released.
viewtopic.php?f=3&t=2120
Thanks very much! I had the box ticked for allow NameCoin/OpenNIC Resolution, as soon as i unticked it the IPs went away.
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260

Post Reply