OpenBSD as TACACS+ client to SecureACS

2005-11-14 Thread Kim Onnel
Hello

Network goes out until i ping

2005-11-23 Thread Kim Onnel
Hello, on a : -bash-3.00# uname -a OpenBSD bastion2 3.6 GENERIC#59 i386 -bash-3.00# the server just looses connectivity probably when its idle, i go to its console, ping gateway with no reply, ping a diff. host in subnet and it replies, then ping gateway again and it replies ? -bash-3.00# ifconf

Re: usb2ether hw recommendation

2005-11-23 Thread Kim Onnel
I tried this one : > There is a working driver -- it's the rtl8150 module for the Realtek > 8150 chipset which is in the HUF11. > USB hawking Ethernet On 11/23/05, Stuart Henderson <[EMAIL PROTECTED]> wrote: > > --On 23 November 2005 11:49 +0100, Stephan A. Rickauer wrote: > > > are there any d

Number of PTYs

2006-01-05 Thread Kim Onnel
Hello, I have an OpenBSD 3.6 running as a jump-through host, people ssh in and telnet out users are systraced and they all use an expect script. I get this message when the users exceed the number of ptys (a-z. A-Z,0-9) The system has no more ptys. Ask your system administrator to create more.

Re: Number of PTYs

2006-01-05 Thread Kim Onnel
-bash-3.00# If they're 992, how can they run out ? > > > > On 1/5/06, Kim Onnel < [EMAIL PROTECTED]> wrote: > > > > > > Hello, > > > I have an OpenBSD 3.6 running as a jump-through host, people ssh in > > > and > > > telnet o

Strange (icmp6) packets from tcpdump

2006-02-08 Thread Kim Onnel
Hello, On a PC running only SSH server to a very limited number of people, and only ipv4 I ran tcpdump and got the below: 19:29:58.871915 fe80::20c:76ff:fe98:e72c > ff02::1:ff00:10: icmp6: neighbor sol: who has a.dns.br 19:29:58.911884 fe80::20c:76ff:fe98:e72c > ff02::1:ff00:13: icmp6: neighbor

tuning systrace policy for expect

2005-05-10 Thread Kim Onnel
Hi, I'm trying to generate a policy for an expect script to run Script : rpm1 -bash-3.00# cat rpm1 ./rtr3 -cisco -telnet x.x.1.1 Which calls an expect script called rtr3 as you can see: -bash-3.00# more rtr3 #!/usr/local/bin/expect -- # # # Connect to a Cisco/Juniper/Unix router and execute on

Re: tuning systrace policy for expect

2005-05-11 Thread Kim Onnel
Ok, its at http://82.129.235.194/systrace_expect.txt On 5/10/05, Ray <[EMAIL PROTECTED]> wrote: > On Tue, May 10, 2005 at 10:59:40AM +0200, Kim Onnel wrote: > > I've tried to auto generate with systrace -A and tune according to > > errors, and this is what i have