NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/45505 (iwi0 does not come up correctly)



The following reply was made to PR kern/45505; it has been noted by GNATS.

From: Riccardo Mottola <riccardo.mottola%libero.it@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: David Holland <dholland-bugs%netbsd.org@localhost>, 
kern-bug-people%netbsd.org@localhost, 
 gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost, 
rm%gnu.org@localhost
Subject: Re: kern/45505 (iwi0 does not come up correctly)
Date: Mon, 12 Dec 2011 16:05:21 +0100

 Hi David,
 
 David Holland wrote:
 >   So, let me make sure I understand... you were using bge0 on
 >   192.168.1/24 and disconnected it, then brought up iwi0 also on
 >   192.168.1/24, but the above route was still present and therefore all
 >   traffic got sent to bge0?
 >
 >   When you disconnected bge0 did you do "ifconfig down" on it?
 >
 Almost. I do power up the computer with a statically configured bge0, 
 but I never connect a cable to it. I do explicitely "down" it though. I 
 run the following script:
 
 #!/bin/sh
 ifconfig bge0 down
 route delete default
 ifconfig iwi0 ssid XXXXXXX
 ifconfig iwi0 nwkey 0xXXXXXXX
 dhclient iwi0
 
 Riccardo
 


Home | Main Index | Thread Index | Old Index