radisu help

2000-08-01 Thread Helber
Hi all.

Does anyone know how can I limit the access in radius to a group of users?
my users file is like this

DEFAULT Simultaneous-Use = 1,Auth-Type = System
Fall-Through = 1
Service-Type = Framed-User
Framed-Protocol = PPP
Framed-IP-Address = 255.255.255.254
Framed-IP-Netmask = 255.255.255.255


now I check the password file, but pop users can log too.
I was thinking that I could put the log accounts into a group called
"loggroup"
and just accept the passwords of accounts that belongs to this group.
But I have no idea of how to it or if this is the correct way of doing it.

I apreciate any help.

Thank you guys.





radisu help

2000-08-01 Thread Helber

Hi all.

Does anyone know how can I limit the access in radius to a group of users?
my users file is like this

DEFAULT Simultaneous-Use = 1,Auth-Type = System
Fall-Through = 1
Service-Type = Framed-User
Framed-Protocol = PPP
Framed-IP-Address = 255.255.255.254
Framed-IP-Netmask = 255.255.255.255


now I check the password file, but pop users can log too.
I was thinking that I could put the log accounts into a group called
"loggroup"
and just accept the passwords of accounts that belongs to this group.
But I have no idea of how to it or if this is the correct way of doing it.

I apreciate any help.

Thank you guys.



--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




fiber - cat5 - wireless

2000-07-25 Thread Helber

What is the best way to conect two points at about 350 m away?
When I say best I´m talking about $ and performance.

thanks.

-Mensagem Original-
De: R K <[EMAIL PROTECTED]>
Para: <[EMAIL PROTECTED]>
Cc: 
Enviada em: Terça-feira, 25 de Julho de 2000 10:14
Assunto: Re: fiber


> Generally you just use fiber on your backbone or high traffic areas and
cat5
> the rest of the network.  Fiber is expensive, fragile and requires skilled
> personnel to install correctly.  I remember sitting for almost an hour
once
> watching this guy carefully strip, clean and polish a section of fiber.
You
> should do some testing on your network to see if you actually need
anything
> more than 100mbps before you commit.  I dunno, that's just my experience
> with it.
>
> Can someone comment here on reasons to use fiber for network cable now
> instead of old style standard cat5 cable?
> I see lots of fiber equipment out there but 100mbps is 100mbps right?
> Is fiber economical when you get into over 100mbps situations?
> thanks.
>
>





fiber - cat5 - wireless

2000-07-25 Thread Helber


What is the best way to conect two points at about 350 m away?
When I say best I´m talking about $ and performance.

thanks.

-Mensagem Original-
De: R K <[EMAIL PROTECTED]>
Para: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Enviada em: Terça-feira, 25 de Julho de 2000 10:14
Assunto: Re: fiber


> Generally you just use fiber on your backbone or high traffic areas and
cat5
> the rest of the network.  Fiber is expensive, fragile and requires skilled
> personnel to install correctly.  I remember sitting for almost an hour
once
> watching this guy carefully strip, clean and polish a section of fiber.
You
> should do some testing on your network to see if you actually need
anything
> more than 100mbps before you commit.  I dunno, that's just my experience
> with it.
>
> Can someone comment here on reasons to use fiber for network cable now
> instead of old style standard cat5 cable?
> I see lots of fiber equipment out there but 100mbps is 100mbps right?
> Is fiber economical when you get into over 100mbps situations?
> thanks.
>
>



--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




e-commerce

2000-07-23 Thread Helber



Does anyone know a "good" free e-commerce 
program?
or
a good solution to implement a virtual store?
 
Thank you in advance.
 
Helber


Re: how to limit area's users can traverse

2000-07-23 Thread Helber
I use this proftp.conf

# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName  "ProFTPD"
ServerType  standalone
DeferWelcomeoff
ShowSymlinkson

DefaultServer   on

# Port 21 is the standard FTP port.
Port21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask   022

# Set the user and group that the server normally runs at.
Userroot
Group   root




DefaultRoot ~


