SearchSearch   ProfileProfile   Log inLog in   RegisterRegister 

firstspot name resolve not working properly

 
Post new topic   Reply to topic    FirstSpot Forum Index -> Pre-sales Support Forum
View previous topic :: View next topic  
Author Message
pkolb



Joined: 11 Jun 2008
Posts: 5

PostPosted: Wed Jun 11, 2008 12:58 pm    
Post subject: firstspot name resolve not working properly

hi,

we've tried the trial version of firstspot for a few weeks and bought full version a few months ago, but firstspot's dns-server never worked as it should.
i've fixed that with a little workaround: in dhcp settings i put public dns server and also put them in exception free websites ... that worked fine but the instant keywords never worked that way.

the problem is that we need them now because we put up a public internet pc.
another issue came up since: if i close the infobox it takes about 30 seconds until firstspot closes the user's session. so working instant keywords would be fine.

if i put 0.0.0.0 as dns in dhcp settings, the domain lookup doesn't work that well. exception free websites are fine, they come up immediately. if i try to visit a normal page i.e. google.de it redirects after while to the login page but after putting in credentials the domain lookup mostly times out

long story short, i rather post the ipconfig output and config.ini with firstspot working as dns-server

thanks in advance

ipconfig /all
Quote:

Windows-IP-Konfiguration



Hostname. . . . . . . . . . . . . : firstspot

Primäres DNS-Suffix . . . . . . . :

Knotentyp . . . . . . . . . . . . : Broadcast

IP-Routing aktiviert. . . . . . . : Ja

WINS-Proxy aktiviert. . . . . . . : Ja



Ethernetadapter private NIC:



Verbindungsspezifisches DNS-Suffix:

Beschreibung. . . . . . . . . . . : Intel(R) PRO/1000 PM Network Connection

Physikalische Adresse . . . . . . : 00-30-48-93-50-F0

DHCP aktiviert. . . . . . . . . . : Nein

IP-Adresse. . . . . . . . . . . . : 192.168.0.1

Subnetzmaske. . . . . . . . . . . : 255.255.255.0

Standardgateway . . . . . . . . . :



Ethernetadapter public NIC:



Verbindungsspezifisches DNS-Suffix:

Beschreibung. . . . . . . . . . . : Intel(R) PRO/1000 PL Network Connection

Physikalische Adresse . . . . . . : 00-30-48-93-50-F1

DHCP aktiviert. . . . . . . . . . : Nein

IP-Adresse. . . . . . . . . . . . : 10.10.10.2

Subnetzmaske. . . . . . . . . . . : 255.0.0.0

Standardgateway . . . . . . . . . : 10.10.10.1

DNS-Server. . . . . . . . . . . . : 217.237.150.115

217.237.148.102



config.ini
Quote:

;
; Description : FirstSpot setting ini file
;
; Filename : config.ini
;

; Note: use a backslash to separate directories and files, those lines starting with
; a semi-colon is considered as comment.
;
; Warning : please don't change this file without supervision of a PatronSoft Engineer
; It is highly recommended that you change the FirstSpot setting in the Web-based Configuration Manager

[version]
version=Advanced
versionDesc=5.0.0

[MNS]
; number of return paths
num_return_path=0
return_path0=

[DHCP]
leasetime=2880
num_ignored_addr=3
ignore_addr0=192.168.0.1
ignore_addr1=10.10.10.1
ignore_addr2=10.10.10.2

[Port Filter]
flt_num=0
flt_0=

[QOS]
dl=
ul=
qos_num=
qos_0=

[Client Pass]
num_mac_addr=0
mac_0=
num_ip_addr=0
ip_0=

[proxyARP]
ip_num=0
ip_addr0=

;
; Redirect Login Page php file
;
[loginPhp]
Login_enable0=
Login_php_Num0=

;
; Gateway Settings
;
[gateway]
;Print Log Table
Datasource_Printlog=printlog

;Shared Secret Table Name
Datasource_Shared_Secret_Tablename=fssecret

;maximum timelimit per session in minutes (global), 0 = never
sessionlimit =

;URL tracking, default off
Trace_URL=1

;URL tracking interval, do not log the same url for particular user in x mins
Trace_URL_Interval=30

;URL tracking table
Datasource_URL_Log_Tablename=fsurl

;extra-information field table name
Datasource_extra_field_table =aexlog

