OpenBSD 3.7 in a virtualpc-machine

2005-06-04 Thread Thorsten von Plotho-Kettner

Hi.

Maybe the wrong side of the coin, but I think this list is right for 
that than [EMAIL PROTECTED]


I tried to install OpenBSD on my iBooks VirtualPC 6 for several 
times now, anytime just a processor failure when installing the 
base-packages. Maybe this will be fixed in version 7, a friend of mine 
will test this soon.


Googeling around brought no enligthenment to me. So any suggestions by 
 your person?


Thanks and some special weekend regards,

Thorsten



Re: openbsd list fckery

2005-06-04 Thread Niclas Sodergard
On 6/4/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Quoting Dimitri Georganas [EMAIL PROTECTED]:
 
  I do like the installer though, I'm serious. Not for it's user
  friendliness, but because
  it works for me. I've seen better ones, I've seen worse.
 
 I'm right in the middle of installing 3.7 via serial port B on a Sun
 Ultra 10. I LOVE the OpenBSD installer. Installs from CD in minutes. If
 I make a mistake, Ctrl-C and run the install script again. Gorgeous.

I really have to second this. The OpenBSD installer is great. The
other day I got two Dell 2850 delivered. They will be our new firewall
machines. Within 10 minutes I had the OS installed on both machines
and we could start testing them. It is just so simple and efficient.
The best part it is not some scaled down version of the OS you get but
it is the full system.

cheers,
Nickus



Re: openbsd list fckery

2005-06-04 Thread Josh Tolley
   I do like the installer though, I'm serious.

  I'm right in the middle of installing 3.7 via serial port B on a Sun
  I LOVE the OpenBSD installer.

 I really have to second this. The OpenBSD installer is great. 

I had to laugh when I overheard two friends who typically work with
Windows OSs comparing how fast they'd been able to install a server
OS. I subsequently went and installed a test web server in under 10
minutes (after which I started messing around, hosed a bunch of stuff,
and had to spend the next 10 minutes installing again)

-Josh



Re: Doble mounted /var using mfs

2005-06-04 Thread Manon Goo
I hadf the same problem before
This is how I patched /etc/rc

Basicly /etc/rc Trys to remout /var /usr and /

While booting this beaks the mfs mounts

Manon


--- /etc/rc.old Fri Mar 18 22:08:10 2005
+++ /etc/rc Fri Mar 18 22:12:58 2005
@@ -22,6 +22,51 @@
}  $_file
 }

+testmount() {
+# Returns True if mountpiont has options
+local _mountpoint=$1
+local _opt=$2
+# If set returns only true if mountpiont is not mounted
+local _mounted=$3
+local _line
+stripcom /etc/fstab | {
+while read _line ; do
+# echo $_line
+testmountopts $_mountpoint $_opt `echo $_line`
\
+ return 0
+_line=${_line%%$_mountpoint *}
+# echo ###
+done
+return 1
+}  /sbin/mount | {
+test -z $_mounted  return 0
+while read _line ; do
+local _test= on $_mountpoint 
+_line=${_line%%*$_test*}
+test -z $_line  return 1
+done
+return 0
+}
+}
+
+testmountopts() {
+# Returns True if mountpoint exists and has tested flags
+local _mnt=$1
+local _opt=$2
+# echo $_mnt $_opt
+local _fstab_dev=$3
+local _fstab_mnt=$4
+local _fstab_type=$5
+local _fstab_option=$6
+local _fstab_dump=$7
+local _fstab_pass=$8
+test -z $_opt  _opt=$_fstab_option
+_opt=${_fstab_option%%*$_opt*}
+# echo $_mnt $_opt
+test $_mnt = $_fstab_mnt -a -z $_opt  return 0
+return 1
+}
+
 # End subroutines


 stty status '^T'
@@ -122,7 +167,7 @@

 umount -a /dev/null 21
 mount -a -t nonfs
