I cant find a command for this anywhere...
Im looking for a command to close a wireless network connection,
be great for any help
thanks
Printable View
I cant find a command for this anywhere...
Im looking for a command to close a wireless network connection,
be great for any help
thanks
In what? Linux, Windows, on a computer, on a router etc .......? Bit more info could probably help a tad!
My bad
Its linux and im going through an accsess point.
Ideally Id like to turn off the interface to stop any connection but whatever
There's most likely a command for disabling the actual device. You could google for something along those lines...
You have to be root to do this...
ifconfig eth0 down
Substitute up for down to bring the interface back up.
also try man ifconfig
I used the ipconfig bit before... It disconnected me from gaim and the internet, but ipconfig wlan0 shows I still have an ip on the network
Ive looked around linux networking commands and the only command I could see to close an interface didnt work for me, I guess it was for a different distro of linux :s