;demo_mode=on, off (default)
;
;This demo_mode parameter is for FirstSpot channel partners demonstration purpose
;If demo_mode=on, FirstSpot DNS Server and Web Server will perform a catch-all on all
;requests. After the user login, the client will always see the "firstspotdemo" page.
demo_mode=off

;redirect user to cart.php when login fails
redirect_cart=0

;Client Isolation, NetBIOS over TCP/IP, Default is Disabled
netbios=1

;Scenario 2 (Distributed Network Topology)
scenario2=0

; Post-Startup Batch File Path Name
batch_filePath =

; lan's subnet mask (please change this through Configuration Manager only)
;
subnet_mask =255.255.255.0

; domain name server IP address
;
DNS =0.0.0.0

; domain name server IP address
;
preferred_DNS =0.0.0.0

; domain name server IP address
;
alternate_DNS =0.0.0.0

; username
;
user =XXX

; password
;
pass =XXX

;Number of maximum administrator account
max_admin_account = 10

;Administrator username
admin_username0 =
admin_username1 =
admin_username2 =
admin_username3 =
admin_username4 =
admin_username5 =
admin_username6 =
admin_username7 =
admin_username8 =
admin_username9 =

;Administrator password
admin_password0 =
admin_password1 =
admin_password2 =
admin_password3 =
admin_password4 =
admin_password5 =
admin_password6 =
admin_password7 =
admin_password8 =
admin_password9 =

;Administrator parameter
admin_parameter0 =
admin_parameter1 =
admin_parameter2 =
admin_parameter3 =
admin_parameter4 =
admin_parameter5 =
admin_parameter6 =
admin_parameter7 =
admin_parameter8 =
admin_parameter9 =

; network interface card connected to Internet (after modify this, need to restart FirstSpot)
;
publicNIC=public NIC

; network interface card connected Hotspots or visitor-based networks (after modify this, need to bind the FirstHop driver
; to this new card and unbind the FirstHop driver from ALL other cards, then reboot Windows)
;
privateNIC=private NIC

; data source for user login
;
Datasource =C:\Programme\FirstSpot\datasource\firstspot.dsn

; datasource table for user login
;
Datasource_Tablename =fsusr

; datasource table for user login
Datasource_Plans_Tablename =fsplans

; enable session logging into the datasource log table
session_log =ON

; datasource table for user session logging
;
Datasource_Log_Tablename =fsusrlog

; datasource table for PayPal
;
Datasource_PayPal_Table=ppal

; port used by Gateway Service
;
port =5786

; port used by Authentication Server
;
auth_port =5788

; port used by ssl site
;
ssl_port =5789

; Greeting message displayed in login page
;
greeting_msg =Willkommen im RKU!

; Enable to show InfoBox
;
show_infobox =ON

; Logout automatically when Infobox is closed
;
check_infobox_closed =ON

; port used by infobox
;
infobox_port =5795

; authentication server IP address (please change this through Configuration Manager only)
; Note: different from gateway_IP when it is not installed in gateway (not officially supported in this version)
;
auth_IP =192.168.0.1

; login page filename which dispatcher will call
;
loginpage =login_select.php

; login form filename which login_select.php will call
;
loginform =login_form.php

; anonymous login form filename which login_select.php will call
;
a_loginform =alogin_form.php

; authentication form filename which authentication.php will call
;
reauthenticationform =reauth_form.php

; anonymous authentication form filename which authentication.php will call
;
a_reauthenticationform =alogout_form.php

; idle time (minutes) allowed for authenticated users
;
idle_timeout =3

; private network (please change this through Configuration Manager only)
;
private_IP =192.168.0.0

; gateway IP address (please change this through Configuration Manager only)
;
gateway_IP =192.168.0.1

; allow access to config manager from private network?
;
access_from_private =off

; allow access to config manager from public network?
;
access_from_public =off

; license file path
;
licensepath =C:\Programme\FirstSpot\

; session handling mode, 0 for MAC-based, 1 for IP-based
session_handling =0

; path for dhcp config
dhcppath =C:\Programme\FirstSpot\dhcp\dhcpservice.ini

; dhcp mode, 0 = auto, 1 = static, 2 = disabled
dhcpmode =0

; for static dhcp only, path of the Ip MAC mapping list
static_dhcp_path =C:\Programme\FirstSpot\StaticDHCP.txt