-mount -uw /# root on nfs requires this, others aren't hurt
+testmount / rw  mount -uw /  # root on nfs requires this, others aren't
hurt
 rm -f /fastboot# XXX (root now writeable)

 # pick up option configuration
@@ -192,8 +237,8 @@
fi
 fi

-mount /usr /dev/null 21
-mount /var /dev/null 21
+testmount /usr  mounted  mount /usr /dev/null 21
+testmount /var  mounted  mount /var /dev/null 21

 # if there's no /var/db/host.random, make one through /dev/urandom
 if [ ! -f /var/db/host.random ]; then

--On 3. Juni 2005 18:52:24 +0200 SchC6berle DC!niel
[EMAIL PROTECTED] wrote:

 Hi all,
 I'm runnig 3.7-release on i386 with a 512MB CF card acting as wd0 and
 I'm having a strange problem with mfs mounted /var. It gets mounted
 twice, while I have only one mfs /var line in fstab.

 I did a usual install directly on CF (hence all partitions physically
 exist on CF) and wanted to mfs mount /var and /tmp based on existing
 partitions. If I do it from command line (boot single user or edit fstab
 not to mount /var) mfs /var is mounted only once. But if I enable it in
 fstab it always gets mounted twice. Check it out:
 (btw, there is no swap space the system has 64MB of ram so it should
 all fit in nicely)
 (and ignore the noatime stuff, currently I'm running the box with rw
 mouned /var directly from the CF, and it made no difference regarding
 the problem)

 Help please?

 disklabel wd0
# using MBR partition 3: type A6 off 63 (0x3f) size 1000881 (0xf45b1)
# /dev/rwd0c:
 type: ESDI
 disk: ESDI/IDE disk
 label: Hitachi XX.V.3.4
 flags:
 bytes/sector: 512
 sectors/track: 63
 tracks/cylinder: 16
 sectors/cylinder: 1008
 cylinders: 993
 total sectors: 1000944
 rpm: 3600
 interleave: 1
 trackskew: 0
 cylinderskew: 0
 headswitch: 0   # microseconds
 track-to-track seek: 0  # microseconds
 drivedata: 0
 16 partitions:
# sizeoffset  fstype [fsize bsize  cpg]
   a:10275363  4.2BSD   2048 16384  102 # Cyl 0*-
 101
   c:   1000944 0  unused  0 0  # Cyl 0 -
 992
   d: 20160122976  4.2BSD   2048 16384   20 # Cyl   122 -
 141
   e: 41328143136  4.2BSD   2048 16384   42 # Cyl   142 -
 182
   g:816480184464  4.2BSD   2048 16384  328 # Cyl   183 -
 992
   h: 20160102816  4.2BSD   2048 16384   20 # Cyl   102 -
 121

 cat /etc/fstab
 /dev/wd0a / ffs rw,noatime,softdep 1 1
 /dev/wd0h /home ffs rw,noatime,nodev,nosuid,softdep 1 2
 /dev/wd0g /usr ffs ro,noatime,nodev,softdep 1 2
# /dev/wd0e /var ffs rw,noatime,noexec,nodev,nosuid,softdep 1 2
 /dev/wd0e /var mfs rw,-P=/dev/wd0e,noexec,nosuid,nodev 0 0
 /dev/wd0d /tmp mfs rw,noexec,nosuid,nodev 0 0

 mount
 /dev/wd0a on / type ffs (local, noatime, softdep)
 /dev/wd0h on /home type ffs (local, noatime, nodev, nosuid, softdep)
 /dev/wd0g on /usr type ffs (local, noatime, nodev, read-only, softdep)
 mfs:25832 on /var type mfs (asynchronous, local, nodev, noexec, nosuid,
 size=41328 512-blocks)
 mfs:160 on /tmp type mfs (asynchronous, local, nodev, noexec, nosuid,
 size=20160 512-blocks)
 mfs:31849 

Re: Good Multi-Platform Backup Solution...

