[gentoo-user] Re: smartcard issues

2011-04-26 Thread deadeyes
deadeyes gvm999 at gmail.com writes: Hi all, For logging in to servers we now use smartcards. For windows this works fine, however for Linux and Mac OS X it doesn't. After waisting alot of time I found out the following things (I hope sooner or later it will help someone else

[gentoo-user] smartcard issues

2011-04-16 Thread deadeyes
Hi all, For logging in to servers we now use smartcards. For windows this works fine, however for Linux and Mac OS X it doesn't. The smartcards are from Raaktechnologies. THis is the output of openct-tool atr: Detected CCID Compatible Card present, status changed ATR: 3b f8 13 00 00 81 31 fe So

[gentoo-user] Re: configure wlan0 route metric

2011-04-14 Thread deadeyes
deadeyes gvm999 at gmail.com writes: code that can be added in /etc/conf.d/net: postup() { local metric=0 case ${IFACE} in eth0) metric=0 ;; eth1) metric=1 ;; esac ifmetric ${IFACE} ${metric} return 0 } Seems like this works for me as well! :) Thanks for your

[gentoo-user] Re: configure wlan0 route metric

2011-04-14 Thread deadeyes
Mick michaelkintzios at gmail.com writes: It does? I assume that eth1 above is wlan0 in your case. Yes indeed :) it is wlan0.

[gentoo-user] Re: configure wlan0 route metric

2011-04-13 Thread deadeyes
Kfir Lavi lavi.kfir at gmail.com writes: Hi,you can use net-analyzer/ifmetric.I found this solution not satisfying, but don't remember why. I guess some corner cases. I have bonded the interfaces on my laptop. The bonding driver will prefer using the wired when it is connected. Here is my

[gentoo-user] Re: configure wlan0 route metric

2011-04-13 Thread deadeyes
Mick michaelkintzios at gmail.com writes: You can define the priority in your /etc/conf.d/net You can set this per wired/wireless interface; e.g. metric_eth0=100 Look at your /etc/conf.d/net.example for more details. HTH. No offense, I had found out about this option (and tried it

[gentoo-user] Re: configure wlan0 route metric

2011-04-13 Thread deadeyes
Mick michaelkintzios at gmail.com writes: Hey, that works very well here -- thanks! Been wanting that solution for some time now. :) My apologies! It took some time between reading your message and replying to it - by which time I had forgotten the finer points. Whether you set

[gentoo-user] configure wlan0 route metric

2011-04-12 Thread deadeyes
Hi all, For my home network I am generally using wireless to get connected to the network and the internet. However for copying some large files I use the wire. That means I get 2 IPs in the same range. And both interfaces get the same metric : 0. I found out I can modify the metric for the