; anonymous login
anonymous_login =off

; secret enable
secret_enable=off

; secret code
secret_code=0aed120c6f7090a5b26a4c93df382b21

; anonymous login user table name
Datasource_Anonymous_Tablename =fsa

; anonymous login log table name
Datasource_Anonymous_Log_Tablename =fsalog

; password offloading mode
pwd_offload =off

; password encryption directory path
encrypt_path =C:\Programme\FirstSpot\dispatcher\encrypt_pwd.exe

; initial air time in minutes for self signup users
self_sign_up_credit=0

; initial plan for self signup users
self_sign_up_plan=

; self signup option
self_sign_up_option=0
self_sign_up_redirect=http://www.google.com

; self signup filtering
self_signup_filter=1

;allow self-signup without an ip/mac, 0=yes, 1=no
self_signup_no_mac=1

; null=no filter, 0 = signup once, >0 after x mins
self_signup_period=

;CAPTCHA option
self_sign_up_captcha_check=on

;use 3 party ssl cert 0=yes 1=no
ssl_cert=1

;secure socket layer for authentication
;443 for enabled SSL, auth_port=ssl_auth_port for disabled ssl
ssl_auth_port=5788

;rewrite engine for http to https redirection
rewrite_engine=off

;maximum fail attempt allowed
max_attempt=

;If user accesses http://10.20.7.1:5788 directly, redirect the request to any non-existing ip,
;so that driver can capture the request properly.
;DO NOT put any unresolvable domain name here
redirect_address=http://10.10.10.2/logged_in.html

;port to handle https request in apache when user is not authenticate
redirect_port=5790

; DNS suffix
dns_suffix=firstspot.org

;unauthorized access restricted to port 80 and 443 only.
; On=1, Off=0
restricted_redirect=1

; start up redirect
; 0= no redirect, 1=redirect to below link
start_up_redirect_option =0
start_up_redirect_url =
start_up_redirect_wait =2

; Redirect page picture (filename)
;
redirectpage_pic_name=
redirectpage_pic_name_html=

; Login page picture (filename)
;
random=0
loginpage_pic_count=1
loginpage_pic_html0=http://www.rku.de
loginpage_pic_html1=
loginpage_pic_html2=
loginpage_pic_html3=
loginpage_pic_html4=
loginpage_pic_html5=
loginpage_pic_html6=
loginpage_pic_html7=
loginpage_pic_html8=
loginpage_pic_html9=
loginpage_pic_html10=
loginpage_pic_html11=
loginpage_pic_html12=
loginpage_pic_html13=
loginpage_pic_html14=
loginpage_pic_html15=
loginpage_pic_html16=
loginpage_pic_html17=
loginpage_pic_html18=
loginpage_pic_html19=
loginpage_pic0=rku_firstspot_logo_klein.gif

;maximum number of concurrent users, blank / 0 = unlimited
max_conc_user=
loginpage_pic_name=rku_firstspot_logo_klein.jpg


; Allowed Hosts Settings
;
[allowed hosts]
; allowed hosts keywords file path
;
hosts_keywords_path =C:\Programme\FirstSpot\AllowedHostsKeywords.txt

; allowed hosts IPs file path
;
hosts_ips_path =C:\Programme\FirstSpot\AllowedHostsIps.txt


; Bandwidth Throttle Settings
[bw_throttle]
; Bandwidth Throttle Mode
bt_mode =0

; Overall Upload Limit (at least 20KB/s recommended)
bt_ul_limit =0

; Overall Download Limit (at least 20KB/s recommended)
bt_dl_limit =0

; low, medium and high definition
bt_low=100
bt_medium=50
bt_high=20
bt_drop_period=2

[bwreset]
bwresetmethod=
bwresetperiod=
lastresetbw=
sdate=

[creditcard]
payment_method=ppal

[paypal]
; Business id
;
ppal_business=your_business_id@your_email.com

; URL for successful transactions
;
ppal_return=http://10.20.7.1:5788/cart.php

; URL for cancelled transactions
;
ppal_cancel_return=http://10.20.7.1:5788/cart.php

; trust "Pending"=="Complete"?
;
ppal_pending_release=no

; the settlement currency
;
ppal_base_currency=USD

; URL for notify
;
ppal_notify_url=http://fixed_ip:5789

; Starting number for invoice
;
ppal_invoice_start=1