2005-06-04 Thread Manon Goo
You may want to look at TSM
http://www-306.ibm.com/software/sysmgmt/products/support/IBMTivoliStorageMan
ager.html

It will take you some time to get used to it.


Manon


--On 20. MC$rz 2005 01:43:12 -0800 Robert Maxwell
[EMAIL PROTECTED] wrote:

 I'm trying to find a good multi-platform backup solution that will
 backup OpenBSD, Windows 2003 Server, and Windows XP Pro. workstations.
  Anyone have any suggestions???  I have a 15/30 DLT that all systems
 will be backing up to, and I want to be able to backup all of these
 operating systems without having to install a Linux box.

 Suggestions and solutions welcome.

 Robert Maxwell

[demime 1.01d removed an attachment of type application/pgp-signature]



OpenBSD 3.[67] against Cisco VPN 3000: little luck

2005-06-04 Thread Toni Mueller
Hi,

I'm trying to talk IPSEC to a Cisco VPN 3000 series machine, but only
get few promising results. Looking at the exchange I can see this
(I'm 1.2.3.4, the Cisco, not under my control, is 4.3.2.1):


Packet capture:

14:11:14.364288 0:e0:81:64:2:d 0:2:16:48:b1:c2 0800 206: 1.2.3.4.500  
4.3.2.1.500:  [udp sum ok] isakmp v1.0 exchange ID_PROT
cookie: ce6919fa8d52a1d4- msgid:  len: 164
payload: SA len: 56 DOI: 1(IPSEC) situation: IDENTITY_ONLY 
payload: PROPOSAL len: 44 proposal: 1 proto: ISAKMP spisz: 0 
xforms: 1
payload: TRANSFORM len: 36
transform: 0 ID: ISAKMP
attribute ENCRYPTION_ALGORITHM = AES_CBC
attribute HASH_ALGORITHM = SHA
attribute AUTHENTICATION_METHOD = PRE_SHARED
attribute GROUP_DESCRIPTION = MODP_1536
attribute LIFE_TYPE = SECONDS
attribute LIFE_DURATION = 3600
attribute KEY_LENGTH = 256
payload: VENDOR len: 20 (supports v2 NAT-T, 
draft-ietf-ipsec-nat-t-ike-02)
payload: VENDOR len: 20 (supports v3 NAT-T, 
draft-ietf-ipsec-nat-t-ike-03)
payload: VENDOR len: 20 (supports NAT-T, RFC 3947)
payload: VENDOR len: 20 (supports DPD v1.0) (ttl 64, id 6920, len 192)
14:11:14.413914 0:2:16:48:b1:c2 0:e0:81:64:2:d 0800 170: 4.3.2.1.500  
1.2.3.4.500:  [udp sum ok] isakmp v1.0 exchange ID_PROT
cookie: ce6919fa8d52a1d4-a7c8e3ef0094e91d msgid:  len: 128
payload: SA len: 56 DOI: 1(IPSEC) situation: IDENTITY_ONLY 
payload: PROPOSAL len: 44 proposal: 1 proto: ISAKMP spisz: 0 
xforms: 1
payload: TRANSFORM len: 36
transform: 0 ID: ISAKMP
attribute ENCRYPTION_ALGORITHM = AES_CBC
attribute KEY_LENGTH = 256
attribute HASH_ALGORITHM = SHA
attribute GROUP_DESCRIPTION = MODP_1536
attribute AUTHENTICATION_METHOD = PRE_SHARED
attribute LIFE_TYPE = SECONDS
attribute LIFE_DURATION = 3600
payload: VENDOR len: 20 (supports v2 NAT-T, 
draft-ietf-ipsec-nat-t-ike-02)
payload: VENDOR len: 24 (ttl 113, id 56325, len 156)
14:11:14.423901 0:e0:81:64:2:d 0:2:16:48:b1:c2 0800 334: 1.2.3.4.500  
4.3.2.1.500:  [udp sum ok] isakmp v1.0 exchange ID_PROT
cookie: ce6919fa8d52a1d4-a7c8e3ef0094e91d msgid:  len: 292
payload: KEY_EXCH len: 196
payload: NONCE len: 20
payload: NAT-D len: 24
payload: NAT-D len: 24 (ttl 64, id 2820, len 320)
14:11:14.538259 0:2:16:48:b1:c2 0:e0:81:64:2:d 0800 410: 4.3.2.1.500  
1.2.3.4.500:  [udp sum ok] isakmp v1.0 exchange ID_PROT
cookie: ce6919fa8d52a1d4-a7c8e3ef0094e91d msgid:  len: 368
payload: KEY_EXCH len: 196
payload: NONCE len: 24
payload: VENDOR len: 20
payload: VENDOR len: 12
payload: VENDOR len: 20
payload: VENDOR len: 20
payload: NAT-D len: 24
payload: NAT-D len: 24 (ttl 113, id 56326, len 396)
14:11:14.549862 0:e0:81:64:2:d 0:2:16:48:b1:c2 0800 134: 1.2.3.4.500  
4.3.2.1.500:  [udp sum ok] isakmp v1.0 exchange ID_PROT encrypted
cookie: ce6919fa8d52a1d4-a7c8e3ef0094e91d msgid:  len: 92 (ttl 
64, id 28034, len 120)
14:11:14.695181 0:2:16:48:b1:c2 0:e0:81:64:2:d 0800 134: 4.3.2.1.500  
1.2.3.4.500:  [udp sum ok] isakmp v1.0 exchange ID_PROT encrypted
cookie: ce6919fa8d52a1d4-a7c8e3ef0094e91d msgid:  len: 92 (ttl 
113, id 56327, len 120)
14:11:25.247670 0:2:16:48:b1:c2 0:e0:81:64:2:d 0800 134: 4.3.2.1.500  
1.2.3.4.500:  [udp sum ok] isakmp v1.0 exchange INFO encrypted
cookie: ce6919fa8d52a1d4-a7c8e3ef0094e91d msgid: a0230bb5 len: 92 (ttl 
113, id 56333, len 120)


At this point, the two gateways cycle with exchanging ID_PROT messages
until the session lifetime for phase 1 expires and a complete new
negotiation cycle is started.


The relevant config looks much like this:


[ISAKMP-THEM]
Phase=  1
Transport=  udp
Authentication= its-me
Local-Address=  1.2.3.4
Address=4.3.2.1
ID= ID-me
Remote-ID=  ID-them
Life=   ISAKMPD-phase-1-lifetime
Configuration=  me-them-main-mode

[me-them-main-mode]
DOI=IPSEC
EXCHANGE_TYPE=  ID_PROT
Transforms= AES-SHA-GRP5

[AES-SHA-GRP5]
KEY_LENGTH= 256,256:256
GROUP_DESCRIPTION=  MODP_1536


[ISAKMPD-phase-1-lifetime]
LIFE_TYPE=  SECONDS
LIFE_DURATION=  28800,3600:38800


[me-them-connection]
Phase=  2
Configuration=  me-them-quick-mode
Local-ID=   me-net
Remote-ID=  them-net
ISAKMP-peer=ISAKMP-THEM
Life=   

Re: Site Arabic Translation

2005-06-04 Thread James Herbert

Maslan wrote:

hi openbsd hackers
i want to contribute to the community by making an arabic translation
of the openbsd website pages.
hum, what do u think ?


http://steelix.kd85.com/translation/translation-explained.html

(which is linked from http://www.openbsd.org/translation.html )

This question would be more appropriate on misc@openbsd.org

Hope this helps,

James


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.1 - Release Date: 03/06/2005



Re: question regarding to antispoof directive.

2005-06-04 Thread Henning Brauer
* Mike [EMAIL PROTECTED] [2005-06-04 18:41]:
 i was writing my pf rules and and i noticed following:
 
 the rule, antispoof quick log for fxp0 inet
 expands to this when loading the rulesets to packet filter:
 
  block drop in log quick on ! fxp0 inet from 172.16.0.0/12 to any
  block drop in log quick on ! fxp0 inet from 172.16.0.0/12 to any
  block drop in log quick on ! fxp0 inet from 172.16.0.0/12 to any
  ...
 
  the ruleset optimizer removes the duplicated entries but is it normal
 it to translate the rule in this way in the first place?

depending on the aliases on your interface(s) this can happen. even 
without the optimizier it doesn't really have any performance impact 
thanks to skip steps.

-- 
BS Web Services, http://www.bsws.de/
OpenBSD-based Webhosting, Mail Services, Managed Servers, ...
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)



Re: apm(8) on Zaurus

2005-06-04 Thread Chris Kuethe
Tap the power button on the front.

see the zkbd manpage for more cool APM tricks
http://www.openbsd.org/cgi-bin/man.cgi?query=zkbdapropos=0sektion=0manpath=OpenBSD+Currentarch=zaurusformat=html

On 6/4/05, Matthias Kilian [EMAIL PROTECTED] wrote:
 Hi,
 
 now that I've OpenBSD (snapshot from may, 18th) up and running on
 my new toy, I wanted to try out suspend. So I just ran zzz(8) --
 hmm may be that was a mistake, since I've just no idea how to get
 the zaurus to live again (without removing batteries etc.)
 
 I didn't find anything about this in the FAQ, zaurus.html nor in
 the manpages.
 
 Any help appreciated. TIA.
 
 Ciao,
 Kili
 
 ps: no dmesg yet, since my zaurus is currently suspended ;-)
 
 


-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?



Re: apm(8) on Zaurus

2005-06-04 Thread Hiroshi Maruyama
In message Re: apm(8) on Zaurus of [EMAIL PROTECTED]
On Sat, 4 Jun 2005 20:06:20 +0200, Matthias Kilian [EMAIL PROTECTED] wrote:

 On Sat, Jun 04, 2005 at 11:33:24AM -0600, Chris Kuethe wrote:
  Tap the power button on the front.
 
 Well, of course this was the first thing I tried, with no effect
 at all.
 
 For now, I'll just remove the battery, reboot and have a closer
 look at what happened.

How about adding apmd=-q in /etc/rc.conf.local?

--
  Hiroshi Maruyama
  [EMAIL PROTECTED]
  +81-90-2084-9962



Who sells Zaurus in the US?

2005-06-04 Thread Dave Feustel
Are there any USA dealers recommended?

Thanks,
Dave Feustel



Re: Good Multi-Platform Backup Solution...

2005-06-04 Thread Jurjen Oskam
On Sat, Jun 04, 2005 at 04:05:16PM +0200, Manon Goo wrote:

 You may want to look at TSM

TSM doesn't support OpenBSD. You probably could get it to work
using the Linux-emulation. However, I don't think it would be
wise to trust your data to a program that isn't guaranteed to
work on the desired platform, let alone *tested*.

-- 
Jurjen Oskam



Re: Low power, 1U devices

2005-06-04 Thread Steven Bowers
Both ironsystems and bwi look to have potential. As an alternative I
may consider building my own. Can anyone recommend a vendor who sells
a 1U case suited for the VIA boards, with 1-3 front 5.25 bays, and no
power supply?



Re: DWL-G520 is supported in OpenBSD 3.7

2005-06-04 Thread sebastian . rother
 Hi,

 I try setup my card DWL-G520 in my OpenBSD 3.7, but not working.

Sad but true...

 My configuration is:
 cat /etc/hostname.ath0
 inet 192.168.0.2 255.255.255.0 media autoselect \
   nwid redwifi

As client:
$ cat /etc/hostname.wi0
inet 10.10.10.100 255.255.255.0 NONE nwkey 0x1deadbeef1 nwid thatworks

As AP:
$ cat /etc/hostname.ath0
inet 10.10.10.1 255.255.255.0 NONE mediaopt hostap nwkey 0x1deadbeef1 nwid
thatworks

This configuration works fine so you just need to modify it as you like.

 # ifconfig ath0
 ath0: flags=8863UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST mtu
 1500
 lladdr 00:11:95:c2:0c:48

lladdr? Are you rinning current?

 Please, any idea the solution is problem?

