Koozali.org: home of the SME Server

Email works, but not internet

ringring7

Email works, but not internet
« on: October 17, 2005, 06:15:40 AM »
Hello. Im fairly new to SME, but i have setup a version 6 server and its being gonig well for a few weeks now. Suddenly i cant seem to access the internet. Email/putty both work fine. I replaced the router (Dynalink RTA 230). Didn't help.
The computers attached all get IPs ok, and save files etc....a friend thought it may have something to do with squid not running, but i don't know what to do there. (I have restarted the server a few times)

Help!

Offline electroman00

  • *****
  • 491
  • +0/-0
Email works, but not internet
« Reply #1 on: October 17, 2005, 06:27:54 AM »
ringring7

What's the output of ipconfig look like?

Also try a workstation connected to the router see
if that gets out.

ringring7

Email works, but not internet
« Reply #2 on: October 17, 2005, 06:50:43 AM »
Hi,
If i plug the router directly into a PC it works fine.

I typed 'service squid status' and got...

squid dead but subsys locked
squid: ERROR: No running copy
[root@server installtime]#

I tried 'service squid reload' and got....
squid: ERROR: No running copy

Generally the PCs have no problems with getting an IP address from the server. They access files and email ok, just NO INTERNET. :(

**even if there was just some way i could bypass something, so that Internet could use the same "channels" as email (since email works!)**

Offline raem

  • *
  • 3,972
  • +4/-0
Email works, but not internet
« Reply #3 on: October 17, 2005, 10:11:06 AM »
ringring7

> I typed 'service squid status' and got...
> squid dead but subsys locked
> squid: ERROR: No running copy

First of all don't use service ...., that command is deprecated on the sme server and won't always work correctly.

use
/etc/init.d/squid status
/etc/init.d/squid restart

Something has happened to squid, that's why you can't browse the Internet
See this link, it may help get squid going again
http://www.squid-cache.org/mail-archive/squid-users/200101/0721.html
...