View Single Post
Old 04-19-2014, 12:14 PM   #7
evillink81
Junior Member
evillink81 began at the beginning.
 
evillink81's Avatar
 
Posts: 5
Karma: 10
Join Date: Apr 2014
Device: Kindle Keyboard (K3W)
The WRK is the ugly duckling of the Linksys family (I got for free along with 128MiB of RAM and a Rio One MP3 player when I bought Windows XP) I can log as an admin and configure the router to send out log information to a specific IP address, but even after installing the logging software I don’t see any messages when a new devices gets an IP or makes a web request.

I will try to get another router to test out, but the thing is… Should my set up work? I have a MaraDNS server and IIS web server on a PC with static IP address (192.168.1.100), this is the configuration file for DNS:

marac file

Code:
ipv4_bind_addresses = "192.168.1.100"
timestamp_type = 2
random_seed_file = "secret.txt"
csv2 = {}
csv2["amazonaws.com."] = "db.amazonaws.txt"
db.amazonaws.txt file

Code:
spectrum.s3.%	192.168.1.100 ~
On the IIS side I have C:\Inetpub\wwwroot\kindle-wifi\wifistub.html, if I navigate to spectrum.s3.amazonaws.com on any device I will get the IIS welcome page, if i go to spectrum.s3.amazonaws.com/kindle-wifi/wifistub.html I get the 81ce4465-7167-4dcb-835b-dcc9e44c112a GUI as expected.
evillink81 is offline   Reply With Quote