View previous topic :: View next topic |
Author |
Message |
thecooptoo Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 27 Apr 2003 Posts: 1353 Location: UK
|
Posted: Sat Feb 11, 2006 1:32 pm Post subject: how to tell ssh to use wlan0 ? |
|
|
Im having problems with the wired NIC on a gentoo box.
Ive configured its wireless card, and I want to use SSH to access it to sort things out
when I try and start SSH it in turn tries to start eth0 ( which isnt working) so it fails.
Where do i tell SSH to use wlan0 ? _________________ join the optout - http://nhsconfidentiality.org |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nms n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/122919549443ef45584c0f6.jpg)
Joined: 16 Jul 2005 Posts: 43 Location: Umeå, Sweden
|
Posted: Sat Feb 11, 2006 1:42 pm Post subject: |
|
|
In /etc/conf.d/rc, find the line that says
Code: | RC_NET_STRICT_CHECKING="yes" |
and change it to
Code: | RC_NET_STRICT_CHECKING="no" |
and see if that helps. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
JeliJami Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/148526789243d7753a09b11.jpg)
Joined: 17 Jan 2006 Posts: 1086 Location: Belgium
|
Posted: Sat Feb 11, 2006 1:45 pm Post subject: |
|
|
in /etc/ssh/sshd_config you can specify on what address ssh should list on:
Code: | ListenAddress 192.168.1.1 |
if that's the address of your wireless NIC. _________________ Unanswered Post Initiative | Search | FAQ
Former username: davjel |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
thecooptoo Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 27 Apr 2003 Posts: 1353 Location: UK
|
Posted: Sat Feb 11, 2006 3:25 pm Post subject: |
|
|
thanks - changing the listen address didnt help - it still tried to start eth0.
changing rc.conf to 'none' did it. _________________ join the optout - http://nhsconfidentiality.org |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
_Zero n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 04 Mar 2006 Posts: 23
|
Posted: Wed Mar 08, 2006 1:25 am Post subject: |
|
|
hey i was having the same problem and was wondering if you could be a little more specific on your
solution, am not quite sure what you mean. i'd appreciate it, thanks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|