# A basic anonymous configuration, no upload directories.


  User  ftp
  Group nogroup
  # We want clients to be able to login with "anonymous" as well as "ftp"
  UserAlias anonymous ftp

  RequireValidShell off
##
  # Limit the maximum number of anonymous logins
  MaxClients20

  # We want 'welcome.msg' displayed at login, and '.message' displayed
  # in each newly chdired directory.
  DisplayLogin  welcome.msg
  DisplayFirstChdir .message

  # Limit WRITE everywhere in the anonymous chroot
  

  DenyAll

  




-Mensagem Original-
De: John F. Davis <[EMAIL PROTECTED]>
Para: debian isp mailing list 
Enviada em: Terça-feira, 18 de Julho de 2000 17:11
Assunto: how to limit area's users can traverse


> hello
>
> How do you limit the area which a user can go with ftp?
> i.e, when user ftp's to my server, how do I keep him in
> his portion of the filesystem only.
>
> Way back when, I saw a setup on a redhat system which
> had a non standard "cd" binary which was put
> in each user's path.  This "cd" could not be deleted
> by the user and it would not allow the user to cd
> to any directory not owned by the user.  It seemed
> kinda weird, but it definitely did the trick.
>
> John
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>
>




e-commerce

2000-07-23 Thread Helber



Does anyone know a "good" free e-commerce 
program?
or
a good solution to implement a virtual store?
 
Thank you in advance.
 
Helber


Re: how to limit area's users can traverse

2000-07-23 Thread Helber

I use this proftp.conf

# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName  "ProFTPD"
ServerType  standalone
DeferWelcomeoff
ShowSymlinkson

DefaultServer   on

# Port 21 is the standard FTP port.
Port21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask   022

# Set the user and group that the server normally runs at.
Userroot
Group   root




DefaultRoot ~


# A basic anonymous configuration, no upload directories.


  User  ftp
  Group nogroup
  # We want clients to be able to login with "anonymous" as well as "ftp"
  UserAlias anonymous ftp

  RequireValidShell off
##
  # Limit the maximum number of anonymous logins
  MaxClients20

  # We want 'welcome.msg' displayed at login, and '.message' displayed
  # in each newly chdired directory.
  DisplayLogin  welcome.msg
  DisplayFirstChdir .message

  # Limit WRITE everywhere in the anonymous chroot
  

  DenyAll

  




-Mensagem Original-
De: John F. Davis <[EMAIL PROTECTED]>
Para: debian isp mailing list <[EMAIL PROTECTED]>
Enviada em: Terça-feira, 18 de Julho de 2000 17:11
Assunto: how to limit area's users can traverse


> hello
>
> How do you limit the area which a user can go with ftp?
> i.e, when user ftp's to my server, how do I keep him in
> his portion of the filesystem only.
>
> Way back when, I saw a setup on a redhat system which
> had a non standard "cd" binary which was put
> in each user's path.  This "cd" could not be deleted
> by the user and it would not allow the user to cd
> to any directory not owned by the user.  It seemed
> kinda weird, but it definitely did the trick.
>
> John
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>
>


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




transfer control

2000-07-18 Thread Helber
Is there a way to control, how is amount of bits a computer in your net is
transmiting (Tx and Rx)?


Router
  /  \
 /\
 computer1 computer2

How do I know how much of ban widht computer2 is using?


thanx in advance.





transfer control

2000-07-18 Thread Helber

Is there a way to control, how is amount of bits a computer in your net is
transmiting (Tx and Rx)?


Router
  /  \
 /\
 computer1 computer2

How do I know how much of ban widht computer2 is using?


thanx in advance.



--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Radius - problem

2000-07-07 Thread Helber



how do reset (kill) a zombie user autenticated by radiusd?? 

Radius says that a user is active, and it is not loged in but 
his connection is set as used.
 


Radius - problem

2000-07-07 Thread Helber



how do reset (kill) a zombie user autenticated by radiusd?? 

Radius says that a user is active, and it is not loged in but 
his connection is set as used.
 


kernel upgrade

2000-06-12 Thread Helber



