- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 09:32 AM - edited 05-18-2023 11:13 AM
Here Router - Each house has such a router, the IP differs
LAN HOUSE 1 - 192.168.3.1 HOUSE 2 - 192.168.4.1
Internet DOM 1 - 192.168.10.10 192.168.10.11 DNS like Server, DOM 2 - 192.168.11.10 192.168.11.11 DNS like Server.
The first are photos of the server configuration:
FireWall - 1/3 is the connection to the DOM router 1, 1/2 is the connection to the Server Room Switch, 1/1 is the connection to the Modem
Door and reader - IP is in the same range
IoT devices connected directly to the switch, this is how each configuration looks like
IoT devices connected via Wifi - this is how everyone's configuration looks like
I would like to know if I am doing this correctly, or I would like to ask for advice if I am doing something wrong.
Solved! Go to Solution.
- Labels:
-
Cisco Software
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2023 06:23 AM
evices such as detectors, alarms, etc. is better to connect via cable because it's safer than via wifi because someone can break in easier, right?
Not necessarily. Wireless can be as secure as cabling, it depends on how to implement. For small device like IoT, most of time wireless is the only option to connect.
Is LoT better to assign the IP yourself or maybe leave it to DHCP?
It depends also. You better have IP assigned if you need to access the device. You need to know the IP to access, right? So, it is easier to keep an static IP address and document it somewhere. If you dont need to access the device, DHCP is better because you dont need to setup device by device.
Question about the router from the library, where is the best place to put it, In the room with computers, the librarian's room?
As this is a wireless router the place to be installed needs to consider the devices who will used it. The closer to the devices better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 10:23 AM
Hi
The answer for your question is another question. Does you network works? If works, then you are doing right, if not, you are doing wrong. Is very difficult to say anything looking piece by piece
You can also share the project here by saving the file, zipping it and attaching down below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 10:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 10:51 AM
Any thing not working particularly or you want an opinion about the overall topology?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 10:55 AM - edited 05-18-2023 10:59 AM
First of all, look at the configurations of the server, firewall, router, one IOT equipment connected via Wi-Fi and cable,
I would like to know if I have it configured correctly and if the project itself looks neat at first glance.
The teacher said that my Firewall router is not connected properly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 11:18 AM - edited 05-18-2023 11:19 AM
They are connected properly but they will not communicate. On the firewall, you need to configure every interface like this:
!
interface GigabitEthernet1/x
nameif <put a name here>
security-level 0
ip address 192.168.x.x 255.255.255.0
!
You need to put a nameif and a security level. Actually, when you put a name the firewall will assign Security level 0 for you. You can keep this value. Basically you are turning the firewall in a Router. If you want to block traffic, you can change the Security level to some value above zero ( 50 and 100 are common value) But after change de security level you need to access Access List to permit the traffic you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 11:43 AM
So, as I understand it, IoT is well configured, for security Ipv6 should be set to static and Ipv4 should download from DHCP and not set by yourself? Which option is safer? Regarding the router, is the Internet configuration well configured?
The IP on GigabitEtherenet that is connected to the router should be on the same subnet as I understand so they can communicate? why don't they communicate with each other?
What is the cause of this problem?What IP should be given for them to communicate with each other?
I was taught mostly by hand typing/selecting rather than typing commands
I'm new to this and it's not a career path I'm going to follow. I would like to learn the basics well in my free time, but for now I want to do this task and have peace of mind to be able to rely on it later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 11:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 02:05 PM - edited 05-18-2023 02:37 PM
I understood your advice, the router IP gateway and FireWall Gigabit must have the same so that they can communicate/ping with each other. How a key and a door must fit together, if I'm interpreting this correctly. Devices can only ping in their subnet range, I understand this issue to not make a mess of the second home. I tried to turn on the simulation to see if it works and I get an error in the form of a red cross on an envelope. He interprets this as the router failed to establish a connection with the devices, but I can now ping from the computer to the router and it comes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 02:49 PM
Thats correct. The Firewall interface facing the router interface must be on the same network range.
And the firewall must have route to the host behind the router. For example. I add the following router on the firewall
route INSIDE5 192.168.5.0 255.255.255.0 192.168.12.10
Which means, to reply to the PC 192.168.5.58 (behind the router), send the pacekt to 192.168.12.10, which is the router´s interface.
The same thing you need to do to all network that is behind the routers. Just use the interface accordingly, for example
For Green rectangle, connected to the interface GigabitEthernet1/6 use the following
route INSIDE6 192.168.6.0 255.255.255.0 192.168.13.10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 03:27 PM - edited 05-18-2023 04:41 PM
If I understand correctly, enter FireWall, select the interface to which you want to refer, e.g. 1/6, enter the command route INSIDE6 192.168.6.0 255.255.255.0 192.168.13.10 and do it for each router.
What should the console look like? I did it 1/5 first and still the envelopes have a red cross.
Next question, Shouldn't the IP address of interface 1/3 be in the range of the LAN subnet, i.e. 192.168.3.X, where "X" is any number from 1-254? ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 04:42 PM
Sorry I was not clear on this. You dont do it on the interface. Do it on the global configuration
Just enter " conf t" and the route
Tô delete from interface Just use " no" + the config you entered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 05:09 PM
One is sent from the switch in the server room to one of the surrounding devices and the other is sent from the to Motion Detector router. Could you tell why this is happening?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 05:36 PM
This is a protocol called STP (spanning tree protocol) The switxh send BPDU in order to map the topology
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 06:55 PM - edited 05-19-2023 06:35 AM
I have one question why is talking about analogous error regarding these photos
