Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem setting iwpriv configuration in /etc/conf.d/wireless
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
_tuxman_
n00b
n00b


Joined: 01 Jul 2006
Posts: 37

PostPosted: Sat Feb 10, 2007 10:35 pm    Post subject: problem setting iwpriv configuration in /etc/conf.d/wireless Reply with quote

Hi there,
I've a little problem to AUTOconfiguring a secure wpa wireless network.
These manual commands work fine

Code:

ifconfig rausb0 up
ifconfig rausb0 192.168.1.3 netmask 255.255.255.0
iwconfig rausb0 essid linksys_on_linux8110
iwpriv rausb0 set AuthMode=WPAPSK
iwpriv rausb0 set EncrypType=TKIP
iwpriv rausb0 set WPAPSK="mypassinclear"
route add default gw 192.168.1.1


but I cannot make them work in /etc/conf.d/wireless.

I've tried these in /etc/conf.d/wireless but it doesn't work(it doesn't ping router ip):
Code:

config_rausb0=( "192.168.1.3 netmask 255.255.255.0" )

essid_rausb0="linksys_on_linux8110"

iwconfig_linksys_on_linux8110=(
    "channel 13"
    "mode managed"
    )

iwpriv_essid=(
  "set AuthMode=WPAPSK"
  "set EncrypType=TKIP"
  "set WPAPSK=mypassinclear"
)


Any help would be appreciated.
Thank you all
Back to top
View user's profile Send private message
_tuxman_
n00b
n00b


Joined: 01 Jul 2006
Posts: 37

PostPosted: Sat Feb 10, 2007 10:46 pm    Post subject: Reply with quote

Maybe I've solved it.
I think that the problem was iwpriv_essid where I've not replaced essid with the my real essid.
However these lines seem to be a bit messy because I've joined different lines from different configurations found on internet, so if you could check it out for redundant lines or errors...

Thank you all
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum