On Wed, 12 Dec 2007 21:58:20 -0800 (PST), Marvs wrote:
>Hi hope someone could help me. We've changed ISP and upgraded our DSL
Are you kidding?
>line from 512kbps to 2mbps, our new ISP gave us a username and
>password then I changed the account information on our Speedtouch 546
>router. Now I could surf the internet only when I'm connected to the
>router directly. My problem now is the computer clients connected to
Sounds like most ISP setups, 1 connection, 1 modem and / or router 1
connection.
You either get a static IP address allowing 1 PC, some offer more
addresses , others use DHCP for automatic addressing.
>my network could not browse the internet, server which gives them an
So how is the network connected to the router?
How did it work before?
Generally a router has 4 ports to connect clients, if the router has
only 1 LAN port you need a switch with enough ports for the number of
clients + link to router.
>error:
>Forbidden you were denied access because: Access denied by access
>control policy
You don't get a 403 without getting a failed connection to the outside /
some device between the PC and destination. If the connection is down
it's more likely a page not found / timeout error.
Firewall software on PC isn't configured for new ISP info.
Browser proxy settings are the old ISP which doesn't allow connection
from new ISP.
Router content filtering needs checked.
The error page should have contact info / source name of what's
reporting the problem. You will be surprised by how many don't
>I could ping from webpages from client computers without any problem.
You don't ping webpages, you ping the servers.
>Can someone pls. tell me how to solve this issue. Thanks,
No.
HTTP 1.1 messages
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
10.4.4 403 Forbidden
The server understood the request, but is refusing to fulfill it.
Authorization will not help and the request SHOULD NOT be repeated. If
the request method was not HEAD and the server wishes to make public why
the request has not been fulfilled, it SHOULD describe the reason for
the refusal in the entity. If the server does not wish to make this
information available to the client, the status code 404 (Not Found) can
be used instead.
Me