[worldpay]
; Installation id
;
wpay_instID=your_installation_ID

; the settlement currency
;
wpay_base_currency=USD

; URL for notify
;
wpay_notify_url=http://fixed_ip:5789

; Test Mode
; 100 : test mode - always successful validation
; 101 : test mode - always failed validation
; 0 : test mode - live mode, not testing
;
wpay_testmode=0

[AuthorizeNet]

;login id
aNet_id=

;transaction key
aNet_key=

aNet_hash=

aNet_base_currency=USD

; URL for notify
aNet_notify_url=http://fixed_ip

; Test Mode
; 0 : test mode - live mode, not testing
; 1 : test mode - testing only
aNet_testmode=0

[googleCheckout]
; Merchant id
;
checkout_merchant_id=

; URL for successful transactions
;
checkout_return=http://10.20.7.1:5788/cart.php

; URL for cancelled transactions
;
checkout_cancel_return=http://10.20.7.1:5788/cart.php

; the settlement currency
;
checkout_base_currency=USD

; URL for notify
;
checkout_notify_url=http://fixed_ip:5789

[User_defined_payment]
id=login_id
pin1=
pin2=
currency=USD
notify_url=http://

[PrinterOn]

PrintSupport=0
SiteURL=
SiteUID=
SiteAuth=
; show siteURL
show_URL_login=1
show_URL_infobox=1

[lang]
; default language file
default_lang_file=lang.php
default_lang_file_attributes=English;en,en-us,de;iso-8859-1
; number of other language files
lang_fileNumber=0
; other luguage files
lang_file1=
lang_file1_attributes=
lang_file2=
lang_file2_attributes=
lang_file3=
lang_file3_attributes=
lang_file4=
lang_file4_attributes=
lang_file5=
lang_file5_attributes=
; show character encoding
; 0 : hide
; 1 : show
show_charset=1

lang_pack_file=custom_lang.php
cmlang_pack_file=custom_cmlang.php
last_logout=logout
this_logout=logout
last_info=infobox
this_info=infobox
last_cart=cart
this_cart=cart
key_0=
url_0=
ReqSignUp01=on
ReqSignUp02=on
ReqSignUp03=on
ReqSignUp04=off
ReqSignUp05=off
ReqSignUp06=off
ReqSignUp07=off
ReqSignUp08=off
ReqSignUp09=off
ReqSignUp10=off
extra01=off
extra02=off
extra03=off
extra04=off
extra05=off
extra06=off
extra07=off
extra08=off
extra09=off
extra10=off

; Setting of cart description
[cart]
reset_bw_count_upon_purchase=1
max_slot_open=0

[radius]
use_radius=false
ServerIP=10.20.7.1
AuthPort=1812
AccPort=1813
Secret=secret
FSVendorID=2004
Datasource=C:\Programme\FirstSpot\datasource\radius.dsn
Datasource_Tablename=fsRadius
Acc_Start=true
Acc_Stop=true
;Acc_FSLogin=true
;Acc_FSLogout=true
;Acc_FSWriteLog=true

[radiusAuthentication]
NAS_IDENTIFIER=FirstSpot
;NAS_IP_ADDRESS=the private nic ip, this can be edited.
;CALLING_STATION_ID=client nic mac or ip, depends on the Firstspot setting, this can not be edited.
;CALLED_STATION_ID=firstspot private nic mac, this can not be edited.

[radiusCustomAttribute]
;Vendor spec type for Firstspot
;fixed value can not be changed.
;
;FS_AUTH_TIMELEFT=1
;FS_AUTH_ACCUMBW=2
;FS_AUTH_BWQUOTA=3
;FS_AUTH_BWCOUNT=4
;FS_AUTH_ULLIMIT=5
;FS_AUTH_DLLIMIT=6
;FS_AUTH_LOGINTIME=7
;FS_AUTH_LOGOUTTIME=8
;FS_AUTH_TIMEDIFF=9
;FS_AUTH_BWUSAGE=10

;Account Status Type Attributes, can be changed.
;
;default ACCT_STATUS_FSLOGIN=217
;default ACCT_STATUS_FSLOGOUT=218
;default ACCT_STATUS_FSWRITELOG=219

