Sysadmin > WebChanges

500 recent changes in Sysadmin Web retrieved at 05:56 (GMT)

WgeT
wget with proxy wget e use_proxy=yes e http_proxy=10.123.23.5:3128 http://pecl.php.net/get/oci8 1.4.1.tgz
RtorrenT
rtorrent Links * https://wiki.archlinux.org/index.php/RTorrent#Create_and_manage_files * http://harbhag.wordpress.com/2010/06/30/tutorial using rtorrent on...
MeteorNextBigThing
Meteor – The Next Big Thing Meteor is a agil, cool framework for web applications. It uses javascript, node.js and mongodb. Some sort of Javascript on Rails, but ...
NpM
npm * http://dreamerslab.com/blog/en/npm basic commands/ * update nom https://www.npmjs.org/package/npm install
NodeJs
node.js * update node http://davidwalsh.name/upgrade nodejs * npm
CheatSheets
Cheat Sheet * screen * screen 2 * screen 3
YubiKey
TOTP with YubiKey WORK IN PROGRESS The TOTP with YubiKey does not work. The Base32 calculator.xlsx does not calculate the right HEX Code. Here is an online conve...
ScreenToSerial
connect screen to a serial interface If you didn't have kermit or minicom on your system, you can use screen to connect to your serial port. Open the connection ...
SquId
squid proxy work in progress * https://twiki.cern.ch/twiki/bin/view/Frontier/InstallSquid * http://wiki.squid cache.org/SquidFaq/SquidMemory * http://www...
JaiLs
jails (similar to chroot) * http://www.freebsd.org/doc/handbook/jails.html * http://www.bsdnow.tv/tutorials/jails * http://aboutthebsds.wordpress.com/201...
SynAttack
SYN Attack Work in Progress * http://www.sectechno.com/2009/11/21/quick tips to fight ddos attack/
DdoS
distributed denial of service DDOS * SynAttack
VarnIsh
Varnish * HowToCompileVarnishOnSolaris * SolarisVarnishManifest * ExampleConfigForCMSMS * varnish homepage * http://www.trellon.com/content/blog/bo...
ProXy
Proxy Reverse proxy * VarnIsh (Forward) proxy * SquId
SedPrint10thLine
print every second, third ... 10th line sed n e '0~10p' file # print every 10th line sed n e '1~2p' file # print every other line starting with line 1 Examp...
CommonErrorMessages
Common error messages in the dhcpd log peer holds all free leases dhcpd: DHCPDISCOVER from 3c:c9:3b:a0:58:2b via 10.123.23.129: peer holds all free leases A stat...
ShellColorCodes
CLI / shell color codes styles = { 'bold' : '\x1B 1m', '\x1B 22m' , 'italic' : '\x1B 3m', '\x1B 23m' , 'underline' : '\x1B ...
DifferentOptionsFor7XP
Different DHCP Options for Windows XP and Windows 7 work in progress * http://technet.microsoft.com/en us/library/dd183656(v=ws.10).aspx * http://social.tec...
PeakflowXPassword
Default password for arbor peakflow X Login: admin Password: arbor
PeakflowXsshQuery
Query flows in Arbor Peakflow X via ssh Sometimes (for example in scripts) it is useful to access flows via ssh. # Arbor Direkt Zugriff ssh admin@controller 'serv...
NetflowOnCisco
Netflow config example for Cisco Catalyst version 12.1(13)E or later mls aging long 64 mls flow ip interface full mls nde sender version 5 (or 9) ip flow export s...
BootpPxe
bootptab for PXE boot PC123:ha=d4c9eff389ac:ip=192.168.1.10:gw=192.168.1.1:sm=255.255.255.0:sa=192.168.1.20:hn:ht=ethernet:td=\\smsboot\\x86:hd=\\smsboot\\x86:bf=...
ElektroSmog
Ist Wireless LAN gesundheitsschädlich? FAQ Im Wesentlichen läßt sich sagen, daß es keine physikalischen Argumente gibt, die nahelegen würden, daß die Strahlung de...
SolarisPerl5
How to build perl with pkgsrc on solaris With the default options (PKG_OPTIONS.perl = 64bitauto dtrace threads) i get a dtrace error LD_LIBRARY_PATH=/usr/pkgsrc/l...
OpenPorts
How to list open ports on Solaris The classical unix command is netstat an A better tool is lsof i An alternative is pfiles /proc/* ggrep "\(^ 0 9 \ INET\)" ...
EnableCoreDump
How to enable core dumps coreadm coreadm e global Links * http://www.oracle.com/technetwork/server storage/solaris/manage core dump 138834.html
RtorrentSolaris10
How to compile rtorrent on Solaris 10 WORK IN PROGRESS rtorrent compiles, but seems to be unstable. Use the older version 0.12.6/0.8.6 for a stabil version. I...
Rtorrent086Solaris10
How to build libtorrent / rtorrent 0.12.6 / 0.8.6 on Solaris 10 I used the instructions on page Building rTorrent on Solaris and modified it. Getting rTorrent/li...
Libtorrent093SolarisPatch
rak/allocators.h.old 2012 01 19 11:18:01.000000000 0100 rak/allocators.h 2014 01 06 14:05:02.353536095 0100 @@ 44,6 44,40 @@ #include #include #ifde...
SedReplaceNewline
sed replace newline sed 's/\n/ /g' sed 's/$^/ /g' doesn't work You have to use sed ':a;N;$ba;s/\n/ /g' 1 create a label via :a 1 append the current and next...
ExampleRtorrentRc
# # It needs the 4 directories # downloaded download.incomplete session watch # # This is an example resource file for rTorrent. Copy to # ~/.rtorrent.rc and e...
OSXEncryptedZip
How to Set a Zip Password in Mac OS X You can create password protected archives of files and folders: Launch the Terminal from the Applications Utilities folde...
ColorizeDhcpLog
How to colorize dhcpd logs On some linux grep will make some colors. With export GREP_COLOR='01;34' you can change the grep color. tail f /var/log/messages gre...
SccmPxeDhcpOptions
How to PXE boot clients via external (ISC) dhcpd Important are next server (the SCCM PXE Server) and filename. And you have to escape the Windows specific backsla...
DhcpdSyntaxCheck
How to check the syntax of a dhcpd.conf file Sometimes it is very usefull to check the syntax befor just make a killall HUP. dhcpd t cf /path/to/dhcpd.conf doe...
FgreS
fgres string replace utility for binary and text files/pipes Copyright (c) 1994, W. Stumvoll, Germany Download source file fgres 1.5.tar.gz Download Rea...
PerlReplace
search and replace with perl Replace textpattern in a file perl p i e 's/Joe Doe/Kermit/g' file.txt
Apache2SSL
How to enable SSL on solaris 10 create a certificate or a certificate signing request openssl req new nodes newkey rsa:2048 keyout foo.com.key out foo.com.c...
PostgreySmfManifest
postgrey manifest postgrey manifest =/var/svc/manifest/network/postgrey.xml ...
RenumberDeviceInstance
renumber Solaris device instance numbers In /etc/path_to_inst you can renumber the device instance numbers "/pci@0,0/pci8086,340a@3/pci1734,11a9@0" 4 "ixgbe" "/pc...
VlanConfiguration
solaris 10 vlan configuration dladm show link dladm show dev VLAN 235 Interface ixgbe0 driver name VID * 1000 device instance ifconfig ixgbe235000 plumb up if...
SlowSshLogin
slow ssh login with Solaris You have to wait 30 sec or 60 sec till you get your login prompt. with ssh v user@host you can see ... debug1: Next authentication m...
OSXBackUp
Backup your Mac on board * Time Machine local disk * Time Machine via Mac OS X Server or Time Capsule * TimeMachineEditor change the default interval ...
EnableWPAonCiscoAP1200
How to enable WPA with Pre shared Key on Cisco Aironet 1200 Series Access Point 1 switch form VxWorks to IOS 1 Read the guide form Cisco 3 in the r...
SolarisChangeMTU
Change MTU size on Solaris enable jumbo frames on Solaris 10 persitent cat /kernel/drv/ixgbe.conf grep default_mtu default_mtu = 15500; cat /etc/ho...
ASASetTimeZone
How to set timezone to CEST clock timezone CET 1 clock summer time CEST recurring last Sun Mar 2:00 last Sun Oct 3:00
ASAEnableJumboFrames
Enable jumbo frames on cisco asa multicontext mode per context changeto context foo mtu inside 9200 mtu outside 9200 You get the message: INFO: Jumbo frames sho...
DhcpdFailover
(true) failover with isc dhcpd true failover Example primary ddns update style none; option domain name "example.net"; option domain name servers ns1.example.n...
HiperLANVonPanasonic
HiperLAN/2 von Panasonic Auf der CeBIT 2002 stellte Panasonic zusammen mit Telia einen funktionstüchtigen Prototypen eines HiperLAN/2 AccessPoints mit passenden F...
DebianShowInstalledPackage
Show the List of Installed Packages on Ubuntu or Debian dpkg get selections grep apache
ColorsInTerminal
Howto use colors in the terminal with Solaris PuTTY connect to solaris 10 or 11 without color I tried xterm, xtermc, sun color, xterm color on both sides (PuTTY a...
SolarisMySQL
MySQL with Solaris 10 preinstalled MySQL MySQL is installed as sfw package. You can find some infos under /etc/sfw/mysql/README.solaris.mysql groupadd g 600 my...
MySQLStartupscript
getproparg() { val=`svcprop p $1 $SMF_FMRI` n "$val" echo $val } MYSQLBIN=`getproparg mysql/bin` MYSQLDATA=`getproparg mysql/data` PIDFILE=${MYSQ...
SolarisAtStrato
Solaris 10 auf einem Strato root Server Wir erfüllen uns den Traum eines eigenen root Servers unter Solaris. Solaris ist auf Strato root Servern nicht supportet...
DnsTest
Howto check a domain in your script dnstest #! /bin/sh printf "% 32s%15s " $2 $3; dig short @$1 $2 $3 grep $4 /dev/null echo '\t\033 32mok\033 39m' ...
SolarisSystemInfos
Solaris system infos disks format prtdiag prtconf v iostat xnp
DoIHave64or32BitSolaris
Which Solaris di i have – 32bit or 64bit? /usr/bin/isainfo kv
NetinstallSolarisWithNetBSD
Net Install and JumpStart Netinstall, Jumpstart Solaris Is is very usefull to install your Suns via net. For example my older Suns have no DVD, but the latest So...
ASAClearCompleteAccessList
Howto delete a compele access list clear configure access list outsideMgmappl_acl
PingTest
ping utilities pingtest #!/bin/sh if $# eq 3 then cat This tool needs one ip as a parameter and a second with a shortname/comment and will just answer w...
ASANtpConfig
How to configure a ntp server on cisco asa in system context ntp server 10.123.45.144 source management ntp server 10.123.76.19 source management
ASAEtherChannel
How to configure a Port Channel on a ASA (Ether channel nexus) For a failover LAN link interface GigabitEthernet0/4 description GEC Po1 LAN Failover to FW01 g...
AsaFailoverTest
### 10GE Failover State interrupted 22.10.2012 15:36:22 Local4 Alert BOSTON_active SyslogRelay: Oct 22 2012 15:36:22: %ASA 1 105005: (Primary) Lost Fai...
ChshSolaris
Solaris has no chsh command passwd e does the same in solaris.
RsyncNotFound
sh: rsync: not found add rsync path=/path/to/rsync to the rsync command root@host:/root rsync avz /var/lib/synctool/synctool.conf 192.168.111.12:/tmp sh: rsyn...
AsaBnSystem
: Saved : ASA Version 9.0(1) ! hostname bn enable password 8Ry2YjIyt7RRXU24 encrypted mac address auto prefix 61366 ! interface GigabitEthernet0/0 description ...
AsaFfmCustB
: Saved : ASA Version 9.0(1) ! hostname CustB enable password 8Ry2YjIyt7RRXU24 encrypted passwd 2KFQnbNIdI.2KYOU encrypted names ! interface GigabitEthernet0/0.2...
AsaFfmCustA
: Saved : ASA Version 9.0(1) ! hostname CustA enable password 8Ry2YjIyt7RRXU24 encrypted passwd 2KFQnbNIdI.2KYOU encrypted names ! interface GigabitEthernet0/0.1...
AsaFfmSystem
: Saved : ASA Version 9.0(1) ! hostname ffm enable password 8Ry2YjIyt7RRXU24 encrypted mac address auto prefix 60245 ! interface GigabitEthernet0/0 description ...
ASATestContextAndOSPF
Testsetup for ASA contexts and dynamic routing * AsaFfmSystem * AsaFfmCustA * AsaFfmCustB * RouterFfm * AsaBnSystem * AsaBnCustA * AsaBnCustB...
ASAUpgradeASAOS90
Upgrade ASA os 9.0.1 no boot system disk0:/asa861 2 smp k8.bin no asdm image disk0:/asdm 66114.bin boot system disk0:/asa901 smp k8.bin asdm image disk0:/asdm 702...
ASA5545XShowFlash
ciscoasa# show flash: # length date/time path 2 4096 Jul 25 2012 12:44:56 log 5 4096 Jul 25 2012 12:45:10 crypto_archive 92 ...
ASAFactoryConfig
Cisco ASA5520 Default config In this example we show the default settings and the difference to a clean blank config. If you are setting up a new firewall, start ...
ASA5545XShowVersion
ciscoasa# show version Cisco Adaptive Security Appliance Software Version 8.6(1)2 Device Manager Version 6.6(1) Compiled on Fri 01 Jun 12 02:16 by builders System...
ASA5545XShowRun
ciscoasa# show run : Saved : ASA Version 8.6(1)2 ! hostname ciscoasa enable password 8Ry2YjIyt7RRXU24 encrypted passwd 2KFQnbNIdI.2KYOU encrypted names ! interfac...
ASA5545XBootMessage
Cisco BIOS Version:9B2C106A Build Date:11/10/2011 09:59:37 CPU Type: Intel(R) Xeon(R) CPU X3450 @ 2.67GHz, 2660 MHz Total Memory:12288 MB(DDR3 1333) Sy...
Gns3Asa84onMac
Emulation of cisco asa 8.4 on a Mac Environment * Mac OS X 10.7.5 * GNS3 0.8.3.1 * qemu 1.2.0 via MacPorts ASA 8.4.2 in GNS3 You need a prepared and sp...
AsaQemuCLI
Start ASA directly on the cli with qemu qemu system i386 m 1024 nographic cpu coreduo icount auto hdachs 980,16,32 kernel asa842 vmlinuz initrd asa842 init...
FailedAsaGns3StartupOptions
Failed or only partly successfull configuration options for asa 8.4.2 on GNS3 on Mac qemu system i386 m 1024 nographic cpu coreduo icount auto hdachs 980,16,...
QemuHelp
$ qemu system i386 h QEMU emulator version 1.2.0, Copyright (c) 2003 2008 Fabrice Bellard usage: qemu system i386 options disk_image 'disk_image' is a raw ha...
GnS3
GNS3 is a testing and learning evironment You can emulate several cisco routers, links and switches in a hole network. You can also emulate cisco asa firewalls, ...
AnycastDNSswitchConfig
important parts ... ip routing ... interface FastEthernet0/1 switchport access vlan 10 switchport mode access ... interface Vlan10 ip address 192.168.111.240 2...
AnycastDNS
Configure an anycast service von solaris WORK IN PROGRESS Create virtual loopback interface ifconfig lo0:1 plump up ifconfig lo0:1 172.16.0.1 netmask 255.255.2...
AnycastDNSospfd
! ! Zebra configuration saved from vty ! 2012/10/29 22:23:12 ! hostname ospfd password ottonormal log file /var/adm/routing.ospf service advanced vty ! ! ! inte...
AnycastDNSzebra
! ! Zebra configuration saved from vty ! 2012/10/29 22:43:39 ! hostname zebra password ottonormal enable password ottonormal log file /var/adm/routing.zebra ser...
AnycastDNSSolaris
# # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #pragma ident "@(#)README.Solaris 1.3 07/03/30 SMI"...
SolarisAuthViaTacacs
Solaris 10 authentication via tacacs (pam, radius?) * http://echelon.pl/pubs/pam_tacplus.html dead? * Forum https://forums.oracle.com/forums/thread.jspa...
DnsTestScript
#!/bin/sh # awfull hacked script # a modification of the check_soa script from the book "dns and bind" # if test "$1" = "" then echo usage: $0 server exit...
TinyBios
tinyBios To enter setup, type S during the memory test. You should see something like the following:
AlixBoard
Alix Board * TinyBios * NetBSD on Alix
ASAEnableSNMP
Enable SNMP snmp server host management 10.11.56.51 community * version 2c snmp server host management 10.15.88.17 community * version 2c snmp server host man...
ASAEnableTACACS
Enable TACACS authentication aaa server TAC12 protocol tacacs aaa server TAC12 (management) host 10.166.67.4 key * aaa server TAC12 (management) host 10.11....
MysqlInstallOutput
Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table Installing all prepared...
ReadmeSolarisMysql
To use mysql a number of post install procedures need to be made by root. The following steps are derived from the mysql manual (manual.ps, manual.txt or manual_t...
RadiUs
Radius server * freeradius * RadiusNT * radiusX * OpenRADIUS * XTRadius Commercial * radiator * Cisco ACS * Microsoft IAS * Cistron ...
SyncTool
Synctool http://www.heiho.net/synctool/ WORK IN PROGRESS Simple steps 1 Setup working ssh keys, so that you need no password or you can save the password in a...
SolarisTacacs
authenticate Solaris with TACACS You have to compile tacplus, a TACACS protocol client library and PAM module in C. This PAM module support authentication, autho...
Md5Checksum
Howto calculate a md5 checksum on Solaris digest md5 /path/file in older versions digest a md5 v /path/file
ArduinoDCF77
DCF77 with Arduino #define BLINKPIN 13 #define DCF77PIN 2 int prevSensorValue=0; void setup() { Serial.begin(9600); pinMode(DCF77PIN, INPUT); pinMode(13,...
ArdUino
Arduino Arduino is a famous microcontroller with a huge community. You can find lot of books, tutorials, starterkits and howtos. It is the ideal platform for a be...
UnformattedDiskWarning
Unformatted disk Problem while installing Solaris 10 on Sparc Warning One or more disks are found, but one of the following problems exists: ...
LahmeVerbindungBeiUnitymedia
Sehr lahme Verbindung bei Unitymedia Vor kurzem hatte ich über Tage eine sehr langsame Internetanbindung via Unitymedia. Eine kurze Recherche ergab: host ~ $ ping...
CableModem
Cable Modem * CiscoEPC3208 * LahmeVerbindungBeiUnitymedia
NetBSDonAlixWithCf
ALIX2 with Solidstate CF Howto install NetBSD on a ALIX2 board with Compact Flash (CF) The ALIX Board from Pascal Dornier is a ideal home server, because it is s...
OSXXetexWithMacports
XeTeX with MacPorts ports install texlive xetex ports install texlive fonts recommended ports install texlive math extra eventually use texlive bin with the atsu...
Solaris10onFujitsuPrimergyRX300
Howto install Solaris 10 on Fujitsu PRIMERGY RX300 S6 Configure iRMC (Remote Management) * Configure IP * use Java 1.5 latest * The RAID Card (LSI MegaR...
KantenGlaettung
Kantenglättung (english?) WinXP Klick freier Desktop Eigenschaften Darstellung Effekte Kantenglättung = Cleartype
OpenSSL
OpenSSL View the content of a certificate openssl x509 in Desktop/vpn.uni konstanz.de.pem noout text
ASAEnableSSH
Enable ssh ciscoasa(config)# ssh 192.168.1.0 255.255.255.0 inside ssh_exchange_identification: Connection closed by remote host ciscoasa(config)# crypto key gener...
AttachNewDiskToZpool
Attach a new disk to a zpool * make the boot disk a mirror * make a copy of the bootdisk for usage in another computer * replace your bootdisk with a bi...
MacForensic
Forensic on Mac 1 Do not write anything on the disk and/or make clean disk image 1 disable automounter * onetime sudo launchctl unload /System/...
ForensiC
Forensic * MacForensic
IPhoneVPNCiscoIPSec
Cisco ASA with IPSec/VPN for Apple iOS Step by step guide We start with a clean factory default config This will erase you current config!!! ciscoasa enable ci...
VPNonDemand
iPhone VPN on demand (automatically activate VPN Profile for some special Websites) * http://www.0x8847.net/2010/07/iphone os vpn on demand/ * http://www.en...
AppleiOS
Apple iOS for iPhone and iPad * MobileDeviceMangement (MDM) * MobileCollaboration * IPhoneVPNCiscoIPSec (VPN) * IPhoneCiscoL2tpIpsecIos * VPNonDema...
IPhoneCiscoL2tpIpsecIos
L2TP from iPhone to Cisco IOS * http://www.networkworld.com/community/node/23023
ASAFullWorkingVpnIosConfig
: Saved : ASA Version 8.4(2) ! hostname ciscoasa enable password jTQgB52HvLXyuc/1 encrypted passwd 2KFQnIjkdI.2KYOU encrypted names ! interface GigabitEthernet0/...
OSXActivateKeyRepeatInLion
In Mac OS X Lion key repeat is disabled (hold down a and get aaaaaaaaaaaa) I f you like to enable it again, type this in the terminal and reboot. defaults write ...
SolarIs11
Solaris 11 text Installation 1 pkg install solaris desktop 2 pkg install solaris large server
CiscoDetectSwitchInRack
Detect the current switch in a rack or stack Think of a rack full of cisco switches, you have remote access to the switch, but if you stand in formt of the rack y...
CiscoEPC3208
Cisco EPC3208 (i.e. Scientific Atlanta) Cable modem used by Unitymedia http://192.168.100.1 login: admin pass: atlanta
SolarisVarnishManifest
Solaris 10 Manifest for Varnish root@host:/var/svc/manifest/network cat http varnish.xml ...
HowToCompileVarnishOnSolaris
How to compile varnish on Solaris 10 You need libpcre PKG_CONFIG_PATH=/opt/varnish/lib/pkgconfig:/usr/sfw/pkgconfig \ LD_LIBRARY_PATH=/opt/varnish/lib/amd64:/usr...
ASATwoPhysicalInterfacesInSameVLAN
Two physical interfaces in the same VLAN ciscoasa(config if)# interface TenGigabitEthernet0/7.20 ciscoasa(config subif)# vlan 10 ciscoasa(config subif)# interface...
ASAFirmwareUpgrade
Firmware update Read the notes to upgrading in the Release Notes!! The steps should be the same for nearly every new firmware, but to be sure check the Release N...
ASAMultipleContext
Cisco ASA Firewall virtualisation (multiple context mode) Configurationlog enable conf t mode multiple admin context admin description Administrationscontext f...
ASAAnonymousReporting
enabling anonymous reporting ciscoasa# conf term ciscoasa(config)# ************************* NOTICE ************************* Help to improve the ASA platform...
ASAUpgrade82To84
Cisco ASA Upgrade from 8.2 to 8.4 Normally the upgrade is very smooth and easy, but this upgrade is tricky, because changes the NAT grammar completly ande some ot...
CryptoHardware
Crypto Hardware or Accelerator http://hub.opensolaris.org/bin/view/Project crypto/Accelerators
WhoIsWhoQuantenna
Quantenna Wireless LAN chipset manufacturer with fist IEEE 802.11ac chipset (USA Calif.) Reference link * http://www.quantenna.com * http://investing.busine...
WhoIsWhoBroadcom
Broadcom Chipsatzhersteller, der seit Ende 2001 'herkömmliche' 802.11b Chipsätze anbietet, inzwischen auch 11g Chips unter dem Namen '54g', sowie einen Combi Chi...
BCM43XX
Broadcom BCM43XX BCM4360, BCM4352, BCM43526 and BCM43516 Reference Link * http://www.broadcom.com/press/release.php?id=s637241
WlanDbSpreadSpectrum
List of SpreadSpectrum used in WlanChipsetList Name FHSS DSSS OFDM
ASACliLogging
CLI logging View logs directly in the CLI Attention if you get lots of logging messages, it is difficult to make any configurations anymore (i.e. disable loggi...
NetBSD
NetBSD * Howto install NetBSD on an ALIX Board * NetBSDveriexec * NetBSDjamvm * NetBSDHowToUpdate * NetBSDSwitchDisplayAndSerial * NetBSDSunNetraT...
TestDbDef
Name Type Size Values Tooltip message Attributes Title text 80 Book or article title Category select 1 Inte...
TestDbList
%SEARCH{ type="query" "form.name = 'TestDbDef'" nonoise="on" format=" $formfield(Title) $formfield(Category) $formfield(Author) " }% Create new entry N...
WlanGlossarMIMO
MIMO (Multiple Input Multiple Output Technologie) MIMO nutzt einen Effekt, der bei üblichen Funkverbindungen eher schädlich ist: Funkwellen werden häufig an Objek...
IeEE80211y
IEEE 802.11ac Nachfolgestandard zu IEEE 802.11n. Nutzt das 5GHz Band und kann modular verschiedene Optionen nutzen. * mehrere Kanaele gleichzeitig * breiter...
SunManagementInterface
Sun Mangement Interface (ALOM and ILOM) * SunIlom * SunAlom Most newer Sun server have a integrated service console called LOM, ALOM or ILOM ( Advanced Inte...
SunAlom
Remote management with ALOM ALOM is the management interface for sparc based Sun server. You can poweron or poweroff the machine or connect to the console. Defau...
SunIlom
Remote management with ILOM ILOM is a management interface for X64 based sun server. You can even power off or power on the machine or make some BIOS / OpenFirmwa...
NetBSDRecoverRaidDisk
Recover a RAID disk The hardware raid (Perc 3 Adaptec) in my Dell crashed so badly, that i was not able access this disks in a identical machine. I put one half o...
NetBSDSunNetraT1
Install NetBSD on a Sun Netra T1 with an SCSI CDROM Burn a sparc64 NetBSD 4 ISO image. Attach a serial connection to the serial 0 port. Attach a SCSI CDROM (in my...
CiscoCatalystFactoryDefault
Switch#show run Building configuration... Current configuration : 4716 bytes ! version 12.2 no service pad service timestamps debug uptime service timestamps log ...
Catalyst3750EBootMessage
4x stacked Catalyst 3750 E BootMessage Using driver version 1 for media type 1 Using driver version 1 for media type 2 Base ethernet MAC Address: b8:be:bf:53:9b:b...
NetBSDSwitchDisplayAndSerial
Switch the console from Serial to Display (NetBSD 4.0) installboot v /dev/rwd0a /usr/mdec/bootxx_ffsv1
KermIt
kermit (serial) startup file start with kermit mystartupfile set modem type none set carrier watch off set line /dev/tty00 set speed 9600 connect Exit with ^\ C a...
RcFiles
rc files / config files for several tools * VimRc * TcshRc * KermIt
VimRc
.vimrc There are lot of vimrc files in the web, here are two very small / minimal rc files. Sven Guckes set ai nocp digraph ek hid ru sc vb wmnu noeb noet no...
AfterbootSolarisScript
#!/bin/sh #!/bin/sh xv # # Afterboot script from pitz # case $1 in help) cat commands: help: some short infos about afterboot all: All commands together" ...
AfterbootSolaris
Todos after the first Solaris boot Give root a separate home # mkdir /root Change home dir in /etc/passwd for root to /root Use a better password algorithm More...
TcshRc
.tcshrc Solaris setenv TERM xterm setenv PATH /usr/pkg/bin:/usr/pkg/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/solstudio12.2/bin:/usr/dt/bin:/usr/openwin/bin:/usr/c...
ASA5585XS40ShowVersion
Cisco ASA 5585X S40 show version ciscoasa# show version Cisco Adaptive Security Appliance Software Version 8.2(5) Device Manager Version 6.4(5) Compiled on Fri 20...
ASA5585XS40ShowRun
Cisco ASA 5585X S40 show running config ciscoasa# show conf : Saved : Written by enable_15 at 19:42:15.819 UTC Fri Dec 23 2011 ! ASA Version 8.2(5) ! hostname cis...
ASA5585XS40BootMessage
Boot message of a Cisco ASA 5585X S40 The system is restarting... No MPC found in slot 1. CISCO SYSTEMS Embedded BIOS Version 2.0(7)2 20:02:26 01/04/11 USB storag...
ASA5580BootMessage
Boot message of a Cisco ASA 5580 40 Booting system, please wait... Cisco Systems ROMMON Version (1.1(0)11) #0: Thu Nov 29 15:36:19 PST 2010 Platform ASA 5580 Adap...
MobileCollaboration
Mobile Collaboration Multiplatform and Multifunction * Skype * WebEx * yammer chat, company facebook * Box files, contacts, web, nativ apps, integrati...
NichtIonisierendeStrahlung
nichtionisierende Strahlung Das ist elektromagnetische Strahlung niedriger Energie, die das Material erwärmt. Dabei werden das Molekül zu Schwingungen angeregt. I...
OSXCiscoVPN
Use Cisco VPN IPSec with Mac OS X iOS Build in VPN (Cisco IPSec) with iOS works fine. Mac OS X Cisco VPN Client Did not work with Snow Leopard and Lion cause o...
FunkBruecke
Funkbrücke Zur temporären Anbindung entfernter Computer (Büros, Veranstaltungen, Übertragungen) kann man eine Funkbrücke einsetzen. Diese stellt genau wie ein Kab...
WlanUniKonstanz
Very old stuff to be deleted. Wireless LAN an der Uni Konstanz FAQ An der Uni Konstanz gibt es Wireless LAN seit Ende 2000. 1. Netzabdeckung Ein Großteil der ...
FaqFooter
Sysadmin.CopyRight (c) 2006 http://s2p.de/Sysadmin/WirelessLAN { WirelessLAN }
CampusNetze
Campus Netze Sogenannte Campus Netze sind WLANs von Universitäten, Forschungseinrichtungen, Firmen, Kongressen, etc. in denen es die jeweilige Institution ihren M...
WireLess1394
Wireless 1394 (Firewire, iLink) Firewire over WLAN vorangetrieben von NEC und Philips. The 1394 Trade Association's Wireless Working Group (WWG) is chartered to d...
QoS
Quality of service
WhoIsWhoSystemonic
sold to Philips Systemonic By offering the industry's first multi standard, multi protocol solution, Systemonic is well on it's way to becoming the industry lea...
VirtualPrivatNetwork
Virtual Private Network (VPN) Es gibt im wesentlich zwei VPNProtokolle * IPSec / L2TP * PPTP (simpler, but considered less secure) Was ist Virtual Private...
LookAtYourLogs
Control your logfiles syslog and syslog ng * logging via tcp and udp * support for stunnel Syslog analyzers * logwatch * swatch (opensource) * pr...
Top10SecurityTools
Most important tools 1 brain, brain, brain I couldn’t stress it out further or "a fool with a tool is still a fool" 2 fundamentals, you have to certain ab...
OldStuff
Old stuff to be deleted * MeinbergTimeServer * PitZ
PitZ
Pitz' Wikipage * edle Böcke: * Daten dazu iF2003: * Werbebild: Stephan Pietzko
MeinbergTimeServer
example Meinberg time server * Adresse: time.uni konstanz.de * Meinberg DCF Uhr: * Meinberg Uhr von hinten: * Einstellungen auf dem Mäuseklavier: ...
ASANamingSchema
Cisco ASA different naming schemata ASANamingConventionALLCAPS ASANamingConventionCamelCase Links http://www.networkworld.com/community/node/23721 Work in pro...
ASA5520CleanConfig
Cisco ASA 5520 clean config after erasing config after a ciscoasa(config)# clear configure all you get a clean config slightly different form the factory default ...
AsaTmplServicesMisc
miscancellous config examples for object group misc templates In the 7.x releases a service object group could only contain entries for a single protocol (TCP, ...
ASA5520BootMessage
Cisco ASA 5520 Boot Message Booting system, please wait... CISCO SYSTEMS Embedded BIOS Version 1.0(11)5 08/28/08 15:11:51.82 Low Memory: 631 KB High Memory: 2048 ...
ASA5520DiffFactoryCleanConfigAll
Difference between the long (show run all) config of factory config and clean config The difference between the show running config all befor and after the clear ...
ASA5520ShowFlash
Cisco ASA 5520 show flash in a factory default config ciscoasa# show flash: # length date/time path 101 25159680 Sep 08 2011 11:44:16 asa842 k8.bi...
ASA5520ShowRun
Cisco ASA 5520 show running config ciscoasa# show running config : Saved : ASA Version 8.4(2) ! hostname ciscoasa enable password 8Ry2YjIyt7RRXU24 encrypted passw...
ASA5520ShowRunAll
Cisco ASA 5520 show running config all in a factory default config ciscoasa# show running config all : Saved : ASA Version 8.4(2) ! command alias exec h help comm...
ASA5520ShowVersion
Cisco ASA 5520 show version in a factory default config ciscoasa# show version Cisco Adaptive Security Appliance Software Version 8.4(2) Device Manager Version 6....
PIXConfigExampleWindowsServer
Cisco Pix Object Group List for Microsoft Windows Servers : : Cisco Pix Object Group List for Microsoft Windows Servers : (Implements MS KB article 832017 http:...
ASAConfigExample
Cisco ASA Example from http://www.howtonetworking.com/cisco/asasample1.htm ASA Version 7.0(5) ! hostname ciscoasa domain name default.domain.invalid names name 19...
PIXConfigExample
Sample of Cisco PIX 515E Configuration from http://www.howtonetworking.com/cisco/pixsample1.htm PIX Version 6.3(4) interface ethernet0 100full interface ethernet1...
ASAKnownServices
cisco known services TCP/ aol 5190 TCP/ bgp 179 TCP/ chargen 19 TCP/ cifs 3020 TCP/ citrix ica 1494 TCP/ ctiqbe 274...
AsaTmplBaseClient
TCP base services for clients In the past you could not mix service object groups like ICMP, TCP, UDP. More recent versions of the ASA (8.0) allow mixed groups. F...
ASAConfigExamples
Cisco ASA configuration examples and templates client AsaTmplBase AsaTmplBaseClient server AsaTmplBaseServer misc AsaTmplServicesMisc failover AsaTmplFailov...
NetBSDHowToUpdate
How to update NetBSD NETBSD via CVS updaten Alternativ kann man NetBSD auch fertig kompiliert updaten Zuerst muss man sich den source holen: 1 man loggt sich...
IeEE80211s
IEEE 802.11s IEEE 802.11s ist eine Erweiterung des IEEE 802.11 Standards um vermaschte Netze zu realisieren. Im Gegensatz zu anderen Ansätzen, wo man auf bestehen...
AsaTmplDarkIP
Dark IP example for a Firewall connected to the internet (private IPs are included) object group network nDarkIPs description http://www.iana.org/assignments/i...
AsaTmplPingTraceroute
Config template for ping and traceroute object group icmp type icmpRequestPermit icmp object echo object group icmp type icmpReplyPermit icmp object echo reply ...
ExampleConfigForCMSMS
Example config for CMS Made Simple An example varnish config for cmsms (CMS Made Simple) backend reflex { .host = "85.214.82.33"; .port = "180"; } backend gua...
SolarisBlogroll
Solaris Blogroll * http://blogs.oracle.com/darren/ * http://southbrain.com/south/ * http://constantin.glez.de/ * http://systemhelden.com/
EncryptFiles
Encrypt files under Solaris 10 with encrypt The old crypt tool is insecure and should not used anymore. Solaris 10 has a better tool in the OS – encrypt. encrypt ...
AutoFAQ
automatisch generierte FAQ des Wireless Wiki Diese FAQ wird automatisch aus dem gesamten Wireless Wiki generiert. Eine FAQ Frage/Antwort kann auf jeder Wiki Page ...
CreateSecureDatabase
Create a Database and secure PostgreSQL 1 install postgresql 1 su postgres 1 createuser testuser 1 Create database * createdb test encoding='...
PostgreSQL
PostgreSQL * CreateSecureDatabase
ASDMUnconnectedSockets
ASDM: Unconnected sockets not implemented Update This Problem ist fixed with ASDM Interim Release 6.1.5.57 asdm 61557.bin. From Release Notes: Fixed: " CSCsw434...
SolarisTelnetExploit
Solaris telnet exploit ~# telnet telnet environ define TTYPROMPT abcdef telnet o 10.130.1.23 Trying 10.130.1.23... Connected to 10.130.1.23. Escape character is...
OSXGPGKeychainCrash
GPG Keychain Access crashes GPG Keychain Access expects the gpg binary under /usr/local/bin. Check in the terminal with which gpg where your gpg resides. For exam...
OSXBackupOpenDirectory
Backup Open Directory It is not enough to backup the directory service (for example with dsexport). You need so backup several other settings. You can do this wit...
OSXeToken
Aladdin eToken Pro 32k with Mac OS X First install the eToken software In my case pkiclient.4.55.41.dmg (you should get it with your token) or you can google it ...
NetBSDveriexec
veriexec Prerequisites 1 Check if your kernel (/usr/src/sys/arch/amd64/conf/GENERIC) has: pseudo device veriexec options VERIFIED_EXEC_FP_MD5 options VERIF...
PlotHydraLogins
Plot successfull logins with gnuplot #!/bin/sh # Erfolgreiche Logins plotten cat tmp.all.hydraout5 grep v "^# Hydra" grep v 10.135.88.177 sort n uniq ...
NessusSignPlugin
Sign own plugin in Nessus openssl genrsa aes128 1024 /opt/nessus/var/nessus/MyCustomKey.priv.pem openssl rsa pubout /opt/nessus/var/nessus/MyCustomKey.pem /o...
NetBSDjamvm
jamvm root@laos:/usr/pkgsrc/lang/jamvm diff p work/jamvm 1.4.5/configure work/jamvm 1.4.5/configure.old * work/jamvm 1.4.5/configure Thu Mar 27 13:31:02 2008 ...
OSXKeyboardShortcuts
Mac OS X keyboard shortcuts * Mac OS X keyboard shortcuts * Mac OS X keyboard shortcuts (german)
OSXchangeSshPort
Change sshd port on Mac OS X Choose an alternative port You can avoid massive password probing from an external attacker, if you change the ssh default port to a...
OSXCalDAV
Leopard, CalDAV and Sunbird Apple changed the URL for the CalDAV calendar during the last Mac OS X Server updates. This works with Mac OS X Server 10.5.6 and Sunb...
OSXdmg2Iso
Convert dmg images to iso hdiutil convert foo.dmg format UDTO o foo.iso
DefaultPasswort
Anfangs (Default) Passwörter von Access Points * Apple * alle BaseStation: public * Cisco * Aironet 340/350/1200: * Lucent/Agere/Avaya/Proxim...
DarfManWarDriven
Was darf man beim WarDriving? Hier wäre mal ein kompetenter Kommentar wünschenswert. Bis dahin gebe ich mal meine Vorstellung zum Besten. Soweit ich weiss, darf m...
WebAtom
sysadmin.wiki's Sysadmin web
WebLeftBar
" warn="off"}% * ** * * * * * * * *
WebNotify
* .WikiGuest * .WikiGuest example #64;yourNOSPAM.company
WebRss
" else="sysadmin.wiki's Sysadmin web"}% /Sysadmin
VdSL
VDSL (Very High Speed Digital Subscriber Line) * Datenübertragung über normale paarig verdrillte Telefonleitung * Frequenzband: oberhalb 8 kHz bis max. 1.5 ...
r10 - 13 Mar 2009 - 12:02 by PiTz
FreeHotSpot
Free Hotspots * http://www.drahtlosunterwegs.de { WirelessLAN }
NEW - 09 Nov 2008 - 08:43 by PiTz
FresnelZone
Was ist eine Fresnel Zone? FAQ Man braucht eine gute Sichtverbindung zwischen den Endpunkten einer Richtfunkstrecke. Eine gute/schlechte Sichtverbindung das kli...
r7 - 16 Sep 2008 - 06:52 by PiTz
WlanPioniere
Pioniere des Wireless LAN * Lucent bot unter der Bezeichnung WaveLan erste WLAN Komponenten an, zunächst noch nach dem Standard 802.11 mit FHSS als Modulations...
r18 - 09 Jun 2008 - 07:44 by PiTz
FONeRo
FON oder Fonero ein grassroot Hotspot Netz Inzwischen ist die Euphorie schon sehr abgekühlt und man hört kaum noch etwas von Fonero. * Fon will die WLAN APs...
r9 - 12 Mar 2008 - 21:10 by PiTz
CoCannelInterference
Co Channel Interference (Interference zwischen benachbarten Kanälen} Stellt Eure APs wenn möglich auf Kanal 1, 7 oder 13 ein! Bei Wireless LAN im 2,4GHz Ban...
r2 - 12 Mar 2008 - 21:08 by PiTz
WhoIsWhoAtheros
Atheros http://www.atheros.com/ Neuer Wireless Chipsatzhersteller, der Chipsätze für 802.11a und Kombi Chipsätze für 802.11a, 802.11b, und 802.11g anbietet. U.a...
r8 - 17 Jan 2008 - 20:03 by TWikiGuest
LinuxInfo
Uni WLAN und Uni VPN mit Linux Hier nochmal eine aktuellere Variante der Anleitung Und hier eine spezielle für Ubuntu User (und evtl. andere Debian Nutzer) Achtu...
r13 - 01 Aug 2007 - 08:43 by ChristianHintze
WlanUniFaQ
FAQ zum WLAN der Uni Konstanz ('aethernet') Im Folgenden werden einige Fragen beantwortet, die uns immer wieder gestellt werden: Allgemein * Ich bin Gast/FH St...
r10 - 29 Jun 2007 - 11:57 by PiTz
WlanUniFaQAutoVPN
Automatisch den VPN Client in Abhängigkeit des WLANs starten ... Shimo 1.0.1 intuitive user interface for the Cisco VPN client macht das. The initial reason f...
NEW - 29 Jun 2007 - 07:52 by PiTz
PCSupportFaQ
Wireless Problembehebung für Windows Im Folgenden sind einige Probleme mit dem Funklan aufgeführt, die öfter aufgetaucht sind. Sie sind nach Symptomen geordnet. ...
r12 - 29 Jun 2007 - 07:45 by PiTz
WlanUniFaQFilter
Erster Versuch mal alle Filter zusammenzutragen zwischen Internet * http://www.belwue.de/security/massnahmen.html und BelWue * Eingangsfirewall der Uni (f...
r5 - 23 May 2007 - 06:50 by PiTz
WlanUniFaQLinux26VPN
Cisco VPN Client 4.8 mit Linux 2.6 Laut Cisco sei der Client kompatible mit Linux 2.6: 4.6.02.0030(VA) 4.6.03.0290 4.7.00.0640 4.8.00.0490 Linux 2....
r2 - 22 May 2007 - 12:54 by PiTz
ReadMeLinux48
Cisco VPN Client Readme file ================== This file describes the contents of the Cisco VPN Client files for the Linux platform Refer to the Bug Navigat...
NEW - 22 May 2007 - 12:51 by PiTz
FunkkartenGalerie
{ WirelessLAN } Galerie von Bildern aller Funkkarten Hier eine Bilder Sammlung vieler Funkkarten (soweit nicht anders erwähnt, stammen die Fotos von Stephan Piet...
r49 - 22 Jan 2007 - 22:56 by PiTz
TeSt2
Überschrift Unterüberschrift Ein bischen Text * Liste eins * Liste zwei * BeispielLink * anderer Link Tabelle Spalte blau grün Meer Pflanze { W...
NEW - 04 Dec 2006 - 06:59 by PiTz
BeispielLink
Überschrift Ein bischen Text * Liste eins * Liste zwei Martin Mustermann 24 Sep 2002 martin #64;gmxNOSPAM.ed { WirelessLAN }
NEW - 04 Dec 2006 - 06:55 by PiTz
SteckerTypen
Übersicht über die im Wireless LAN üblichen Stecker * Der weisse ist ein Lucent Stecker * WiMo bietet eine gute Übersicht über Kabel und Stecker { Wirel...
r2 - 28 Oct 2006 - 22:38 by MarcelWaldvogel
OffenesWlan
Offenes WLAN Unabhängigkeit vom Sicherheitsaspekt wollen viele ihr Wireless LAN bewusst offen lassen, um anderen Zugang gewähren. Allerdings gibt es (insb. In Deu...
NEW - 17 Sep 2006 - 19:33 by PiTz
SicherheitsStandard
Sicherheits Standards im Wireless LAN * SSID WlanSicherheit (802.11b Konfiguration) * MAC WlanSicherheit (802.11b Konfiguration) * WEP * LEAP...
r2 - 12 Sep 2006 - 07:17 by PiTz
Intersil80211g
Intersil '802.11g Nitro' Proprietäre Erweiterung des 802.11g Standards durch den Chipsatzhersteller Intersil, Interopabilität ist angeblich zwischen '802.11g Nitr...
r4 - 11 Sep 2006 - 06:04 by PiTz
OnlinedokuZuWlan
Online Dokumentationen und 'White Papers' zu Wireless LAN * Online Tutorial von Benny Bing (eine 5min Vorschau ist kostenfrei) * Wissenschafliche Publikatio...
r29 - 10 Sep 2006 - 07:10 by PiTz
WlanFunkkarten
Funkkarten fürs WirelessLAN { WirelessLAN FunkkartenGalerie ListeFunkkarten ListeChipsatz } Es gibt eine Vielzahl Hersteller von Wireless Funkkarten. Diese ...
r14 - 05 Sep 2006 - 19:55 by PiTz
EnterpriseSecurity
WLAN Sicherheit im Unternehmenskritischen Einsatz (über WPA2 und IPSec hinaus) Baustelle * WiFi Watchdog detects, monitors and secures 802.11 based wireless ne...
NEW - 05 Sep 2006 - 05:57 by PiTz
AlteFAQ
manuelle FAQ { WirelessLAN AutoFAQ } Eigentlich könnte die Seite überflüssig sein, da die FAQ automatisch generiert wird (AutoFAQ) Die automatisch generierte Au...
r46 - 18 Aug 2006 - 07:31 by PiTz
WlanNetBSD
Wireless LAn unter NetBSD Es gibt für einige Karten NetBSD Treiber: * Lucent * Cisco/Prism { WirelessLAN }
NEW - 17 Aug 2006 - 21:01 by PiTz
WlanKartenVerkauf
Wlan Karten Verkauf Inzwischen werden keine Karten mehr vom Rechenzentrum verkauft! Das Rechenzentrum verkauft PCMCIA Wlan Karten von Cisco. Anlaufstelle ist un...
r9 - 17 Aug 2006 - 21:01 by PiTz
WlanWin
Wireless LAN für Windows Für nahezu jede Karte gibt es zu allererst Treiber für Windows. Das Problem ist eher die Qualität der Treiber und diese zu finden. Ein g...
NEW - 17 Aug 2006 - 20:57 by PiTz
WlanMacOS9
Wireless LAN für Mac OS 9 Apple stattet seit 1999 fast alle seine Rechner mit Wireless LAN aus oder bereitet sie dafür vor. Daher ist Wireless LAN kaum ein Proble...
NEW - 17 Aug 2006 - 20:55 by PiTz
WlanNewton
Wireless LAN für Apple Newton Für den Newton gibt es WLAN Treiber für die Lucent Karten. { WirelessLAN }
NEW - 17 Aug 2006 - 20:46 by PiTz
IeEE80211a
IEEE 802.11a High speed Physical Layer im 5GHz Band * Frequenzbereich: 5GHz * Modulationsverfahren: OFDM (Orthogonal Frequency Division Multiplexing) * ...
r20 - 17 Aug 2006 - 20:40 by PiTz
TreiberUndFirmware
Treiber und Firmware Updates für Wireless Karten und AccessPoints (Driver and Firmware) BAUSTELLE Manchmal ist die Suche nach Updates ein wahre Odysee. Wenn Ihr ...
r11 - 17 Aug 2006 - 20:37 by PiTz
WlanLinux
Wireless LAN mit Linux Mit ndiswrapper wird unter Linux eine Windows API nachgebildet, so dass die Karten mit den original Windows Treibern unter Linux laufen. S...
NEW - 17 Aug 2006 - 20:36 by PiTz
HowToDeviceID
How to find the vendor id and device id (PCI ID) of a Wireless LAN PCMCIA or PCCARD The Vendor ID and the Device ID (or both together the PCI ID) are the unique N...
r3 - 17 Aug 2006 - 20:03 by PiTz
IeEE80216
IEEE 802.16 oder WiMAX (Worldwide Interoperability for Microwave Access) Funktechnik ähnlich dem Wireless LAN, aber eher für den WAN Bereich gedacht. Es soll die ...
r2 - 17 Aug 2006 - 06:26 by PiTz
AccessPointCisco1200Series
AccessPoint Cisco Aironet 1200 Series Ciscos neuer AccessPoint für 802.11b mit der Option für 802.11g und 802.11a. Hier die brandaktuellen Bilder von der Orbit in...
r5 - 17 Aug 2006 - 05:56 by PiTz
WlanModi
Verschiedene Modies von Funknetzen Hier werden die verschiedenen Aufbaumöglichkeiten von Funknetzen erläutert. Dabei gibt es verschiedene Probleme: * Das offen...
r17 - 13 Aug 2006 - 10:44 by PiTz
WarDriving
WarDriving oder WarWalking FAQ WarDriving bezeichnet das systematische Suchen nach Wireless Funkzellen. Dabei wird meistens eine spezielle Software genutzt, die...
r61 - 11 Aug 2006 - 20:09 by PiTz
DeziBel
Die Sache mit den Dezibels Wenn man sich etwas mit Wireless beschäftigt, stösst man unweigerlich auf Kürzel wie 'dB', 'dBm', etc. Was hat es damit auf sich? Zunäc...
NEW - 10 Aug 2006 - 18:11 by PiTz
LinksZuWlan
Gute Links zu Wireless LAN * http://www.oreillynet.com/wireless/ Artikel zu Wireless von O'Reilly * http://mobileaccess.de/wlan Guter Ueberblick * ht...
r43 - 10 Aug 2006 - 03:45 by PiTz
HowTo11aWithOSX
Howto use IEEE 802.11a with Mac OS X PPC based Macs The airport extreme chipset comming with the PPC based Macs is not able to connect to 5GHz. Therefor you habe...
r4 - 09 Aug 2006 - 04:49 by PiTz
IeEE80211p
IEEE 802.11p Der 802.11p Standard speziell für Funkvernetzung unter Fahrzeugen soll in einem staatlich regulierten Bereich um 5.9 GHz (Nordamerika, Europa) oder 5...
NEW - 31 Jul 2006 - 19:36 by PiTz
AntennenUndKabel
Antennen und Kabel für Wireless LAN Antennen * http://www.hubersuhner.com/ * http://www.fab corp.com/ * http://www.wimo.de/ * http://www.ukw berichte....
r22 - 30 May 2006 - 22:43 by GuenterOelschlaeger
DataRate
Datendurchsatz im WLAN In der Praxis gemessene Datenraten sind bei den jeweiligen WLAN Standards zu finden, hier wird grundsätzlich erklärt, warum der in den Stan...
r3 - 10 Apr 2006 - 09:29 by PiTz
IeEE80211g
IEEE 802.11g Hauptunterschiede zu IeEE80211b * Schneller durch andere Modulation * Teilweise auch bessere Reichweite Even Higher Speed Physical Layer Exten...
r33 - 09 Apr 2006 - 09:52 by PiTz
Kanaltrennung
Kanaltrennung im WLAN Bitte überarbeiten! Welchen Sinn macht es, daß WLAN 13 Kanäle (Frequenzen) anbietet, obwohl nur 3 sinnvoll nutzbar sind? Ich möchte dies ...
r2 - 06 Apr 2006 - 20:36 by PiTz
WhoIsWhoLucent
Lucent Bekommt noch jemand die leidvolle Marketing Geschichte auf die Reihe? Lucent Technology hat als einer der Pioniere mit WirelessLAN angefangen (hatten die ...
r12 - 14 Mar 2006 - 15:47 by PiTz
WhoIsWhoMarvell
Marvell Realtiv neuer Chipsatz Hersteller: The Marvell® Libertas™ 88W8000 and 88W8200 chipset represent the highest performance CMOS 802.11b Physical Layer soluti...
r3 - 14 Mar 2006 - 09:47 by AndiK
BuecherZuWlan
Literatur zu Wireless LAN { WirelessLAN } deutschsprachige Literatur Wireless LAN Protokolle und Anwendungen Axel Sikora 224 Seiten; Addison Wesley; Okt 2001...
r17 - 22 Feb 2006 - 12:24 by PiTz
IeEE802153c
802.15.3c * WPAN * 60GHz * 2 GBit/s { WlanStandards }
NEW - 07 Feb 2006 - 12:00 by PiTz
AntennenSelberBauen
Anleitungen zum Antennen Selber Bauen Anleitungen zum selber bauen * http://www.wavehan.org/?menu=projekte.antennenbau * http://www.ping.de/aktiv/wavelan/ ...
r42 - 29 Jan 2006 - 21:34 by PiTz
IeEE80211n
IEEE 802.11n High Throughput Study to Become a Task Group "The High Throughput Study Group completed its PAR for submission to the IEEE 802 Executive Committee fo...
r5 - 20 Jan 2006 - 09:49 by PiTz
WlanZukunft
Wireless LAN im 5GHz Band Inzwischen hat sich der Nebel um das Wettrennen der verschiedenen Standards gelichtet. * HiperLAN/2 ist erstmal für eine Weile aus de...
r21 - 19 Jan 2006 - 12:31 by PiTz
WhoIsWhoRegTP
Bundesnetzagentur früher Reg TP (Regulierungsbehörde für Telekommunikation und Post) Rechtliche Definition des WirelessLAN von der RegTP. Reguliert den deutsche...
r7 - 18 Jan 2006 - 11:32 by PiTz
WikiFormatierungsRegeln
Wiki Formatierungs Regeln Ein Wiki Web hat sehr einfache Formatierungsregeln * Absätze erzeugt man durch Leerzeilen * Überschriften erzeugt man durch " ...
r13 - 16 Jan 2006 - 14:39 by PiTz
WlanUniFaQWlanSupport
Der WLAN Support des Rechenzentrums Falls Du gar nicht mehr selbst weiterkommst, solltest Du noch einmal persönlich während der Präsenzzeiten bei der Benutzerbera...
r4 - 13 Jan 2006 - 10:05 by AndiK
WarChalking
WarChalking FAQ Warchalking nennt man das Kennzeichnen von Funkzellen, die beim WarDriving gefunden wurden. Die Idee Funkzellen wie Gaunerzinken zu markieren stam...
r3 - 08 Jan 2006 - 09:19 by PiTz
FlashOFDM
Flash OFDM Flash OFDM ist eine modere Breitbandtechnik im 450MHz Bereich. Es nutzt daher frei werdende Bänder des analogen C Netz Mobiltelefonnetzes. Diese Techni...
r2 - 21 Dec 2005 - 10:26 by PiTz
LancomL54ag
Lancom L 54ag AccessPoint Hier der Access Point in voller Schönheit (Pressefoto: LANCOM Sytems GmbH): Hier Bilder vom zerlegten Gerät: Gut zu erkennen ...
NEW - 14 Dec 2005 - 18:40 by AndiK
WLANHardWare
sonstige WLAN Hardware, Messgeräte, etc. Hier entsteht nach und nach eine Liste mit 'exotischer' Hardware, sowie dem einen oder anderen Messgerät. * Die britis...
r6 - 28 Nov 2005 - 11:46 by AndiK
WhoIsWhoAirgoNetworks
Airgo Networks Top Tier Funding and World Leading Team Founded in 2000, Airgo has raised three rounds of funding totaling $52 million from leading venture capital...
r2 - 10 Nov 2005 - 15:03 by PiTz
NetBSDbinaerUpdaten
NetBSD binär updaten 1 Man geht als root in seinen Rechner 2 Macht auf einer Partition, die gross genug ist, einen Ordner und wechselt in diesen Ordner ...
r2 - 09 Nov 2005 - 12:51 by PiTz
NETBSDviaCVSupdaten
NetBSD via CVS updaten Zuerst muss man sich den source holen: 1 man loggt sich als root ein 2 man setzt die passenden Variablen * sh oder bash ...
NEW - 09 Nov 2005 - 08:12 by PiTz
NoName
* Klicken Sie unter den Eigenschaften der TCP/IP auf die Registerkarte DNS Konfiguration. Falls Sie dort DNS aktivieren ausgewählt haben, überprüfen Sie, ob dort ...
r3 - 09 Nov 2005 - 07:51 by PiTz
WikiWeb
Was ist ein Wiki Web? Ein Wiki Web ist eine besondere Form von Webseiten. Der wesentliche Unterschied ist der, daß Jeder alle Webseiten selbst verändern kann und ...
r22 - 28 Oct 2005 - 09:59 by PiTz
WhoIsWhoWWiSE
WWiSE http://www.wwise.org/ Interessenvertretung innerhalb des IEEE Gremiums, das den kommenden WLAN Standard 802.11n festlegt. Mitglieder sind u.a. die Firmen Ai...
NEW - 05 Oct 2005 - 14:42 by AndiK
WhoIsWhoMetalink
Metalink Israelische 'fabless' Chipschmiede (d.h. eine reine Chip Design Firma ohne Fertigungskapazität, die die eigentlichen Chips als Auftragsfertigung fertigen...
r2 - 05 Oct 2005 - 14:25 by AndiK
WhoIsWhoTGnSync
TGn Sync http://www.tgnsync.org Interessenvertretung innerhalb des IEEE Gremiums, das den kommenden WLAN Standard 802.11n festlegt ('Task Group n' daher den Nam...
NEW - 05 Oct 2005 - 14:17 by AndiK
ChannelBonding
'Channel Bonding' Einfachste Methode für Chipsatzhersteller, den Datendurchsatz einer WLAN Verbindung werbewirksam zu steigern: man verwendet einfach einen zweite...
r2 - 05 Oct 2005 - 12:49 by AndiK
BlSi
Test d s,f.sd. ,f.sd,m. * Liste eins * Liste zwei Martin Mustermann 24 Sep 2002 martin #64;gmxNOSPAM.ed { WirelessLAN }
NEW - 14 Sep 2005 - 15:13 by PiTz
IeEE8021x
IEEE 802.1x Protokoll zur Portbasierten Authentifizierung. * Kann auch Zertifikate nutzen * Benoetigt Clientsoftware oder Unterstuetzung durch das Betriebss...
NEW - 02 Aug 2005 - 22:28 by PiTz
WhoIsWhoIntersil
Intersil Intersil verkauft ihre WLAN Sparte an GlobespanVirata das Geschäft soll Ende Sep 2003 abgeschlossen sein. Führender Chip Hersteller "Intersil is es...
r12 - 19 Jul 2005 - 06:54 by PiTz
WhoIsWhoBermai
Bermai "Ultra" Integrated CMOS OFDM Systems on Chip Bermai's ultra integrated single chip OFDM on CMOS systems are optimized for superior range, power efficiency ...
r3 - 17 Jul 2005 - 22:48 by PiTz
SubSys
* Das Problem liegt an einem Hintergrunddienst, der für die IPSec Verbindung notwendig ist und beim Systemstart nicht korrekt gestartet wurde. * Unter Windo...
r3 - 15 Jul 2005 - 12:38 by PiTz
IeEE80211gRules
Warum sich IEEE 802.11g durchsetzen hat 802.11g hat sich als der Standard mit Zukunft herausgestellt. Der Hype um 802.11a ist etwas abgeflaut, weil sich die Reali...
r7 - 13 Jul 2005 - 16:14 by PiTz
BlueTooth
Bluetooth (IEEE 802.15.1) * Frequenzband: 2.4 GHz * Modulation: FHSS (Frequency Hopping Spread Spectrum): * Das 2.4 GHz Band wird in 79 Kanäle aufgete...
r10 - 13 Jul 2005 - 12:52 by PiTz
WhoIsWhoLancom
LANCOM Systems http://www.lancom systems.de Lancom Systems wurde 2002 im Rahmen eines 'Management buy outs' als eigenständiges Unternehmen aus dem Bereich 'Commun...
IeEE8023af
IEEE 802.3af Power over Ethernet Der Power over Ethernet Standards IEEE 802.3af 2003 (PoE) wurde im Juni 2003 verabschiedet. In diesem Standard wird geregelt wi...
ZigBee
ZigBee (IEEE 802.15.4) * Frequenzbänder: 2.4 GHz (16 Kanäle), 915 MHz (10 Kanäle), 868 MHz (1 Kanal) * CSMA CA Zugriffskontrolle * Datentransferraten (B...
WlanSniffer
WirelessLAN Sniffer * Airsnort (frei) * Sniffer Wireless von Network Accociates (teuer) * Aeropeek von Wild Packets (ganz gut und nicht ganz so teuer) ...
WlanKosten
Wieviel kostet mich WLAN? Zur Orientierung hier mal die ungefähren Preise für verschiedene Komponenten nach dem Standard 802.11b dem zur Zeit verbreitesten. Ger...
ProblemKarten
Problematische WLAN Karten Disclaimer: Die im Nachfolgenden erwähnten Karten sind zwecks Indentifikation zwar mit Herstellernamen angegeben, jedoch soll dies kei...
WhoIsWhoAireSpace
AireSpace Hersteller fuer Enterprice APs und WLAN Switch Aktuell von Cisco gekauft. Stephan Pietzko 17. Jan 2005 { WhoIsWhoInWlan }
IeEE80211
IEEE 802.11 * Frequenzband: 2.4 GHz * Modulation: FHSS (Frequncy Hopping Spread Spectrum) oder DSSS (Direct Sequence Spread Spectrum) * Max. Datentransfe...
InnenLebenLucent
Innenleben einer Enterasys RoamAbout Karte (baugleich mit den diversen anderen 'Lucent' Karten) * zerlegte RoamAbout PC Karte: Die Antennen (es sind ganz off...
WdS
WDS Wireless Distribution System Protokoll Erweiterung von 802.11, die Wireless Bridging und Wireless Relays ermöglicht. Ist das ein normierter Standard, welche N...
WpA
WPA Wireless Protected Access Welche Nummer? Wer weiss mehr? WPA2 is based on the final IEEE 802.11i amendment to the 802.11 standard and is eligible for FIPS 140...
AirportExtremeBaseStation
{ WirelessLAN AccessPoint } Airport Extreme BaseStation Die Airport Extreme BaseStation ist das neueste Mitglied der 'legendären' BaseStation Serie von Apple. ...
AirportExpressBaseStation
{ WirelessLAN AccessPoint } Airport Express BaseStation Die Airport Express BaseStation ist das neueste Mitglied der 'legendären' BaseStation Serie von Apple. ...
WhoIsWhoWLANWeekly
WLAN_weekly http://mobileaccess.de/wlan/index.html?go=news sid= Kein Hersteller, aber eine aktuelle deutsche WLAN Newsletter vom deutschen HotSpot Verzeichnis mob...
HotSpot
Hot Spots FAQ Ein größeres öffentliches Funknetz für Besucher und Reisende. Hotspots werden vornehmlich auf Flughäfen, Messen, Kongress Hallen und Universitäten b...
WhoIsWhoReciva
Reciva http://www.reciva.com/ Britische Firma, die Chipsätze und Module für ein WLAN Internet Radio anbietet, das über ein verfügbares Funknetz Internet Radio Sta...
WhoIsWhoGlobespanVirata
GlobespanVirata Hersteller von DSL , Modem und WLAN Chipsätzen, hat Ende 2003 den Wireless Bereich von Intersil gekauft. Inzwischen nach einer Fusion in der Firm...
WlanUniFaQWlanLangsam
Das WLAN ist (heute) so langsam woran liegt das? Leider ist manchmal der Durchsatz im Funknetz nicht berauschend letztendlich liegt es daran, dass alle User e...
DlinkCard
Überschrift Ein bischen Text * Liste eins * Liste zwei Martin Mustermann 24 Sep 2002 martin #64;gmxNOSPAM.ed { WirelessLAN }
FunkModem
Funkmodem Funkmodems als Fertiggeräte und OEM Module im ISM Band (433MHz, 2.4 GHz) * Wireless World AG http://www.wirelessworldag.de/Funkmodems_d_21.htm...
LucentWirelessCard
Lucent Technologies PC24E H ET Partnumber : 012373A Encrypton : WEP 5 V / 16 IEEE 802.11 WaveLAN Turbo 11 Mb Silver www.lucent.com Browserjunkie 16 Aug 2004 ...
ZyDAS
ZyDAS ZyDAS Technology Corp. is a fabless IC design house that focuses on emerging communication technologies. ZyDAS develops and markets solutions for Internet a...
GerHard
Erster Test Ein bischen Text muss sein... * Draußen fällt der Regen! – Virenbekämpfung – – In 11 Schritten zum Virenfreien Windows XP / 2k System – 1. Nach B...
WlanVergleich
Wireless LAN im 5GHz Band Man beginnt gerade, das 5GHz Band für Wireless LAN zu erschliessen. Allerdings sind die Standards darin noch nicht vollkommen festgelegt...
TimeDelay
WLAN Timing Aus dem Physikunterricht weiss vielleicht der Eine oder Andere noch, dass sich elektromagnetische Wellen im Vakuum am schnellsten ausbreiten. Da von e...
MitRouter
* Benutzen Sie einen Router? Falls ja, müssen Sie im Profil einige kleine Änderungen vornehmen. Öffnen Sie dazu einen Text Editor und ändern Sie folgende Einträge...
WlansInKonstanz
WarDriving in Konstanz Was man so findet, wenn man mal in Konstanz auf die Suche geht: MAC SSID Kanal Feldstärke Typ Hersteller WEP Ort ungefähr ...
WlanUniFaQGast
Ich bin Gast/FH Student und möchte das Funknetz benutzen was muss ich dafür tun? Um das Wlan der Uni KN zu nutzen brauchen Sie einen gültigen (aktiven) E Mail A...
WlanUniFaQWlanHandHeld
Ich habe einen Palm/PocketPC mit WLAN Schnittstelle wie komme ich mit diesem ins Funknetz der Uni? Zur Zeit leider gar nicht: Es gibt momentan noch keinen Cisco...
AirConnect
Überschrift Ein bischen Text * Liste eins * Liste zwei Martin Mustermann 24 Sep 2002 martin #64;gmxNOSPAM.ed { WirelessLAN }
AirportExtreme
Airport Extreme Nick Sayer has written a Perl script for getting Apple's AirPort Extreme driver, now available in Mac OS X 10.2.4, to recognize the Linksys WPC54G...
NoFunk
* Sind Sie in einem Bereich, der prinzipiell Funkversorgung hat? Wechseln Sie einmal versuchsweise den Standort. * Befinden sich zwischen ihnen und dem ...
PacketRadio
Packet Radio im CB Funk Packet Radio bezeichnet die digitale Betriebsart Packet Radio ("Paketfunk") im 'Jedermann Funk' (CB Band). Das CB Band befindet sich im 11...
WlanUniFaQWlanKarte
Ich habe heute beim Händler 'xyz' eine billige WLAN Karte gesehen habt Ihr mit der schon Erfahrungen gemacht? Vermutlich nicht: bei der Unzahl von WLAN Karten (...
WlanUniFaQWlanHoerSaal
Wann gibt es im Hörsaal/Raum 'xy' WLAN Empfang? Auf absehbare Zeit vermutlich nicht das Funknetz der Uni Konstanz ist nicht als Ersatz, sondern als Ergänzung de...
WlanUniFaQWlanDaheimKaputt
Ich finde das WLAN an der Uni ganz toll und möchte bei mir im Wohnheim/zu Hause auch so etwas haben was brauche ich dazu und wie muss ich es installieren? Leide...
WlanUniFaQWlanDaheim
Ich finde das WLAN an der Uni ganz toll und möchte bei mir im Wohnheim/zu Hause auch so etwas haben was brauche ich dazu und wie muss ich es installieren? Im ei...
WhoIsWhoInWlanChip
Chipsatz und Software Hersteller Bereich Wireless LAN { WirelessLAN } * Absolute Value Systems AccessPoint Software * ADMtek Chipsatz Hersteller * Ag...
WlanDsssKanal
DSSS Kanäle im 2,4 GHz Band im internationalen Überblick Kanal ID Mittenfrequenz Nordamerika Europa Frankreich Spanien Japan Israel China 1...
LaserLink
Laserlink Verbindung zweier Computernetze via Laserstrecken. Damit kann man mittelgroße Strecken mit hohem Durchsatz verbinden. Allerdings haben diese Systeme den...
FaqHeader
automatisch generierte FAQ des Wireless Wiki Diese FAQ wird automatisch aus dem gesamten Wireless Wiki generiert. Eine FAQ Frage/Antwort kann auf jeder Wiki Page ...
HowToFAQ
Wie man FAQ Fragen/Antworten selbst einträgt Die AutoFAQ wird automatisch aus dem gesamten Wireless Wiki generiert. Eine FAQ Frage/Antwort kann auf jeder Wiki Pag...
HomeRF
HomeRF HomeRF erlaubt parallel zum Datenverkehr die synchrone Übertragung von Sprach bzw. Multimediapaketen. HomeRF wurde maßgeblich von Proxim entwickelt, aller...
WhoIsWhoEnvara
Envara 'Fabless' Chipsatz Hersteller, d.h. er macht nur das Design des Chipsatzes und lässt die Chips im Auftrag fertigen. 2 Serien von Chipsätze: * Envara WiN...
OnlineMagazine
Wireless Magazine im Netz, Newsletter * WLAN_weekly deutsche WLAN Newsletter * http://www.bbwexchange.com * http://sss mag.com/wlan.html { WirelessLAN }
HiSWANa
HiSWANa HiSWANa is the newest of the three WLAN standards in the 5GHz band and has a MAC structure similar to that of HiperLAN/2. But, unlike HiperLAN/2, HiSWANa...
WhoIsWhoAtmel
Atmel Atmel provides an entire family of Wireless LAN (WLAN) parts based on the ARM7TDMI™ RISC controller. These highly integrated parts support the 802.11b Stand...
IeEE80211h
IEEE 802.11h Spectrum Managed 802.11a DFS/TPC Enhance the 802.11 Medium Access Control (MAC) standard and 802.11a High Speed Physical Layer (PHY) in the 5GHz Ban...
WlanGlossarReverseSMA
Reverse SMA Connector Die 'Reverse SMA' Buchse hat prinzipiell die gleichen Abmessungen wie die SMA Buchse, allerdings sind beim 'Reverse SMA' die Buchsen 'm nnli...
AppleBaseStation
Apple BaseStation http://hubertus.sandmann.bei.t online.de/l_base.htm Stephan Pietzko ( WirelessLAN }
DeCT
DECT 1992 hat das Europäischen Standardisierungsinstitut für Telekommunikation (ETSI) den DECT Standard ETS 300 175 für Digital European Cordless Telecommunicatio...
WavelanDriverSaga
The Wavelan driver saga The Wavelan drivers saga By Jean Tourrilhes The Wavelan is a Radio network adapter designed by Lucent. Under this generic nam...
IeEE80211e
IEEE 802.11e Erweiterung der WLAN Standards (MAC Enhancements for Quality of Service) Offizielle Beschreibung: Enhance the current 802.11 MAC to expand support f...
WhoIsWhoSMC
SMC Netzwerkhersteller, der besonders im SOHO Bereich präsent ist. Bietet im Bereich WLAN mehrere Geräteserien an: * EZ Connect Turbo Wireless Serie: 2.4 GHz '...
VerGleich80211
Gegenüberstellung der verschiedenen IEEE 802.11 Standards 802.11 802.11a 802.11b 802.11g Standard Approved July 1997 September 1999 September 1999 Ju...
NetGearMA401RA
NetGear MA401RA Infos: Die MA401 RA besitzt den Selben (unbekannten) "Stecker" wie die weiter oben erwähnte Beklin F5d6020 Ver.2 mehr Infos dazu findet man unte...
CeBit2003
{ WirelessLAN } CeBIT 2003 * Invair Filewalker Business (Linux PDA, cooool), kostet 398. Euro Filewalker Business: Hat exakt die Abmessungen einer Kreditka...
TexasInstruments80211b
'802.11b ' Proprietäre Erweiterung des 802.11b Standards durch den Chipsatzhersteller Texas Instruments, Interopabilität ist angeblich zwischen '802.11b ' Kompone...
WhoIsWhoETSI
ETSI – European Telecommunications Standards Institute ETSI is a non profit organization whose mission is to produce the telecommunications standards that are use...
WhoIsWhoAlvarion
Alvarion Breite Palette von Wireless Prokukten. Stellt nach wie vor IEEE 802.11 FHSS Produkte her. http://www.alvarion.com Stephan Pietzko { WhoIsWhoInWlan }
WhoIsWhoSymbol
Symbol Symbol Technologies, Inc., founded in 1975, is a global leader in secure mobile information systems that integrate application specific hand held computer...
WhoIsWhoEnterasys
Entereasys Networks Ursprünglich aus DEC vorgegangen, vermarktete Cabletron Networks ihre Produkte unter ihrem eigenen Namen. Dann fungierte 'Cabletron' nur noch ...
WhoIsWhoWLANA
WLANA The Wireless LAN Association is a non profit educational trade association, comprised of leading local area wireless technology vendors. WLANA provides a cl...
NoWiresNeeded
No Wires Needed Headquartered in Bilthoven, The Netherlands, and founded in 1994, No Wires Needed (NWN) is a leader in high speed, IEEE 802.11 based wireless LAN ...
WhoIsWhoARtem
ARtem Einer der Pioniere im WirelessLAN. Kompetente Firma aus Deutschland (Ulm) (gehörte früher zur DASA). Vertreibt AccessPoints, Bridges, Antennen. Dürfte auch ...
RichtFunk
Richtfunk Richtfunk meint hier Funk auf lizenzbedürftigen Frequenzen. BAUSTELLE Stephan Pietzko { WirelessLAN }
WhoIsWhoTexasInstruments
Texas Instruments Chipsatzhersteller, bietet einen Chipsatz für '802.11b ' mit 22 Mbit an. Erreicht mittels proprietärer Modulation (PBCC Packet Binary Convolut...
WhoIsWhoProxim
Proxim Hat von Agere die Produktsparte 'Orinoco' gekauft. Hat erste 11a Produkte. Vertreibt auch HomeRF Stephan Pietzko { WhoIsWhoInWlan }
WhoIsWhoFCC
FCC – Federal Communications Commission Überwacht u.A. die Frequenzen und Einhaltung der max. Sendeleistung, vergibt Lizenzen für Richtfunk und Mobilfunk. The FCC...
TeSt
externes Glossar
WhoIsWhoBAKOM
BAKOM (Bundesamt für Kommunikation) Das Bundesamt für Kommunikation (BAKOM) befasst sich mit Fragen der Telekommunikation und des Rundfunkes (Radio und Fernsehen)...
WhoIsWhoCEPT
CEPT Europäische Konferenz für Post und Fernmeldewesen (CEPT) Im Gefolge der paneuropäischen Bewegung der Fünfzigerjahre wurde die CEPT 1959 durch das Abkommen ...
WhoIsWhoResonext
Resonext The RN5200 client and AP chipsets consist of two chips—a highly integrated RF chip and a baseband/MAC IC—each built on the standard 0.18 micron, 1.8 volt...
WarDialing
WarDialing The term “war”, which is used in Wardriving, WarChalking etc., was taken from the old days of WarDialing. WarDialing, the hacking practice of phoning u...
WhoIsWho3Com
3Com Hinlänglich bekannter Netwerk Ausrüster. Stellt AccessPoints, Karten und einges Drumherum her. Benutzt laut Aussagen von Mitarbeitern auf der CeBIT 2003 nich...
WhoIsWhoCisco
Cisco Systems http://www.cisco.com/ Grosser Netzwerkausrüster. Cisco hatte in der Anfangszeit des Wireless LAN zunächst diesen Bereich den Konkurrenten (vor allem...
WhoIsWhoFunkwerk
Funkwerk AG Funkwerk ist führend bei Systemlösungen für Mobilfunk und Logistik. In diesen Zukunftsmärkten gehören sie zu den Lieferanten von Infrastruktur und Tec...
WhoIsWhoHuberSuhner
Huber Suhner Renomierter schweizer Antennenhersteller. Produziert kleine gerichtete Antennen (Patchantennen) fuer WirelessLAN. Hat auch in Zusammenarbeit mit Patr...
WhoIsWhoLinksys
Linksys http://www.linksys.com/ Linksys ist Anfang 2003 von Cisco Systems übernommen worden (siehe heise Newstickermeldung vom 20.3.2003). Andreas Kalkbrenner, ...
WhoIsWhoPlanet
Planet Verwendet in seinen Access Points und Funkkarten den TI Chipsatz, und erreicht mittels dessen proprietärer Modulation Transferraten von 22 MBit. Das Verfah...
WhoIsWhoUSRobotics
U.S. Robotics Verwendet in seinen Access Points und Funkkarten vermutlich den TI Chipsatz, und erreicht mittels dessen proprietärer Modulation Transferraten von 2...
WhoIsWhoWise
Wise Verwendet in seinen Access Points und Funkkarten den TI Chipsatz, und erreicht mittels dessen proprietärer Modulation Transferraten von 22 MBit. Das Verfahre...
WhoIsWhoWistron
WNC Wistron NeWeb Corporation Junger Taiwanesischer Hersteller, der sich auf Wireless spezialisiert hat. Bietet nicht nur WLAN Produkte an, sondern auch für Bluet...
IeEE80211b
IEEE 802.11b * Frequenzband: 2.4 GHz * Modulation: DSSS (Direct Sequence Spread Spectrum) * Max. Datentransferrate (Brutto): bis 11Mbit * Max. Datentr...
IeEE80211f
IEEE 802.11f Inter Access Point Protocol War wohl ursprünglich ein propriätres Protokoll von Lucent, welches dann in den Standard aufgenommen wurde. Titel der IE...
IeEE80211j
IEEE 802.11j 801.11a / HiperLAN Interworking Offizieller Titel: Amendment to STANDARD FOR Information Technology Telecommuniactions and information exchange be...
WhoIsWhoAgere
Agere Systems Historisches: ) wie eine Firma 4x innerhalb von 3 Jahren ge und verkauft, um und ausgegliedert wird, und doch wieder so heisst wie am Anfang: ...
WhoIsWhoDLink
D Link Taiwanesischer Hersteller, der im OEM Geschäft für Netzwerkomponenten gross geworden ist, und jetzt verstärkt selbst im mittleren Preissegment als Herstell...
WhoIsWhoHawking
Hawking Technology Amerikanischer Hersteller, der hauptsächlich im SoHo Bereich tätig ist, und dort neben Wireless Geräten auch DSL , Netzwerk, sowie Multimedia P...
WhoIsWhoInWlanComponents
Hersteller im Bereich Wireless LAN { WirelessLAN } * 3Com * 4P Mobile Data Processing srl Wireless Linux Handhelds * Acer Computer * ACME Portable M...
WhoIsWhoInWlanGov
Behörden und Organisationen im Bereich Wireless LAN { WirelessLAN } * BAKOM Regulierungsbehörde der Schweiz * CEPT Europäische Fernmeldeunion * ETSI ...
WhoIsWhoZyXEL
ZyXEL Taiwanesischer Hersteller, der hauptsächlich durch seine Modems und DSL Geräte bekannt wurde. Bietet im Bereich WLAN eine komplette Produktpalette (Router/F...
IeEE80211i
IEEE 802.11i WLAN security This supplemental draft standard is intended to improve WLAN security. It describes the encrypted transmission of data between systems...
InnenLebenDLinkDWLA
Innenleben einer DWL A520 802.11a PCI Karte: (Die Fotos der zerlegten Karte stammen von einem Link in einer Newsgroup und lagen auf dem Server von Stratolink, ei...
KeyChange
* Am 16. Dezember wurden turnusgemäß die Schlüssel für die IPSec Verbindung ausgetauscht. Diese Massnahme ist notwendig, um zu gewährleisten, dass die Verschlüsse...
EnHancer
Benutzen Sie Windows 2000 oder XP? Es handelt sich möglicherweise um ein Problem mit dem Deterministic Network Enhancer, einem Teil der IPSec Client S...
NoResponse
* Haben Sie das richtige Profil installiert? Für Zugriffe aus dem Funknetz benötigen Sie das Connection Profil WLAN, für Zugriffe von daheim das Connection Profil...
WrongLease
* Benutzen Sie die Funkkarte noch in einem anderen Netzwerk (z.B. daheim) mit einem DHCP Server? Verteilt er IP Adressen aus einem anderen Adressblock? Falls ja, ...
IcsXp
* Klicken Sie mit der rechten Maustaste auf den Arbeitsplatz. In dem Menü, welches dann erscheint, wählen Sie verwalten. In der Verwaltungskonsole wählen Sie unte...
NoLease
* Wenn Sie Windows 2000 oder Windows XP benutzen sehen sie bitte nach, ob der DHCP Client läuft. Sie finden ihn unter Systemsteuerung, Verwaltung, Dienste, DHCP C...
NurFunk
* Benutzen Sie eine Firewallsoftware wie z.B. Zone Alarm? Falls ja schalten Sie diese Testweise aus. Funktioniert es dann, so müssen Sie die Software so konfiguri...
LogIn
* Haben Sie ihr Passwort eben geändert? Dann dauert es ca. 30 Minuten bis das neue Passwort gültig ist. In dieser Zeit sollte das alte Passwort noch funktionieren...
InterNet
Diese Angabe ist leider viel zu ungenau : ) zurück
OldSharing
* Haben Sie die Internetverbindungsfreigabe installiert? Falls ja, konfigurieren Sie sie so, dass sowhl die Funk , als auch die VPN Verbindung als 'aussen' gelten...
OldNurFunk
Haben Sie eine zusätzliche Netzwerkkarte, für die eine IP Nummer der Uni (134.34. ...)konfiguriert ist? Tragen Sie als IP Nummer des VPN Servers versuchsweise mal...
OldLogIn
* Benutzen Sie Windows ME oder Windows 98? Hier "vergisst" Windows manchmal die richtigen Parameter für die VPN Verbindung. Löschen Sie die Verbindung und erstell...
OldFehler
Benutzen Sie Windows ME oder Windows 98? Hier "vergisst" Windows manchmal die richtigen Parameter für die VPN Verbindung. Löschen Sie die Verbindung und erstellen...
OldKeinVpn
Windows 95: Sie benötigen das DFÜ Netzwerk Update. Sie finden es z.B. auf der BelUp Cd (erhältlich bei Herrn Lucas im Rechenzentrum Zimmer V 518) oder von Microso...
OldVpn
Wireless Problembehebung für Windows Hier ist eine Zusammenfassung der Probleme, die nur die alte VPN Verbindung betreffen. * Unter Modems taucht bei mir der ...
ToDelete
Galerie von Bildern aller Funkkarten Hier soll mal eine Bilder Sammlung möglichst vieler Funkkarten entstehen. * Sitecom (Media Markt) machte Probleme: S...
TexasInstruments
Texas Instruments Verwendet in seinen Access Points und Funkkarten den TI Chipsatz, und erreicht mittels dessen proprietärer Modulation Transferraten von 22 MBit...
MatZe
Überschrift Ein bischen Text MaTze * Liste eins * Liste zwei Martin Mustermann 24 Sep 2002 martin #64;gmxNOSPAM.ed
WhoIsWhoHermes
Hermes Wireless Communications http://cs.dgtu.donetsk.ua:8100/~bajev/ Stephan Pietzko { WhoIsWhoInWlan }
Number of topics: 417
< Previous Page 2 of 2

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes