Thursday, 2013-03-21

*** volga629 has parted #wikid (None)02:23
*** volga629 (~bendersky@host7.pythian.com) has joined #wikid11:57
*** nowen (~nowen@50-194-249-125-static.hfc.comcastbusiness.net) has joined #wikid12:50
volga629Hello Everyone, I got my user register and token working, right question about router. My router is configured for Radius. radius looking into ldap bring user name and authenticate so what will process to register user for this domain to use token. and if domain di should be 0 and ip of router ?13:12
volga629id13:12
nowenyou are able to get one-time passcodes from a registered token?13:16
volga629yes13:23
volga629I enter my pin13:23
nowenand did you associate the registration code with a user name on the WiKID server?13:24
volga629no look like missing this step13:25
nowengo into Users/Manually validate a user/ click on the registration code and enter a username13:26
nowenif the code is not there, delete the domain on the token and re-create it13:26
volga629ok13:26
volga629Ok done I see my username under users13:28
nowenok13:28
nowenyour router is talking radius to the WiKID server?13:28
volga629yes radius is proxy to wikid13:29
nowenok13:29
nowentry logging in13:30
volga629is registered user should be on same domain with router ?13:35
nowenwhat do you mean?13:35
volga629I have 2 domain id's13:35
volga629one for router and another for user13:36
nowenwhy do you want a domain for the router?13:36
nowendomains are where users go13:36
nowennetwork clients are where routers go13:36
volga629When creating network client you specify which domain it is13:37
nowenyes13:37
nowento associate the users you want to be able to log in to that network client13:38
volga629ok so domain id can different for network client and for user ?13:39
nowenit's a triangle: http://www.wikidsystems.com/learn-more13:40
nowenso the tokens talk to the server via the domain and port 80.  The user logs into the network client, which in turn validates the OTP via radius over the internal network over 1812 udp14:36
volga629thanks for explanation, i will continue on lab set up later on15:16
joevanonowen: did you see the thing about Cisco's hashing scheme fiasco: http://arstechnica.com/security/2013/03/cisco-switches-to-weaker-hashing-scheme-passwords-cracked-wide-open/17:16
nowenhehe, yeah17:17
joevanothat article you just tweeted about "Authentication: the Text Factor", if I had your phone I could get your passcode or was I missing something17:20
nowenI just think that people are over relying on the security of SMS. I think of it as email.17:21
joevanoexactly17:21
nowenexcept that it all goes fewer places ;-)17:22
nowenand the companies that control those places aren't incented to protect them like you might want17:23
*** chris_____ (3ebe9a72@gateway/web/freenode/ip.62.190.154.114) has joined #wikid17:24
nowenwelcome chris_____17:24
chris_____hello17:24
chris_____Is that Nick17:25
nowenyes17:25
chris_____Hi its chris Mukasa17:25
nowenI thought this would be easier17:25
chris_____I've sent you a few messages about getting my wikid enterprise..... up and running17:25
nowenyes, first thing, can you run 'rpm -qa | grep wikid' for me17:25
chris_____Ok let me do now17:26
chris_____ [root@wik ~]# rpm -qa | grep wikid wikid-utilities-3.4.2-1.x86_64 wikid-server-enterprise-3.5.0.b1411-1.noarch17:27
nowenand this server is 64 bit?17:27
chris_____yes17:27
nowenok - run 'java -version'17:27
chris_____ [root@wik ~]# java -version java version "1.7.0_09-icedtea" OpenJDK Runtime Environment (rhel-2.3.4.1.el6_3-x86_64) OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)17:28
nowenhow did you install that?17:29
chris_____I follwed the guide on website17:29
chris_____I did not install anything extra17:29
chris_____when I provisioned server it only had ssh17:29
chris_____and basic centos17:29
nowenthe instructions say 'yum install java-1.6.0-openjdk'17:30
nowenbut you've got 1.717:30
chris_____I just followed the instructions, did not install anything myself17:30
nowenrun 'rpm -qa | grep openjdk'17:30
chris_____[root@wik ~]# rpm -qa | grep openjdk java-1.7.0-openjdk-1.7.0.9-2.3.4.1.el6_3.x86_64 java-1.6.0-openjdk-1.6.0.0-1.57.1.11.9.el6_4.x86_6417:31
nowenhmm17:32
nowenlet's try 'yum remove java*'17:32
nowenI'm guessing it will ask you to remove two packages17:33
chris_____done17:33
chris_____ Removed:   java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.57.1.11.9.el6_4   java-1.7.0-openjdk.x86_64 1:1.7.0.9-2.3.4.1.el6_3  Dependency Removed:   postgresql-jdbc.noarch 0:8.4.701-8.el617:33
nowenok, now 'yum install java-1.6.0-openjdk'17:33
chris_____Done17:34
nowenok, now try 'wikidctl start'17:34
chris_____ Installed:   java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.57.1.11.9.el6_4  Complete!17:34
nowenand then run 'netstat -anp | grep 443'17:36
nowenonce it has started17:36
chris_____nothing returned17:37
chris_____root@wik ~]# netstat -anp | grep 443 [root@wik ~]#17:38
nowenrun 'getenforce'17:38
chris_____It was on but iv taken it off17:39
chris_____ [root@wik ~]# getenforce Enforcing [root@wik ~]# setenforce 0 [root@wik ~]# getenforce Permissive17:39
chris_____still nothing returned17:40
chris_____[root@wik ~]# netstat -anp | grep 443 [root@wik ~]#17:40
nowendid you restart after taking it off?17:43
chris_____no17:43
chris_____what's the command17:43
nowen'wikidctl restart'17:44
chris_____if I reboot server it comes back on by default17:44
chris_____I think17:44
nowenyes, you need to edit /etc/sysconfig/selinux to turn it off permanently17:45
chris_____done17:47
chris_____i guess i must reboot?17:47
nowenno17:47
chris_____Ok17:47
nowenyou can change it using setenforce17:47
nowen'setenforce Permissive'17:47
noweniirc17:47
chris_____ok done17:48
nowenthen run 'wikidctl restart' again17:49
chris_____Ok done17:50
chris_____ [root@wik ~]# netstat -anp | grep 443 [root@wik ~]#17:50
chris_____nothing returned17:51
nowenrun '/opt/WiKID/bin/jsvc'17:51
chris_____ [root@wik ~]# /opt/WiKID/bin/jsvc No class specified Cannot parse command line arguments [root@wik ~]#17:52
chris_____not taking command17:54
nowenrun 'uname -a'17:54
chris_____uname -a17:55
nowenyes, run that command17:55
chris_____ [root@wik ~]# uname -a Linux wik.colabs.co.uk 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux [root@wik ~]#17:55
nowenrun ' /opt/WiKID/bin/jsvc64 -debug start'17:57
chris_____[root@wik ~]#  /opt/WiKID/bin/jsvc64 -debug start +-- DUMPING PARSED COMMAND LINE ARGUMENTS -------------- | Detach:          True | Show Version:    No | Show Help:       No | Check Only:      Disabled | Stop:            False | Wait:            0 | Run as service:  No | Install service: No | Remove service:  No | JVM Name:        "null" | Java Home:       "null" | PID File:        "/var/run/jsvc.pid" | User Name:       "null" | 17:59
chris_____I thought it would not all fit in17:59
nowenare you wed to 64 bit centos?17:59
chris_____so I sent you an email17:59
chris_____sorry wed?17:59
chris_____I'm using 64 bit centos18:00
nowenb/c at this point, I recommend you switch to our ISO which is 32 bit18:00
chris_____Ok18:00
chris_____I'll install now and see if it works18:01
nowenI'll get you a link18:01
nowenhttp://wikidsystems-dl.com/wikid-enterprise-3.5.0-b1411-install.iso18:01
chris_____I've downloaded it already just in case18:03
chris_____what is recommended memory and disk space for an install of 10 users?18:03
chris_____btw I'm using a virtual guest18:04
chris_____what is the iso is it linux, soloris, windows or other?18:05
chris_____or unix?18:05
chris_____If it's linux is it based on centos?18:06
joevanoWe recommend 40 gigs of drive space, 2 gigs  of memory, and 2 nic cards. (Or one if you intend to NAT the server.)  Select Red Hat 32-bit for your virtual image.18:09
joevanofrom here: http://www.wikidsystems.com/downloads/download_images18:09
chris_____Ok what version of redhat 2, 3, 5, 5.4 or later or 618:10
nowen518:10
nowenor 5.418:10
chris_____ok cpu archetcture i68618:10
nowenyes18:10
chris_____Ok, it's cooking18:13
chris_____how long are you there for?18:13
nowena few more hours18:13
chris_____it will probably take at least 10-20min18:14
chris_____can i give you a chat session then?18:14
nowenyes18:14
chris_____or should i keep window open18:14
chris_____?18:14
nowenit's fine to keep it open18:14
chris_____Ok18:17
chris_____back in a few mins18:17
nowenok18:18
*** volga629 has parted #wikid (None)18:55
chris_____hello19:00
chris_____nick19:00
nowenhi19:01
chris_____what is the login info once install has finished19:01
nowenroot / wikid19:01
chris_____Silly question19:06
chris_____why would I want to use eth119:06
chris_____is if I'm natting?19:06
chris_____I'm not natting at the moment19:06
nowenset it up for the internal address.  the server needs something19:06
nowenyou can nat it later19:06
chris_____also sit019:06
chris_____aahhh19:07
nowendon't set that up19:07
chris_____can the Sit0 have same range as eth119:07
nowenit's some vmware thing19:07
chris_____I clicked no for eth1, I only configured eth0 will that cause a problem?19:09
nowenthat should be fine19:09
nowenyou can add it later.  we recommend one eth for the external ip and one for the internal, but if you're nat'ting I don't think it matters19:10
chris_____Ok, I think I'm getting somewhere19:14
chris_____what is login username and password of webfront19:14
nowenyou are right here: http://www.wikidsystems.com/support/wikid-support-center/manual/how-to-install-the-wikid-strong-authentication-server19:15
nowenWiKIDAdmin / 2Factor19:15
chris_____excellent19:24
chris_____thanks for the site19:24
chris_____thanks for all your help19:34
nowenno problem.  sorry for the issues, not sure what that was about20:00
*** chris_____ has quit (Ping timeout: 245 seconds)20:58
*** nowen has quit (Remote host closed the connection)21:13
*** nowen (~nowen@50-194-249-125-static.hfc.comcastbusiness.net) has joined #wikid21:14
*** nowen has quit (Quit: Leaving.)21:36

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!