Networking Forums

Networking Forums > Network Hardware > Home Networking > Network access to Internet - Hlep

Reply
Thread Tools Display Modes

Network access to Internet - Hlep

 
 
chris
Guest
Posts: n/a

 
      08-19-2003, 01:43 PM
I provide free support to small office network used by a local charity. The
network consists of:

- A network server running NT4/SP6. Mdeamon runs on the server to provide
email distribution/collection to/from 4 client machines. The server also
runs VSocks Light to provide dial-up(0845) access via Clarinet for POP3/SMTP
mail and internet access. MD dials up the Clarinet POP account every hour
to download incoming mail and send the outgoing mail via STMP.

- Four client machines running W98. Email is handled via Mdeamon running on
the network server. Internet access is provided by Vsocks light proxy
server running on the network server.

All was working fine until some 7 days ago when the charity contacted me to
report that Internet access was failing from the client desktop machines. I
have now determined that the mail collection and deliver works OK but client
internet access is indeed failing. Looks like no DNS resolution? However
if I access the internet from the server via Vsocks then all seems to be OK.
The people in the office cannot think of any action that was taking place
prior to the internet access failure. When IE starts on a client machine it
will trigger Vsocks to dial out from the server and connect to Clarinet OK.
However IE then times out "page cannot be displayed". I did suspect MSblast
on the NT server but cannot find any trace.

Frankly I am now lost. I would appreciate any help or advice. TIA

Regards

Chris


---
Outgoing mail is certified Virus Free. Verified Antec Server 6/2003
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.511 / Virus Database: 308 - Release Date: 18/08/2003


 
Reply With Quote
 
 
 
 
Jeff
Guest
Posts: n/a

 
      08-19-2003, 03:41 PM
On Tue, 19 Aug 2003 14:43:03 +0100, "chris" <(E-Mail Removed)> wrote:

<snip>
>All was working fine until some 7 days ago when the charity contacted me to
>report that Internet access was failing from the client desktop machines. I
>have now determined that the mail collection and deliver works OK but client
>internet access is indeed failing. Looks like no DNS resolution?


Tried pinging from one of the client machines? Ping an known good ip
address and you should then be able to determine whether it's DNS
related or not.

Is DNS handled by your NT server? or are client's contacting clara's
DNS directly?


Regards

Jeff




 
Reply With Quote
 
Derek
Guest
Posts: n/a

 
      08-19-2003, 07:35 PM
On Tue, 19 Aug 2003 17:39:39 +0100, "chris" <(E-Mail Removed)> wrote:

>Thanks for help Jeff
>
>
>> Tried pinging from one of the client machines? Ping an known good ip
>> address and you should then be able to determine whether it's DNS
>> related or not.

>
>Can ping client machine to server OK. Server is 192.168.0.1. This can be
>pinged from clients. But cannot ping from client to enternal IP address.


Have you checked the default route on the clients is set correctly?

If the clients are getting their addresses from the server via DHCP,
you may find that the server is no longer supplying this setting to
the clients.

Derek
--
The Internet is totally out of control, impossible to map accurately, and
being used far beyond its original intentions. So far, so good.
-- Dr. Dobb's Journal May 1993
 
Reply With Quote
 
Mike Hughes
Guest
Posts: n/a

 
      08-19-2003, 09:00 PM
Derek wrote:

> On Tue, 19 Aug 2003 17:39:39 +0100, "chris" <(E-Mail Removed)> wrote:
>
>>Thanks for help Jeff
>>
>>
>>> Tried pinging from one of the client machines? Ping an known good ip
>>> address and you should then be able to determine whether it's DNS
>>> related or not.

>>
>>Can ping client machine to server OK. Server is 192.168.0.1. This can be
>>pinged from clients. But cannot ping from client to enternal IP address.

>
> Have you checked the default route on the clients is set correctly?
>
> If the clients are getting their addresses from the server via DHCP,
> you may find that the server is no longer supplying this setting to
> the clients.
>
> Derek


thats unlikely as he said mail is working fine, and he is using a socks
proxy so default route/gateway or whatever you wanna call it doesnt apply,

its probably a dns propogation problem with whatever relays dns on the
server, have a look at it, failing that, you could setup wingate or ICS or
something on the server to give the machines full access to the internet
(i.e. not through proxy) and set the dns on those machines to the dns
servers that you use.

 
Reply With Quote
 