Something happened when I had to change my ide controller and 
my server now is not able to boot from HD.
It was booting with a floppy. ( no problem, normally I do not 
need to boot)
The problem now is doing an upgrade from a new version of 
kernel.
How do I create a new floppy boot with the new version of the 
kernel?
 
 
I apreciate any help.


kernel upgrade

2000-06-12 Thread Helber



Something happened when I had to change my ide controller and 
my server now is not able to boot from HD.
It was booting with a floppy. ( no problem, normally I do not 
need to boot)
The problem now is doing an upgrade from a new version of 
kernel.
How do I create a new floppy boot with the new version of the 
kernel?
 
 
I apreciate any help.


Problems with my HD

2000-05-28 Thread Helber



Hi all.
 
I´m having some phisical problems with my hard 
drive.
How do I transfer all my data  from a hd to another. I 
wish to duplicate the hd and then change it. How is the easy way to do it? 
(sorry for my english).
 
Is there a way to work with two hard drives, something like 
master and slave, but the slave been a mirror of the master?
Just to increase security, if the master fails the slave could 
substitute  the master.
 
thanks in advance


control of bandwidth in a subnet

2000-05-18 Thread Helber



Hi all
 
I did a subnet using ip masquerade in a computer with two 
ne2000 cards to link some computers to the internet, and it is working 
fine.Is it possible to limit the bandwidth of a host in this subnet? Is 
there a way that the computer that works as a gateway control "how"  the 
hosts in the subnet will access it?    something like a 
factor that could be aplied to each IP on the subnet.thanx in 
advance.


Seting a Gateway

2000-05-09 Thread Helber
Hi all,

I´m having a hard time trying to understand routing or buildind agate
between two networks

I need that a machine with two lan interfaces eth0 and eth1, each one
connected to a different net worked like a gateway, Conecting the nets.

At eth0 I have an ip from internet and at eth1 I have an ip from intranet
172.16.0.10.
>From the internet I can access the server at eth0, and from the internet I
can access the same server but now at eth1.
What must I do to have access to the internet from a host in the intranet?

The router table is as followed:

Destination   Router Genmask
Flags   MSS Windown  irtt Iface
200.255.205.138 *   255.255.255.255 UH
0 0 0 eth0
172.16.0.10  *   255.255.255.255 UH
0 0 0 eth1
200.255.205.128 200.255.205.138   255.255.255.192 UG   0
0 0 eth0
200.255.205.128 *   255.255.255.192 U
0 0  0 eth0
172.16.0.0172.16.0.10255.255.255.192 UG
0 0  0 eth1
172.16.0.0 *   255.255.255.192 U
0 0 0 eth1
127.0.0.0   *   255.0.0.0
U  0 0 0 lo
default 0.0.0.0
UG   0 0 0 eth0


thanx for any advice.



IMP - missing a table after apt-get install

2000-04-27 Thread Helber



After install Horde and IMP, all was ok but this 
warning.
 
Warning: PostgresSQL query failed: ERROR: imp_pref: Table does 
not exist. in ./lib/db.pgsql on line 111
 
 Can someone help me on fixing this?. I 
don´t know how to create this table.
 
Thanx in advance,
 
 Helber


Problem with DNS - a refresh is necessary to the adress appear.

2000-04-11 Thread Helber



Hi all,
 
My users are having a small problem, 
when they try to navigate to a new site, first they receive a 
message saying that the site was not found,
when the user ask for a refresh in their browser the site is 
solved.
 
It seams that the DNS is not solving the address in a first 
request.
I have no Idea of what is happening.
I will apreciate If someone can give me a clue to 
solve this problem.
 
Thanx in advance,
 
Helber


How do I add a second IP range to a network?

2000-04-08 Thread Helber

 
 Hi all
 
 I have a IP block working on my server. how do I add a new IP block?
 For example 192.200.234.128 with  net mask 255.255.255.192 (what gives me
 192.200.234.129-190)
 
 and I whant  to add a second IP range 192.200.234.192 with  net mask
 255.255.255.192
 
 I put it in the named.conf, and create a .IN-ADDR.ARPA) but it seams I
 forgot something.
 
 I apreciate any help.
 
 Thanx in advanced.
 
> 
> 
>