Joseph John saw fit to inform LI that:
>hello
> I am posting this mail after quering the archies,
>I tried the changes in "/etc/ppp/options" , I did my
>setup as in pcquest.com , I am not able to connect to
Put noauth in this file. Also, maybe your ISP has a different system of
domain logon - you might want to experiment with
user pass
user@domain pass
user@fqdn pass
in your pap-secrets or chap-secrets file.
> "sysquery: sendto([192.36.148.17].53): Network is
>unreachable ".
Are you behind a firewall / proxy? NAT is going bad in your case. Tweak
ipchains / ipfwadm to make your _public_ ip visible outside the network.
192.168. is non routable ip space.
>Jun 4 23:07:26 server2 modprobe: can't locate module
>char-major-108
Oh ho ...
As you are using a 2.3.x kernel, put this in /etc/conf.modules (or
modules.conf depending on your distro) "alias char-major-108 ppp_generic"
if it is a 2.2.x kernel make it "alias char-major-108 ppp"
Then, go to /dev and check for whether /dev/ppp exists. If it doesn't,
execute this command - mknod /dev/ppp c 108 0
>Jun 4 23:07:29 server2 named[1793]: starting. named
>8.2.1 Fri Sep 24 14:52:24 EDT 1999
>^[EMAIL PROTECTED]:/usr/src/bs/BUILD/bind-8.2.1/src/bin/named
Hmmm... so you have a DNS problem also. Fix it will you?
---end quote---
--
Suresh Ramasubramanian | sureshr at staff.juno.com
"Give me enough medals, and I'll win any war."
-- Napoleon
-----------------------------------------------------------------------
Check out the 'What to do before posting to the list' site
for a list of things to try before posting. The site is
at http://botsie.tripod.com/beforeposting/