[prepaidCard]
random_usr_prefix=usr_
random_usr_suffix_salt=abcdefghjkmnpqrstuvwxyzABCDEFGHJKMNPQRSTUVWXYZ123456789
random_usr_suffix_length=5
pwd_salt=abcdefghjkmnpqrstuvwxyzABCDEFGHJKMNPQRSTUVWXYZ123456789
pwd_length=7

[ACL]
num_acl=0

[fssmtp]
smtp =false
MailLogOffset=24
IspSmtpDomain=
SmtpPort=
IspSmtpAuthLogin=false
IspSmtpUserName=
IspSmtpPassword=

[users]
; 0= default format
; 1= past format option
slip_format_option =0
; default format
default_slip_title= Welcome to use FirstSpot System
default_slip_title_size= 0
default_slip_end= Thank You
default_slip_end_size= 0
; Past format
past_slip_title=
past_slip_title_size=0
past_slip_end=
past_slip_end_size=0

[NAT]
Enable=1
Type=0
NAT_AddrR_Count=0
NAT_portmap_count=0

[mac_filter]
mac_count=0

[ip_filter]
ip_count=0

[FSFO]
mode=
BackupMode=3
Main_IP=
Main_DNS=
Main_NIC=
BackUp_IP=
BackUp_DNS=
BackUp_NIC=
Port=
_enable_fo_dp=0

[bulk]
enable_slip_preview=1
slip_per_page=5

[DataTransfer]
bwcount_dl=0
bwcount_ul=0

[misc]
show_cart=no
enable_chgpwd=1
time_reminder=1
remindMin=5
removePeriod=30
block_icmp=on
block_udp=on
_debug=1
pkt_period=20
_skip_nic_disable_enable=true
oem=C:\WINDOWS\INF\oem5.inf
PublicAdapterIP=10.10.10.2
PublicAdapterIpMask=255.0.0.0
PublicAdapterGateway=10.10.10.1
PrivateMAC=0030489350f0

Back to top
alan
Forum facilitator


Joined: 26 Sep 2003
Posts: 4435

PostPosted: Fri Jun 13, 2008 6:28 pm    
Post subject:

See http://patronsoft.com/forum/viewtopic.php?p=7207#7207
_________________
~ Patronsoft Limited ~
Back to top
pkolb



Joined: 11 Jun 2008
Posts: 5

PostPosted: Fri Jun 20, 2008 12:56 pm    
Post subject:

i tried that already endless times way before posting with 7 different dns server of our isp which are definitely up and working
Back to top
alan
Forum facilitator


Joined: 26 Sep 2003
Posts: 4435

PostPosted: Fri Jun 20, 2008 2:26 pm    
Post subject:

First, you need to use nslookup (issue at both client and FirstSpot machine) to confirm DNS is working. Accessing web site as a test is not accurate as sometimes the web site or the dns request is cache.

As the previous link suggested, please:
1) change the DNS of your Public Network Interface to ONLY one entry
2) issue nslookup in the FirstSpot machine to make sure the DNS request is working correctly
3) restart FirstSpot
4) now, re-test your client access performance.

P.S. : "Logout automatically when Infobox is closed" is not real time. So it is normal that you need to wait for while before client is disconnected.
_________________
~ Patronsoft Limited ~
Back to top
pkolb



Joined: 11 Jun 2008
Posts: 5

PostPosted: Mon Jun 23, 2008 8:27 am    
Post subject:

Quote:
First, you need to use nslookup (issue at both client and FirstSpot machine) to confirm DNS is working. Accessing web site as a test is not accurate as sometimes the web site or the dns request is cache.

As the previous link suggested, please:
1) change the DNS of your Public Network Interface to ONLY one entry
2) issue nslookup in the FirstSpot machine to make sure the DNS request is working correctly
3) restart FirstSpot
4) now, re-test your client access performance.


i did that exactly that way, but to be absolutely sure i gave it once again a try and capture all the nslookup outputs:

ipconfig /all on firstspot:
Quote:
Windows-IP-Konfiguration



Hostname. . . . . . . . . . . . . : firstspot

Primäres DNS-Suffix . . . . . . . :

Knotentyp . . . . . . . . . . . . : Broadcast

IP-Routing aktiviert. . . . . . . : Ja

WINS-Proxy aktiviert. . . . . . . : Ja



Ethernetadapter private NIC:



Verbindungsspezifisches DNS-Suffix:

Beschreibung. . . . . . . . . . . : Intel(R) PRO/1000 PM Network Connection

Physikalische Adresse . . . . . . : 00-30-48-93-50-F0

DHCP aktiviert. . . . . . . . . . : Nein

IP-Adresse. . . . . . . . . . . . : 192.168.0.1

Subnetzmaske. . . . . . . . . . . : 255.255.255.0

Standardgateway . . . . . . . . . :



Ethernetadapter public NIC:



Verbindungsspezifisches DNS-Suffix:

Beschreibung. . . . . . . . . . . : Intel(R) PRO/1000 PL Network Connection

Physikalische Adresse . . . . . . : 00-30-48-93-50-F1

DHCP aktiviert. . . . . . . . . . : Nein

IP-Adresse. . . . . . . . . . . . : 10.10.10.2

Subnetzmaske. . . . . . . . . . . : 255.0.0.0

Standardgateway . . . . . . . . . : 10.10.10.1

DNS-Server. . . . . . . . . . . . : 217.237.149.205


nslookups on firstspot:
Quote:
C:\Dokumente und Einstellungen\Administrator>nslookup
Standardserver: l-lb-a01.isp.t-ipnet.de
Address: 217.237.149.205

> set debug

> google.de
Server: l-lb-a01.isp.t-ipnet.de
Address: 217.237.149.205

------------
Got answer:
HEADER:
opcode = QUERY, id = 2, rcode = NOERROR
header flags: response, want recursion, recursion avail.
questions = 1, answers = 3, authority records = 0, additional = 0

QUESTIONS:
google.de, type = A, class = IN
ANSWERS:
-> google.de
internet address = 72.14.221.104
ttl = 1743 (29 mins 3 secs)
-> google.de
internet address = 66.249.93.104
ttl = 1743 (29 mins 3 secs)
-> google.de
internet address = 216.239.59.104
ttl = 1743 (29 mins 3 secs)

------------
Nicht autorisierte Antwort:
Name: google.de
Addresses: 72.14.221.104, 66.249.93.104, 216.239.59.104

> microsoft.com
Server: l-lb-a01.isp.t-ipnet.de
Address: 217.237.149.205

------------
Got answer:
HEADER:
opcode = QUERY, id = 3, rcode = NOERROR
header flags: response, want recursion, recursion avail.
questions = 1, answers = 2, authority records = 0, additional = 0

QUESTIONS:
microsoft.com, type = A, class = IN
ANSWERS:
-> microsoft.com
internet address = 207.46.232.182
ttl = 2441 (40 mins 41 secs)
-> microsoft.com
internet address = 207.46.197.32
ttl = 2441 (40 mins 41 secs)

------------
Nicht autorisierte Antwort:
Name: microsoft.com
Addresses: 207.46.232.182, 207.46.197.32

> sidux.com
Server: l-lb-a01.isp.t-ipnet.de
Address: 217.237.149.205

------------
Got answer:
HEADER:
opcode = QUERY, id = 4, rcode = NOERROR
header flags: response, want recursion, recursion avail.
questions = 1, answers = 1, authority records = 0, additional = 0

QUESTIONS:
sidux.com, type = A, class = IN
ANSWERS:
-> sidux.com
internet address = 213.239.196.216
ttl = 3600 (1 hour)

------------
Nicht autorisierte Antwort:
Name: sidux.com
Address: 213.239.196.216

> patronsoft.com
Server: l-lb-a01.isp.t-ipnet.de
Address: 217.237.149.205

------------
Got answer:
HEADER:
opcode = QUERY, id = 5, rcode = NOERROR
header flags: response, want recursion, recursion avail.
questions = 1, answers = 1, authority records = 0, additional = 0

QUESTIONS:
patronsoft.com, type = A, class = IN
ANSWERS:
-> patronsoft.com
internet address = 207.58.144.206
ttl = 3600 (1 hour)

------------
Nicht autorisierte Antwort:
Name: patronsoft.com
Address: 207.58.144.206

nslookups on client:
Quote:
root@sidux:/media/cdrom# nslookup google.de
Server: 192.168.0.1
Address: 192.168.0.1#53

Non-authoritative answer:
Name: google.de
Address: 216.239.59.104
Name: google.de
Address: 72.14.221.104
Name: google.de
Address: 66.249.93.104

Server: 192.168.0.1
Address: 192.168.0.1#53

root@sidux:/media/cdrom# nslookup sidux.com
Non-authoritative answer:
Name: sidux.com
Address: 213.239.196.216

