I am a systems engineer, but I am cmpletely new to the world of Network Systems, and I ma having some confusionon the set up I am trying to achieve.
Basically I want to set up the bullet on OpenWRT, install tcpdump, enable monitor mode and connect it to Wireshark in order to use it as a "wifi sniffer" to check and monitor wifi signals.
I set it up throuhg the statis IP address, then I flash the OpenWRT FW image and I can access the LuCi GUI via the usual 192.168.1.1. an that's where it gets tricky.
I go to the System -> Software tab and I try to install the:
opkg update
opkg install tcpdump
however, I keep receiving errors, that I have connectivity issues and "Check your network settings and connectivity" is the error.
I then go into ssh and I ping google.com and the answer is it can't connect, I do the same on the GUI and same result.
I am not sure if I missed 1 or 100 steps, but long story short, I am stuck and cannot continue any further.
So right now the Interfaces shows a LAN with Static Address as a Protocol, should I modify this interface to DCHP client instead of Static Address or should I add a new Interface?
Ok, yes, I have the Bullet connected to the computer via LAN (ethernet port) and PoE and then all connected via power source through the adaptor.
In order to connect the bullet to the exiting network on OpenWRT what are the necessary steps? I believe I am getting closer to the culprit of my ignorance.
Ok, so then when you said "it'll receive a new/different IP from the DHCP, you'll have to look the IP up on whatever device is hosting the DHCP" it means that it had assigned automatically IP addresses to the Bullet, different from the IP address from the Wi-Fi router?
If so, do I need to make sure that they are the same?
EDIT:
I am asking because now when I try to run:
opkg update
it keeps telling me to check network and connectivity.
all IPs must be unique, that's why you need to look it up on the device assigning them. usually your home router, but we can't be sure, it's your network.
you must make sure they aren't, but the DHCP takes care of it for you.
easy way is
1 reset the device to default if you changed things.
connect the cable from ubiquiti to your lan pc port
now in network interface lan change your ip address from 192.168.1.1 to something like 192.168.2.1.
now in wireless scan for network connect and it will work.