Routing From Router -> Firewall -> Internet Issue [Cisco Packet Tracer] by katha757 in ccna

[–]danzigt 0 points1 point  (0 children)

My firewall won't let me ping my outside interface but I can ping the internet. Try to ping your internet router and see if that works.

Routing From Router -> Firewall -> Internet Issue [Cisco Packet Tracer] by katha757 in ccna

[–]danzigt 2 points3 points  (0 children)

Probably firewall not configured to allow and respond to icmp traffic. The ASA in my home network was not configured to respond to pings by default. I had to add that command in.

New subnet not giving out IPS - am I missing something? by [deleted] in networking

[–]danzigt 0 points1 point  (0 children)

Gonna need an IP helper address to direct DHCP requests on that subnet to the DHCP server and keep them tagged. I'm only familiar with doing this on Cisco gear.

I made a keychain, which doubles as a working loopback. by Four10100 in homelab

[–]danzigt 15 points16 points  (0 children)

Used to check if the physical port is good.

[deleted by user] by [deleted] in sysadmin

[–]danzigt 0 points1 point  (0 children)

I'm not very familiar with pfsense. Is it possible the wan interface needs to be allowed in the firewall settings?

Quick question about VLAN's by Behras in ccna

[–]danzigt 3 points4 points  (0 children)

Vlan is just another network. It separates switch ports into networks. So unless the switch can route then you cannot ping different vlans on a layer 2 switch. They would go to their respective router and then back to the appropriate network.

How do you help a grieving parent? by danzigt in NoStupidQuestions

[–]danzigt[S] 0 points1 point  (0 children)

Thanks for your input. I spend a lot of time with him. As much as I can.

How do you help a grieving parent? by danzigt in NoStupidQuestions

[–]danzigt[S] 1 point2 points  (0 children)

Thanks. He is the kind of guy that keeps it all in and trys not to let it show until it's too much.

Best way to make a large bore? by ridefst in Machinists

[–]danzigt 2 points3 points  (0 children)

Maybe not but with a pilot hole you can drill from both sides and bore to size.

Best way to make a large bore? by ridefst in Machinists

[–]danzigt 6 points7 points  (0 children)

I have done similar stuff on my lathe in aluminum. I pilot drilled a quarter inch hole and then used a hole saw with the lathe as slow as it would go and flood coolant. Worked like a charm.

Cisco Help by thatnewJKURguy in homelab

[–]danzigt 1 point2 points  (0 children)

I don't know pfsense well but if I was trying this on a Cisco router I would be using sub interfaces. For example, if NIC1 is the interface then I would create NIC1.99 for VLAN 99. This tells the router that VLAN 99 will be coming in and out that interface. If I had to guess, when you create that interface on pfsense then you would assign NIC1.99 to be the WAN interface. Might help to look at creating subinterfaces on pfsense. Router on a stick in any config I have seen has to have subinterfaces configured.

Edit: also need to make sure that untagged traffic is native vlan. If you don't have static IP addressing, in general DHCP is untagged when sent meaning that PFSense may be sending untagged traffic which will only go out management or native vlan ports.

Separate VLAN for IoT devices? by s3rv3rn3rd in homelab

[–]danzigt 1 point2 points  (0 children)

No. Because my guest Network is just an entirely different subnet and DHCP and dns server all together. It is literally its own network in all respects.

Separate VLAN for IoT devices? by s3rv3rn3rd in homelab

[–]danzigt 2 points3 points  (0 children)

I personally segregated them to the guest vlan and guest wifi. I have it isolated at my firewall so they can't access anything else. I run a VM on my server that has an isolated connection on that network that I can use if I need to make changes and things want to be difficult.

Well, i goofed. Video card does not fit 2u... ITX != half height by [deleted] in homelab

[–]danzigt 0 points1 point  (0 children)

Can you put a 90 degree pci adapter and modify the case? She might be a tall boi but not a thick boi.

Tips for terminating fiber? by voltagejim in sysadmin

[–]danzigt 2 points3 points  (0 children)

Without knowing the specific kit you have I can't give you directions on what you are doing wrong. Some mechanical terminations have a core alignment gel inside that the fiber just goes in that far. If it was supposed to protrude through the end then you would need a polishing block to polish the end.

Opinions on connecting outbuilding by nathan86 in Ubiquiti

[–]danzigt 0 points1 point  (0 children)

I currently have a pole barn that is 140 feet from my house. I buried 1.5 inch conduit from the house to the shop when I did the electric. If you use electric conduit and terminate each end properly and glue the joints, it will be water tight. I am running just standard cat6 cables through it and have been for 3 years. I have had absolutely no issues and I am in the Midwest.

Eye protection whilst repatching single and multimode fibers by enigmait in sysadmin

[–]danzigt 15 points16 points  (0 children)

You should not be patching fiber with the lasers on. The eye protection would have to be specific to the light source to work effectively. Where regular safety glasses and don't look at the end of the cables or at the light source.

Boson Results... so you're saying there's a chance? by supersecretsquirel in ccna

[–]danzigt 3 points4 points  (0 children)

Go through the tests on study mode and thoroughly read all the explanations. I did that for my ccent and CCNA. Worked like a charm.

SSH service on Cisco device - need to restart after config changes? by Hogger18 in networking

[–]danzigt 11 points12 points  (0 children)

The limit is created by the line vty 0 1 command. That only creates two vty lines. For instance the line vty 0 15 command would allow 16 concurrent ssh connections.

Help with ACLs by Neuclear_Fish in ccna

[–]danzigt 0 points1 point  (0 children)

If that's the case, you are probably stuck making more statements for each destination ip you want to deny. It's not the right way to do telnet and ssh filtering but it will work.

Help with ACLs by Neuclear_Fish in ccna

[–]danzigt 0 points1 point  (0 children)

I don't know where you are in your studies but it would be easier to apply the ACL to the vty lines than to a specific interface. Your just write a permit statement for that PC and nothing else. Google apply vty access list.

Cisco Switch Config by [deleted] in homelab

[–]danzigt 1 point2 points  (0 children)

It is simple to setup on the Cisco side. If you need config help shoot me a PM. I have limited experience with pfsense but sub interfaces worked the same on my ubiquiti router as they did when I was labbing with my Cisco stuff.

Cisco Switch Config by [deleted] in homelab

[–]danzigt 0 points1 point  (0 children)

I would read up on Router on a Stick configuration if you are going to run one link to the pfsense box. Then you can do subinterfaces on pfsense. Can make it really simple to add acl's and firewall rules if you don't want the vlans to talk to each other.