IPCP problem with pppd

2000-06-06 Thread Daniel Quinlan
hi,

   I'm having a problem with pppd (deb version 2.3.5-2) on a slink box.

   IPCP doesn't appear to be either logging or working properly.

   a user dials in
   mgetty answers, detects PPP frames and starts pppd
   pppd does LCP negotiation
   pppd authenticates the user with PAP

   then nothing..even tho I have lcp-echo-interval etc set nothing
   else logs at all.

   if run ifconfig I can see the ppp0 interface with the correct IP addresses
   even though IPCP negotiation doesn't get logged.

   from the client side Windows DUN reports a successful connection 
   with a win95 or windows NT workstation you can ping both the server
   and hosts on the remote network.
   BUT a windows 98 client can't ping anything. (herein lies the problem)

   i've never seen pppd _not_ log IPCP negotiation with debug and kdebug 1
   set.

   any ideas?

--
regards,
Daniel Quinlan  [EMAIL PROTECTED]
Netwise Australia   ph:  07 3252 8111
"Engineering Your Network Solution" fax: 07 3216 0226




Re: banning IP adds or /24 from http server

2000-06-06 Thread Alexander Reelsen
On Tue, Jun 06, 2000 at 10:52:55PM +, Sibuyas wrote:
> how do I ban a list of IP adds (or an entire /24) from ever accessing
> my apache http server ?  i always thought /etc/hosts.deny can do this
> but i just discovered that i was wrong.
Apache is not linked against libwrap per default, but needs to be linked
against in order to work with tcpwrappers.

Check out the rule 'deny' in your apache configuration.

order deny,allow
allow from all
deny from 192.168.0.0/24

Should be sufficient for your needs.


MfG/Regards, Alexander

-- 
Alexander Reelsen   http://joker.rhwd.de
[EMAIL PROTECTED]   GnuPG: pub 1024D/F0D7313C  sub 2048g/6AA2EDDB
[EMAIL PROTECTED] 7D44 F4E3 1993 FDDF 552E  7C88 EE9C CBD1 F0D7 313C
Securing Debian:http://joker.rhwd.de/doc/Securing-Debian-HOWTO




Re: banning IP adds or /24 from http server

2000-06-06 Thread Giuseppe Pagano
I've done that putting in /etc/apache/access.conf the following lines:


# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you (or at least, not yet).
#Options Indexes FollowSymLinks
Options None
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", 
"FileInfo", 
# "AuthConfig", and "Limit"
AllowOverride None
# Controls who can get stuff from this server.
order allow,deny
allow from all
deny from aaa.bbb.ccc.ddd


bye
[EMAIL PROTECTED]


On Wed, 07 Jun 2000 00:52:55 Sibuyas wrote:
> hi !
> 
> how do I ban a list of IP adds (or an entire /24) from ever accessing my 
apache
> http server ?  i always thought /etc/hosts.deny can do this but i just 
discovered
> that i was wrong.
> 
> thanks,
> sib
> 
> -
> A world of Information. The journey begins here. At Home.
> Internet Cebu's web based mail. http://www.i-mailbox.net
> 
> 
> --  
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]
> 





banning IP adds or /24 from http server

2000-06-06 Thread Sibuyas
hi !

how do I ban a list of IP adds (or an entire /24) from ever accessing my apache
http server ?  i always thought /etc/hosts.deny can do this but i just 
discovered
that i was wrong.

thanks,
sib

-
A world of Information. The journey begins here. At Home.
Internet Cebu's web based mail. http://www.i-mailbox.net