can't change channel of my wifi interface using aircrack [closed] - wifi

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 12 days ago.
Improve this question
Whenever I try to listen to a specific wifi channel using airodump I got : fixed channel wlan0: -1
I try to change the channel but it's always -1!
I use Ubuntu 12.04.

What you have to do is execute ifconfig wlan0 down
make sure you are not connected to any wireless network, try:
airodump-ng -<the channel you want> --bssid<the wireless network you want> mon0
If it doesn't work, try:
ifconfig wlan0 down then
ifconfig mon0 down then
iwconfig mon0 mode monitor then
ifconfig wlan0 up then
ifconfig mon0 up and try to sniff now.

Related

openwrt does not resolve the domain name which points to a private ip [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 days ago.
Improve this question
Description:
There is a domain name road.songyangxing.com which resolves to 172.20.12.79. Notice that the ip is private.
We build and run openwrt on Raspberry Pi 4 Model 4. We connect the WiFi lan which the openwrt generates.
Run the command ping road.songyangxing.com, it shows Ping can't find host road.songyangxing.com.
It's OK for pinging the domain name which resolves to a public ip. It's OK for pinging road.songyangxing.com when we change another router.
Question:
How could we let openwrt allow private ip domain name?

How to config a Cisco server ESXi with 3 VMs having only one IP address? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I’m changing a server with a bare metal installation with one ip to a new cisco sever with esxi with 3 vm’s, one of them is going to be a nat router to nat the traffic to the other 2 vm’s, is there a way to keep using one just ip ?
I don’t think so, you will need at least 2 one for esxi virtual network to communicate with your network and one for your nat router vm to distribute the traffic via NAT
In fact if your server has CIMC you will need another one to have a remote access to CIMC if you need to recover the server, but it’s not mandatory because you can always connect to CIMC through the console.

Suricata to monitor entire network [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 12 days ago.
Improve this question
How to configure Suricate to capture packets on the entire network? I have already configured the Suricate but it's only capturing packets that send to Suricata installed host. I want the whole network packets to be captured by Suricata.
I have two different networks such as Data and Internal where Suricata is placed in Internal Network. I have already configured my switch to monitor few ports and destine to second port of Suricata Server but still I didn't see any changes.
Can some help on this matter?
the interface should be in promiscuous mode - to see all traffic.
(HOWTO depends on your os)
ifconfig eth1 up
ifconfig eth1 promisc
and check what is defined in suricata yaml who's under $HOME_NET , and what rules files are set, I recommend to take a glance there to better understand why certain rule is fired.

Any one Know ?? how to get router ip address from mac and iPhone? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
i wanna get router ip address,i got code for how to get ip address but i didn't get router ip address(Ex: 20.30.40.01 like that).any one know please ping me..
Follow the below steps:-
1)Go to Settings
2)Network
3)Advanced
4)Select TCP/IP tab
You will get IP address of MAC.
If you want the external address:
curl -4 ifconfig.co
curl -6 ifconfig.co
If you want the internal address:
Check if your code also returns the gateway, that's the routers internal address
Your local network router is always at 192.168.1.1 it plays the role of "machine 1" on the local network, or the last 1 in 192.168.1."1"
In the event this is not typically default, and to program it into your application I would refer to the code in this posting: (How can I determine the default gateway on iPhone?)
open up terminal, type:
scutil
list (Lists all your settings)
show State:/Network/Global/DNS
Terminal should read "192.168.1.1" or other primary connection(router ip)
Should be able to script that and include it into your apps. :)
Happy Coding Ahead!

attaching a usb printer to hyper-v virtual machines [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have a printer that doesn't have the driver for my windows server 2008, and I tried other platform drivers but they did not work either. Hyper-V is installed in the server and I want to know if there is a way so that I could attach my printer USB device to virtual machines (that have drivers for my printer) runing in hyper-v so that i could print.
Hyper-V cannot redirect USB on host machine into the virtual machines. VMWare workstation/player and VirtualBox can do this. But it's not recommended to install Hyper-V hypervisor with other virtualization software on the same machine.

Resources