Thread: ifconfig athn0
View Single Post
  #1   (View Single Post)  
Old 25th March 2012
marconi marconi is offline
Port Guard
 
Join Date: Mar 2012
Posts: 10
Default ifconfig athn0

Two hours i trying to configure wireless interface without dhcp.

After adding two nameservers to /etc/resolv.conf i create /etc/mygate with ip address of router. With hostname.athn0 in etc nothing is happening.

Code:
ifconfig athn0 inet 192.168.0.2 netmask 255.255.255.0 nwid myssid wpa wpapsk 'password'
After this command network status is active, but when ping some ip i get the message "no route to host".

What I missed?
Reply With Quote