<div dir="ltr"><div>Hi All,</div><div><br></div><div>Thanks again for all of your help and time.</div><div><br></div><div>I haven't had a chance to stop Docker service and see what will happen. I am HOPING I will have the time tonight to fix this. <br></div><div><br></div><div>Yes, the bottom line is I can access to the world, but the two machines can't ping one to another.</div><div>I found this out when I was trying to exercise scp and rsync commands. <br></div><div><br></div><div>When I had 2 desktops connected to the router(the same one as of today), I had no problem exercising ftp and scp with one to another. <br></div><div><br></div><div>Now I am assuming those "virtual bridges" created by default have nothing to do with this issue?</div><div>So the exercises that I am planning on doing later is setup DHCP server on the desktop, and stop Docker service on these two and see what happens.</div><div><br></div><div>Again, thank you for your time, and those suggestions/comments</div><div><br></div><div>-Denny</div><div><br></div><div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 29, 2020 at 8:56 AM Ruben Safir <<a href="mailto:ruben@mrbrklyn.com">ruben@mrbrklyn.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed, Jul 29, 2020 at 08:07:51AM -0700, Michael Paoli wrote:<br>
> So, what about the ARP table and /etc/ethers - if that's present?<br>
> What are the Ethernet MAC addresses associated with each IP<br>
> in question, and are each making it into the ARP table of<br>
> the other - if they're on same subnet ... (or in /etc/ethers).<br>
> What does the routing, subnets, masks, etc. for each look like?<br>
> And gateways/routers?<br>
<br>
<br>
IMO your making this two complicated without reason.  He doesn't need<br>
top confirm the arp tables, and the ethernet mac addresses.  This is not<br>
a demonstration of networking principles for a networking class.<br>
<br>
He has two machines and he just needs to see if they can ping each<br>
other, and there is a wifi gateway in between.<br>
<br>
<br>
> What about sniffing of traffic, most notably relevant ARP<br>
> related traffic and ICMP traffic - what does that<br>
> show?  Is traffic making it in/out the correct interfaces<br>
> and to correct target(s)?  What about firewall(s) on<br>
> host(s) and/or along the way?<br>
> <br>
> What else can/can't these hosts get to - and especially<br>
> on the same subnet?  What else can/can't they ping?<br>
> <br>
> $ dig -x 75.75.75.75 +short<br>
> <a href="http://cdns01.comcast.net" rel="noreferrer" target="_blank">cdns01.comcast.net</a>.<br>
> $ dig -x 75.75.76.76 +short<br>
> <a href="http://cdns02.comcast.net" rel="noreferrer" target="_blank">cdns02.comcast.net</a>.<br>
> $<br>
> <br>
> This looks likely to be some home/office Comcast ISP setup.<br>
> What's between the hosts?  Is it some Comcast<br>
> home/business "router"(/firewall/NAT/SNAt/...) device?<br>
> Is it firewalling the hosts from each other?<br>
> If the hosts are on same subnet, what if one connects them direct<br>
> with a crossover cable, or via just a switch with no firewall on it?<br>
> <br>
> >From: "Rick Moen" <<a href="mailto:rick@linuxmafia.com" target="_blank">rick@linuxmafia.com</a>><br>
> >Subject: [conspire] (forw) Re:  Federales in Portland?<br>
> >Date: Tue, 28 Jul 2020 13:57:57 -0700<br>
> <br>
> >I'm assuming Denny meant to send this request for help to the public<br>
> >forum, rather than to me privately.<br>
> ><br>
> >----- Forwarded message from Denny Yang <<a href="mailto:yangcdenny@gmail.com" target="_blank">yangcdenny@gmail.com</a>> -----<br>
> ><br>
> >Date: Tue, 28 Jul 2020 13:34:43 -0700<br>
> >From: Denny Yang <<a href="mailto:yangcdenny@gmail.com" target="_blank">yangcdenny@gmail.com</a>><br>
> >To: Rick Moen <<a href="mailto:rick@linuxmafia.com" target="_blank">rick@linuxmafia.com</a>><br>
> >Subject: Re: [conspire] Federales in Portland?<br>
> ><br>
> > Hi Rick,<br>
> ><br>
> >I hope this email finds you well.<br>
> ><br>
> >Right now my desktop and my laptop can't ping one to another.<br>
> ><br>
> >Here are the settings that I have so far for each machine.  The desktop is<br>
> >connected to the router, and the laptop is using WIFI.<br>
> ><br>
> >*DESKTOP:*<br>
> ><br>
> >*#ip addr show *<br>
> >$enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP<br>
> >group default qlen 1000<br>
> >    link/ether 8c:ec:4b:45:35:4c brd ff:ff:ff:ff:ff:ff<br>
> >    inet <a href="http://192.168.1.2/24" rel="noreferrer" target="_blank">192.168.1.2/24</a> brd 192.168.1.255 scope global dynamic<br>
> >noprefixroute enp2s0<br>
> ><br>
> >#systemctl status NetworkManager.service = active/running, no error messages<br>
> ><br>
> >*#netstat -rn*<br>
> >Kernel IP routing table<br>
> >Destination     Gateway         Genmask         Flags   MSS Window  irtt<br>
> >Iface<br>
> >0.0.0.0         192.168.1.1     0.0.0.0         UG        0 0          0<br>
> >enp2s0<br>
> >172.17.0.0      0.0.0.0         255.255.0.0     U         0 0          0<br>
> >docker0<br>
> >192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0<br>
> >enp2s0<br>
> >192.168.122.0   0.0.0.0         255.255.255.0   U         0 0          0<br>
> >virbr0<br>
> ><br>
> >*#/etc/resolv.conf*<br>
> ># Generated by NetworkManager<br>
> >nameserver 192.168.1.1<br>
> ><br>
> >*# firewall-cmd --zone=public --list-services*<br>
> >cockpit dhcpv6-client ftp ssh<br>
> ><br>
> >*# firewall-cmd --zone=public --list-ports*<br>
> >514/tcp<br>
> ><br>
> >*LAPTOP: *<br>
> ><br>
> >*ip addr show*<br>
> >wlp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP<br>
> >group default qlen 1000<br>
> >    link/ether 7c:67:a2:13:3c:a1 brd ff:ff:ff:ff:ff:ff<br>
> >    inet <a href="http://10.232.185.182/14" rel="noreferrer" target="_blank">10.232.185.182/14</a> brd 10.235.255.255 scope global dynamic<br>
> >noprefixroute wlp1s0<br>
> ><br>
> >#systemctl status NetworkManager.service = active/running, no error messages<br>
> ><br>
> >*# netstat -rn*<br>
> >Kernel IP routing table<br>
> >Destination     Gateway         Genmask         Flags   MSS Window  irtt<br>
> >Iface<br>
> >0.0.0.0         10.232.0.1      0.0.0.0         UG        0 0          0<br>
> >wlp1s0<br>
> >10.232.0.0      0.0.0.0         255.252.0.0     U         0 0          0<br>
> >wlp1s0<br>
> >172.17.0.0      0.0.0.0         255.255.0.0     U         0 0          0<br>
> >docker0<br>
> >192.168.122.0   0.0.0.0         255.255.255.0   U         0 0          0<br>
> >virbr0<br>
> ><br>
> >*#/etc/resolv.conf*<br>
> >Generated by NetworkManager<br>
> >nameserver 75.75.75.75<br>
> >nameserver 75.75.76.76<br>
> >nameserver 2001:558:feed::1<br>
> ># NOTE: the libc resolver may not support more than 3 nameservers.<br>
> ># The nameservers listed below may not be recognized.<br>
> >nameserver 2001:558:feed::2<br>
> ><br>
> >*# firewall-cmd --zone=public --list-services*<br>
> >cockpit dhcpv6-client ftp ssh<br>
> ><br>
> >*# firewall-cmd --zone=public --list-ports*<br>
> >515/tcp 514/tcp<br>
> ><br>
> >Again, I apologize for this lengthy email.  It's driving me nuts now why<br>
> >these two machines can't communicate with each other.<br>
> >I have a feeling that this has to do with the laptop IP <a href="http://10.net" rel="noreferrer" target="_blank">10.net</a>.  But still<br>
> >don't know where the problem is.<br>
> <br>
> <br>
> _______________________________________________<br>
> conspire mailing list<br>
> <a href="mailto:conspire@linuxmafia.com" target="_blank">conspire@linuxmafia.com</a><br>
> <a href="http://linuxmafia.com/mailman/listinfo/conspire" rel="noreferrer" target="_blank">http://linuxmafia.com/mailman/listinfo/conspire</a><br>
<br>
-- <br>
So many immigrant groups have swept through our town<br>
that Brooklyn, like Atlantis, reaches mythological<br>
proportions in the mind of the world - RI Safir 1998<br>
<a href="http://www.mrbrklyn.com" rel="noreferrer" target="_blank">http://www.mrbrklyn.com</a> <br>
<br>
DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002<br>
<a href="http://www.nylxs.com" rel="noreferrer" target="_blank">http://www.nylxs.com</a> - Leadership Development in Free Software<br>
<a href="http://www2.mrbrklyn.com/resources" rel="noreferrer" target="_blank">http://www2.mrbrklyn.com/resources</a> - Unpublished Archive <br>
<a href="http://www.coinhangout.com" rel="noreferrer" target="_blank">http://www.coinhangout.com</a> - coins!<br>
<a href="http://www.brooklyn-living.com" rel="noreferrer" target="_blank">http://www.brooklyn-living.com</a> <br>
<br>
Being so tracked is for FARM ANIMALS and extermination camps, <br>
but incompatible with living as a free human being. -RI Safir 2013<br>
<br>
<br>
_______________________________________________<br>
conspire mailing list<br>
<a href="mailto:conspire@linuxmafia.com" target="_blank">conspire@linuxmafia.com</a><br>
<a href="http://linuxmafia.com/mailman/listinfo/conspire" rel="noreferrer" target="_blank">http://linuxmafia.com/mailman/listinfo/conspire</a><br>
</blockquote></div>