Server: 192.168.0.1
Address: 192.168.0.1#53

root@sidux:/media/cdrom# nslookup microsoft.com
Non-authoritative answer:
Name: microsoft.com
Address: 207.46.232.182
Name: microsoft.com
Address: 207.46.197.32

Server: 192.168.0.1
Address: 192.168.0.1#53

root@sidux:/media/cdrom# nslookup purplz.de
Non-authoritative answer:
Name: purplz.de
Address: 85.25.86.63

Server: 192.168.0.1
Address: 192.168.0.1#53

root@sidux:/media/cdrom# nslookup debian.org
Non-authoritative answer:
Name: debian.org
Address: 192.25.206.10

root@sidux:/media/cdrom# nslookup wikipedia.de
;; connection timed out; no servers could be reached

root@sidux:/media/cdrom# nslookup wikipedia.org
;; connection timed out; no servers could be reached

root@sidux:/media/cdrom# nslookup ebay.com
;; connection timed out; no servers could be reached


the funny thing is: whether or not nslookup found an ip address on client side the browser either finds a website after about 20 sec of "looking up XXX.yy..." or times out

forgot to mention that the client has a linux os ... so here the resolv.conf in case you need that
resolv.conf on client:
Quote:
domain firstspot.org
search firstspot.org
nameserver 192.168.0.1
Back to top
CaptainProton



Joined: 08 Jan 2008
Posts: 14

PostPosted: Sat Aug 09, 2008 6:56 am    
Post subject:

I have got the same problem since about one week. it was running perfect for a long time.

It is exactly the same problem as you described above.

I even reinstalled the the operatingsystem and firstspot on the server. but the problem remains!?

How did you solve it?
Back to top
pkolb



Joined: 11 Jun 2008
Posts: 5

PostPosted: Mon Aug 11, 2008 7:40 am    
Post subject:

i didn't... problem still remains.

i'm living with a workaround as described above.
but if you ever solve the problem please let me know ... good luck Smile
Back to top
CaptainProton



Joined: 08 Jan 2008
Posts: 14

PostPosted: Mon Aug 11, 2008 9:59 am    
Post subject:

Since this issue occured so unexpectedly, I could imagine it to be related to the vunerability of DNS-Servers that has been discovered lately. Mybe my provider patched it and that keeps FS from forwarding requests. If my clients use the DNS-IP of my Internetprovider instead of the FS-IP als primary DNS in the network settings, everything is working fine.

somehow I solved the problem after one day of work.
I dont really know how, but that is what I did:

First I reinstalled the windows 2003 and FS on the server.
That did not help. clients still could not resolve domain names.

Then I installed FS on a computer running XP. Same problem.

Then I tried it with a different internetprovider (B). And it worked. In both cases [b]the only DNS Server entered in the FS-public-network adapter was the router's IP[/b]. But with my original provider, it still did not.

So I entered ONE of my [b]ISPs DNS[/b] (not the router IP) in the public interface and it works now.
To my surprise...
Because: since months it was working no matter what I entered as DNS in the public interface (Router IP, DNS-IP of ISP, one or more DNS-IPs).

Something must have changed on the providers side.



What is your workaround???
Back to top
pkolb



Joined: 11 Jun 2008
Posts: 5

PostPosted: Mon Aug 11, 2008 11:10 am    
Post subject:

i also entered my isp's dns-server address in firstspot's dhcp settings, thats working fine.

the thing is that instant keywords like "logout" won't work that way, but that is what i need.

we have one public pc in a hospital and the patients sometimes forget to logout or close the infobox ... problem was, that you can't logout once the infobox is closed, so i reduced the timeout and set the option "logout when infobox is closed" to true, but this is not in "real-time" ... it takes up to 30 sec until it really logs out...
because of the law we have to log the users visited sites, but if you can't logout one user always will be logged in because the public pc is busy almost all day.... i think you can guess what the problem is...

at the moment we can't charge the patients for surfing because of that

our isp changed all dns-server a while ago to prevent users from other isps using them ... maybe same yours did

anyway the problem is not the isp, its inside firstspot's dns-system ... sometimes it seems like the dns request gets lost in a loop
Back to top
Display posts from previous:   
Post new topic   Reply to topic    FirstSpot Forum Index -> Pre-sales Support Forum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group