I provided 2 examples. Get the solution by yourself. :)

 thanks,

No problem

 Luis

 PD: sorry  my bad english, i am speak spanish.

And my spanish sucks.. ;)

Kind regards,
Sebastian



Re: DWL-G520 is supported in OpenBSD 3.7

2005-06-04 Thread Luis Sandoval
Hi,
2005/6/4, Pedro la Peu [EMAIL PROTECTED]:
  I try setup my card DWL-G520 in my OpenBSD 3.7, but not working.
 
 Try -current
Ok,
 dmesg
OpenBSD 3.7-current (GENERIC) #175: Fri Jun  3 18:00:08 MDT 2005
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
[...]
 ath0 at pci0 dev 4 function 0 Atheros AR5212 rev 0x01: irq 11
ath0: AR5212 7.9 phy 4.5 rf2112 5.6 rf2112 5.6, FCC1A, address 00:11:95:c2:0c:48
[...]

I try Client, but not working :(

cat /etc/hostname.ath0
inet 192.168.0.2 255.255.255.0 NONE nwid redwifi debug up

dmesg output:
ath0: begin active scan
ath0: sending probe_req to ff:ff:ff:ff:ff:ff on channel 2
ath0: sending probe_req to ff:ff:ff:ff:ff:ff on channel 3
ath0: sending probe_req to ff:ff:ff:ff:ff:ff on channel 4
ath0: sending probe_req to ff:ff:ff:ff:ff:ff on channel 5
ath0: sending probe_req to ff:ff:ff:ff:ff:ff on channel 6
ath0: sending probe_req to ff:ff:ff:ff:ff:ff on channel 7
ath0: sending probe_req to ff:ff:ff:ff:ff:ff on channel 8
ath0: sending probe_req to ff:ff:ff:ff:ff:ff on channel 9
ath0: sending probe_req to ff:ff:ff:ff:ff:ff on channel 10
ath0: sending probe_req to ff:ff:ff:ff:ff:ff on channel 11
ath0: sending probe_req to ff:ff:ff:ff:ff:ff on channel 1
ath0: end active scan

$ ifconfig ath0
ath0: flags=8867UP,BROADCAST,DEBUG,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST
mtu 1500
lladdr 00:11:95:c2:0c:48
ieee80211: nwid redwifi
media: IEEE802.11 autoselect (DS1 mode 11b)
status: no network
inet6 fe80::211:95ff:fec2:c48%ath0 prefixlen 64 scopeid 0x2
inet 192.168.0.2 netmask 0xff00 broadcast 192.168.0.255

I try HostAP, but not working :(

cat /etc/hostname.ath0
inet 192.168.0.1 255.255.255.0 NONE mediaopt hostap mode 11b chan 1
nwid bsdwifi debug up

dmesg output:
ath0: begin active scan
ath0: sending probe_req to ff:ff:ff:ff:ff:ff on channel 2
ath0: creating ibss
ath0: synchronized with 00:11:95:c2:0c:48 ssid bsdwifi channel 1 start 11Mb

ifconfig ath0
ath0: flags=8867UP,BROADCAST,DEBUG,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST
mtu 1500
lladdr 00:11:95:c2:0c:48
ieee80211: nwid bsdwifi chan 1 bssid 00:11:95:c2:0c:48
media: IEEE802.11 autoselect mode 11b hostap
status: active
inet6 fe80::211:95ff:fec2:c48%ath0 prefixlen 64 scopeid 0x2
inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255

#client Linux 
/sbin/iwlist ath0 scan
ath0  No scan results

ping 192.168.0.2
PING 192.168.0.2 (192.168.0.2) 56(84) bytes of data.
From 192.168.0.1 icmp_seq=0 Destination Host Unreachable

/sbin/iwconfig ath0
ath0  IEEE 802.11  ESSID:redwifi  Nickname:fc4
  Mode:Managed  Frequency:2.412 GHz  Access Point: FF:FF:FF:FF:FF:FF
  Bit Rate:1 Mb/s   Tx-Power:50 dBm   Sensitivity=0/3
  Retry:off   RTS thr:off   Fragment thr:off
  Encryption key:off
  Power Management:off
  Link Quality=0/94  Signal level=-95 dBm  Noise level=-95 dBm
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

strange??
any idea??

thanks,

Luis



Re: DWL-G520 is supported in OpenBSD 3.7

2005-06-04 Thread Luis Sandoval
Hi,
2005/6/4, [EMAIL PROTECTED] [EMAIL PROTECTED]:
  Hi,
 
  I try setup my card DWL-G520 in my OpenBSD 3.7, but not working.
 
 Sad but true...
:(
 
  My configuration is:
  cat /etc/hostname.ath0
  inet 192.168.0.2 255.255.255.0 media autoselect \
nwid redwifi
 
 As client:
 $ cat /etc/hostname.wi0
 inet 10.10.10.100 255.255.255.0 NONE nwkey 0x1deadbeef1 nwid thatworks
 
 As AP:
 $ cat /etc/hostname.ath0
 inet 10.10.10.1 255.255.255.0 NONE mediaopt hostap nwkey 0x1deadbeef1 nwid
 thatworks
 
 This configuration works fine so you just need to modify it as you like.
not working :(

 
  # ifconfig ath0
  ath0: flags=8863UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST mtu
  1500
  lladdr 00:11:95:c2:0c:48
 
 lladdr? Are you rinning current?
yes,

OpenBSD 3.7-current (GENERIC) #175: Fri Jun  3 18:00:08 MDT 2005
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
[...]
ath0 at pci0 dev 4 function 0 Atheros AR5212 rev 0x01: irq 11
ath0: AR5212 7.9 phy 4.5 rf2112 5.6 rf2112 5.6, FCC1A, address 00:11:95:c2:0c:48
[...]


  Please, any idea the solution is problem?
 
 I provided 2 examples. Get the solution by yourself. :)
:(

  PD: sorry  my bad english, i am speak spanish.
 
 And my spanish sucks.. ;)
:)


thanks,

Luis



LaSalle Online Banking Notice - Final Notice

2005-06-04 Thread LaSalle Bank
[IMAGE]

 

Dear LaSalle Bank customer,

 

We recently noticed one or more attempts to login intro your LaSalle Bank
online banking account for a foreign IP address and we have reasons to
believe that your account was hijacked by a third party without your
notification.

 If you recently logged intro your account while traveling to
a foreign country, the unusual login attempts may have been made by you.

 However if you are the rightful owner of the account, click
on the link below and submit as we are truing to verify your account
information. (In case you are not enrolled use your Social Security
number as you User ID and the first six digits of your Social Security
number as a password).

 

https://lasalle.com/online/unlock_profi le.jsp

 

The login attempt was made from :

 

IP: 24.89.2.8

ISP Host: host24-2-8.comcast.net

 

IF YOU CHOSE TO IGNORE OUR REQUEST, WE HAVE NO CHOICE BUT TO
TEMPORARILY SUSPEND YOUR ONLINE BANKING ACCOUNT.



Re: Best way to hot-plug HDs

2005-06-04 Thread L. V. Lammert
On Tue, 7 Sep 2004, Aaron Suen wrote:

 On Sun, Sep 05, 2004 at 05:18:23PM -0500, Marco Peereboom wrote:
  I can't believe people are discussing this.  If an OS does not support
  hot-plug, who in their right mind is going to risk screwing around like
  this?
 
  http://dictionary.reference.com/search?q=unsupported

 No support for hot-plugging?  Don't be silly ;-D

If you checked the thread you would find it was not about USB.

Lee


  Leland V. Lammert[EMAIL PROTECTED]
Chief Scientist Omnitec Corporation
 Network/Internet Consultants   www.omnitec.net




Re: OpenBSD on the desktop

2005-06-04 Thread Brett Lymn
On Tue, Sep 07, 2004 at 09:58:42PM -0400, Aaron Suen wrote:
 
 If 3D gaming is a priority for you, you might want to try FreeBSD.  It's only
 a stone's throw from OpenBSD (at least considerably closer than any Linux
 I've ever seen) and XFree86 has DRI and native support for many vidcards.  I
 have 3D accel working great on my Radeon 7500 using the native (not written
 by ATI) drivers.
 

If 3D gaming is a priority then that is unlikely to be good enough for
todays games.  The native DRI driver only handles older cards, to get
3D acceleration support for later cards you have to used the closed source
vendor driver which pretty much forces you down the Linux path unless you
can bear to run windows.  Good luck getting ATI cards and Linux to play
nicely... the ATI drivers for Linux are not the best, it's a bit hit or
miss as to if they work or not in a particular machine.

-- 
Brett Lymn



Stephanie for OpenBSD 3.6 released

2005-06-04 Thread br1an
Stephanie for OpenBSD 3.6 is released
-

Introduction

Stephanie is an OpenBSD hardening package. It's compiled of kernel and
userland patches that when used add several security features. In this
version included are:

  - Vexec: Verify file integrity before executing/opening it.
  - TPE: Prevent untrusted users executing files in untrusted locations.
  - Privacy: Privacy extensions, in-kernel and userland.


What's new?
---
  - Vexec: Mostly rewritten. Now uses hash tables to store data,
introducing O(1) performance in best case and O(n) where 'n' is
number of inodes that produce same hash on a given device in worst
case.

Noting the recent collision discovery in SHA-0, it's worth
mentioning that Vexec offers 6 hash types (MD5, SHA1, SHA256,
SHA384, SHA512, and RMD160 - all hash types supported by the OpenBSD
3.6 kernel) and it's design allows easy extensions for adding new
hash types, if required. (read NEW_HASH)

  - Privacy: More privacy features. Namely, there are hooks in netstat,
w, who, last, and finger. The output is filtered according to the
features status.

  - The trustcheck(2) syscall has been removed; now interaction with
Stephanie's settings - including trust status of current process -
is done solely using sysctl.


License
---
Stephanie for OpenBSD 3.6 is mostly a rewrite. BSD-licensed code from
NetBSD and Brett Lymn is no longer in use, so Stephanie moves to an
ISC-style license, available in
http://ethernet.org/~brian/Stephanie/doc/LICENSE


Download
at http://ethernet.org/~brian/Stephanie/


Support
---
Please mail me with any questions, comments, bugs, and feedback in
general. Remember - DO NOT MAIL OPENBSD MAILING LISTS WITH QUESTIONS
ABOUT STEPHANIE! unless you really want to. Anyway, CC me if you do.

Make sure you've read stephanie(7) after installation is complete.


Credits
---
Stephanie for OpenBSD 3.6 was written and is maintained by br1an. Send
your feedback to [EMAIL PROTECTED].

Thanks to Eli Klein, Rod Cordova, and super.


-b.



Re: Stephanie for OpenBSD 3.6 released

2005-06-04 Thread Constantine A. Murenin
On 15/10/04, br1an [EMAIL PROTECTED] wrote:
 Stephanie for OpenBSD 3.6 is released

I got this six-months-old message this evening... Has someone invented
a time-machine? :-)

Cheers,
Constantine.