chris
Guest
Posts: n/a

 
      08-19-2003, 09:05 PM


> >Can ping client machine to server OK. Server is 192.168.0.1. This can

be
> >pinged from clients. But cannot ping from client to enternal IP address.

>
> Have you checked the default route on the clients is set correctly?


I'm not really sure what is meant here Derek? See below.

>
> If the clients are getting their addresses from the server via DHCP,
> you may find that the server is no longer supplying this setting to
> the clients.


Clients IP addresses are fixed IP addresses in the series 192.168.0.1x

C.







---
Outgoing mail is certified Virus Free. Verified Antec Server 6/2003
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.512 / Virus Database: 309 - Release Date: 19/08/2003


 
Reply With Quote
 
chris
Guest
Posts: n/a

 
      08-19-2003, 09:13 PM

> its probably a dns propogation problem with whatever relays dns on the
> server, have a look at it, failing that, you could setup wingate or ICS or
> something on the server to give the machines full access to the internet
> (i.e. not through proxy) and set the dns on those machines to the dns
> servers that you use.
>


This looks like a good line of investigation for me, Mike. I can access
the internet from the NT4 server via the server proxy (Vsocks running on the
NT4 server) but not from the clients; although the clients will trigger the
proxy to initiate dial-up to the ISP. So this does seem to confirm that the
problem is dns related but I'm stuck as to how to pin this down further.

C.


---
Outgoing mail is certified Virus Free. Verified Antec Server 6/2003
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.512 / Virus Database: 309 - Release Date: 19/08/2003


 
Reply With Quote
 
Derek
Guest
Posts: n/a

 
      08-19-2003, 10:21 PM
On Tue, 19 Aug 2003 22:13:44 +0100, "chris" <(E-Mail Removed)> wrote:

>
>> its probably a dns propogation problem with whatever relays dns on the
>> server, have a look at it, failing that, you could setup wingate or ICS or
>> something on the server to give the machines full access to the internet
>> (i.e. not through proxy) and set the dns on those machines to the dns
>> servers that you use.
>>

>This looks like a good line of investigation for me, Mike. I can access
>the internet from the NT4 server via the server proxy (Vsocks running on the
>NT4 server) but not from the clients; although the clients will trigger the
>proxy to initiate dial-up to the ISP. So this does seem to confirm that the
>problem is dns related but I'm stuck as to how to pin this down further.


Just throwing this in here - Vsocks only appears to allow you to enter
one external DNS server: Are you sure that the server Vsocks is using
actually works?

(I'd note that one of the DNS servers you mentioned (213.120.62.100)
doesn't look very healthy from here.)

Are you familar with nslookup?

Derek
--
If I took some seriously hard drugs and invented the most implausible
discworld physics I could think of I'd still be outdone by a couple
of sober physicists and mathematicians. -Terry Pratchett
 
Reply With Quote
 
chris
Guest
Posts: n/a

 
      08-20-2003, 06:51 AM

> Just throwing this in here - Vsocks only appears to allow you to enter
> one external DNS server: Are you sure that the server Vsocks is using
> actually works?
>
> (I'd note that one of the DNS servers you mentioned (213.120.62.100)
> doesn't look very healthy from here.)
>
> Are you familar with nslookup?


No, but I'm sure going to find out since you think that it might help me :-)

>
> Derek
> --
> If I took some seriously hard drugs and invented the most implausible
> discworld physics I could think of I'd still be outdone by a couple
> of sober physicists and mathematicians. -Terry

Pratchett


---
Outgoing mail is certified Virus Free. Verified Antec Server 6/2003
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.512 / Virus Database: 309 - Release Date: 19/08/2003


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I allow internet access but not network access over a route Andrew_White Wireless Networks 2 12-10-2009 07:50 PM
PC has internet access, MAC does not, both network access Ronald Beilsma Network Routers 0 05-24-2005 03:14 PM
Internet Access without Network Resource Access Jason Scoggins Windows Networking 4 11-05-2004 04:28 PM
How do I let people access the internet via an access point but not allow them access to my network yar Wireless Networks 3 09-21-2004 03:48 AM
Can't access internet thru network Michael Windows Networking 3 07-15-2003 06:48 AM



1 2 3 4 5 6 7 8 9 10 11