Proxmox with IWCTL [WLAN0] - database

Is it possible to use my wlan to create VMs? Or someone connect it with my Proxmox node network adapters? Cause there’s no option for me to add wlan into the network settings.
I’m fairly new to the IT field and Proxmox, I apologize in advance if this is a simple problem to fix.
Thank you, for your response
Mochi

Related

Does iOS11 support WPS (WiFi Protected Setup)?

I am trying to establish a wifi connection between iPhone and another ARM device(as AP), and thanks to NEHotsportConfiguration added in iOS11, the connecting process becomes easy and quick and all I need is AP's ssid and password which will be transmitted via BLE, Of cause they must be encrypted. now here comes the question if it's possible to use WPS instead of transmitting password in air.
I have read something and given my own answer No, so please correct me if have any mistakes, thank you.
No. No version of iOS or OS X supports WPS because it has fundamental security flaws that cannot be readily fixed. More to the point, you should disable WPS on any router that does support it, because it is a security hole so big you can drive a truck through it.
For more information, see:
https://apple.stackexchange.com/questions/81994/is-it-possible-to-connect-an-iphone-ipad-via-wifi-protected-setup-wps
and
http://routersecurity.org/wps.php

change wireless networks using cmd or batchfile?

I need to create a batch file for my windows 7 to change from 1 wireless network (BigPondD1CBA1) to my (Home) Network. I have tried things such as google and all I have been able to find with relevant info .
http://www.hanselman.com/blog/HowToConnectToAWirelessWIFINetworkFromTheCommandLineInWindows7.aspx
netsh wlan connect ssid=Home name=Home interface="WIRELESS NETWORK CONNECTION"
I have tried
netsh wlan /?
But it seems as though I'm coding it correctly but must be missing a step ?
or I'm doing it wrong can someone please help or even just two batch files one to disconnect from my current wlan and one to connect to the other would be fine if some fine genius could help that would be great i think it shouldn't be a hard task but its out of my league thanks in-advance .
I was over thinking it the solution to change accesspoint is
netsh wlan connect name="accesspoint name"

personal program through a vpn like hamachi or open vpn?

I'm making a simple game than uses udp or tcp sockets to connect in c.
I've gotten vpn set up before and used the default vpn chats.
I'm just wondering how do I make my program work?
What port do I use? How do I make connect through the vpn?
I know just typing in the vpn address doesn't work.
Well, all of this should depend on how you have things set up. The VPN software will connect to each other using the ports and hostnames or IPs you have designated.
The game you say you are designing: is this supposed to be a two person thing, so they will have to talk? In that case, you specific whatever port you desire in the code when you are making it.
Hope this is what you are looking for :-)

SMS/USSD Content Retrieval

Hi guys
I'm working on this project where I'll need to retrieve information from a database through sms/ussd, much like how you would check you credit on you mobile phone.
Would appreciate any help to head me in the right direction.
(Hope I put my question out clearly, if not ask me so I can clarify)
I can help you extensively in solving your problem. As far as I got understood what you want to achieve is, perhaps that when a SMS message comes to your GSM Modem or GSM Phone, your software should be capable enough to interpret that message according to your protocol and should respond accordingly, also when it needs to process database. This is absolutely possible. Let me describe it in brief. Following are the general steps:
You must connect your GSM Phone or Modem through your software with a particular COM port.
After assigning and configuring the port, You issue AT+CNMI=2,2,0,0,0 command to Modem, if it responds to OK, then it indicates that it supports this command, else an error is generated.
Now send an SMS from some other phone, you will see that the SMS directly goes to your software, now you can process it as per your needs.
The whole process is slightly a lengthy description, but it is possible.

Avoid the Man-In the-Middle-Attack

Assume I,m in a LAN, that uses a Router. If someone redirects my all data packets to his computer then there is no privacy. This is happening in real. when I run "arp -a" command, I can see his IP address and I couldn't remove it using command "arp -d ". Does anyone know a way to avoid this arp access? or any other suggestions?
Thank you.
Once a packet leaves your computer, there is really nothing you can do to choose where it goes or who captures it. It's best to always assume that anyone can capture and observe all of your traffic on the network. If that is not acceptable, you should use a protocol (e.g., SSL) that encrypts the communication.
Actually it is "ARP protocol Vulnerability" which is in the OSI model. As far as I know , this is under research & currently UNRESOLVED. iN lINUX U CAN AVOID THIS BY USING IPTABLES.

Resources