VMware Workstation VMs Web Traffic Being Blocked
-
@dfinjr said in VMware Workstation VMs Web Traffic Being Blocked:
Think I finally got a good capture. I've added it to the forum.
Here I am, sorry but we're on European time, UTC - so I had to leave yesterday...
let's try a simple thing to check for possible problems with the hypervisor
please install a VirtualBox if you can, see what happens with that
by the way, yesterday I brought up the problem of to my vexpert forum friends, we'll see, maybe we'll get there...(?)
-
@daddygo
Thanks for bringing it up with your vexpert contacts. I can likely setup a downstream device in the same area of the network and put virtual box on it and see what it does. I'll let you know what I get. -
So I went and did a bigger test and I'm sold on the idea that the Cisco ASA was doing something to the packets to make them flow. I decided to try another router (TPLink ER605) just to see how it behaved with the VMS. Not exactly the same but very very close to the same results. Interestingly enough, the tplink was able to do sites such as netgate.com and speedtest.net (which it was able to execute the speedtest.net speedtest) but the .202 client is still failing to fully load some sites such as pfsense.org and gmail.
So the ASA had to be doing something to make it so the packets would survive because 2 other firewalls aren't doing whatever that ASA is doing to make it behave normally...
I'm going to hook back up the ASA and dig into anything I see there that would stand out as anything that might be doing this as nothing comes to mind.
It did prove to me though that the ASA was doing something special to the traffic and that the vmware vm traffic routing is definitely not playing a regular game with the packets in one form or another. My current best guess is that the packets were arriving to the VMware VMS/hosting system in such a way that it was able to pass the traffic already modified from the ASA through the VMWare logical networking.... Just gotta figure out what that is!
Color me confused but feeling like we're finally on the right track.
-
just keeping everyone up to speed. No idea why this would make a lick of difference but I hard set the MTU on the labsystems interface to 1500 MTU and now speedtest.net will load and run to full expectation. Now just gotta finish sorting out the last few sites. Heading the right direction.
-
I went line by line on the Cisco ASA config and found nothing that would be special by any means. I'll start looking at the analysis difference between the two sets of captures.
-
@dfinjr said in VMware Workstation VMs Web Traffic Being Blocked:
but I hard set the MTU on the labsystems interface to 1500 MTU
what is this labsystems exactly - there is nothing labeled that in your drawing.
-
@dfinjr said in VMware Workstation VMs Web Traffic Being Blocked:
just keeping everyone up to speed.
What I recently got a warning from a "vexpert" line that there are problems with the I219-V Intel stuff in virtualization environments from the beginning, problems all over the place....
these are only somewhat mitigated by the Fling community driver, it may be related(?)
https://flings.vmware.com/community-networking-driver-for-esxi/
https://www.virten.net/2017/02/heads-up-esxi-not-working-on-7th-gen-kaby-lake-intel-nuc/same is the case for some Linux flavours with this Intel
maybe there is something in this -
@johnpoz
Labsystems is the vlan where my VMs live. 172.16.0.0/24. Connects from PFsense to the TPlink switch to the vm hosting system and the rpi. -
@johnpoz said in VMware Workstation VMs Web Traffic Being Blocked:
what is this labsystems exactly
supposed to be port 4 of SG2100
-
@dfinjr said in VMware Workstation VMs Web Traffic Being Blocked:
Labsystems is the vlan where my VMs live. 172.16.0.0/24
And where did you set the mtu exactly - on what? What was it that it wasn't the standard and you had to "hard code" it?
-
It only somewhat helped. Afterward I could get speedtest.net to render.
-
@dfinjr and if you ssh to your pfsense and do a ifconfig - what are all the mtu for all the intefaces showing?
Looking at your ciscoasa pcap - the frame sizes are sill OFF.. 1434 and 1380?
-
@johnpoz
doesn't look like this output shows the MTU:
is there another command I can run in order to give you what you're after?
Yeah I bet the frame sizes were still off. No idea how the ASA was compensating for it.
-
@dfinjr that is not an ifconfig command
from the main pfsense menu, do 8 and then run the command
-
-
rather so, enter the shell (8)
-
@daddygo
my bad!
-
this looks good....
we're not moving forward, we're stuck in one place, I can think of two things:- do you have a good quality USB NIC in your hands?
- VirtualBox temp install
-
@daddygo
I agree. breaking out another system with mint/virtual box on it to test. stand by for a sec and let me build something up. -
@johnpoz said in VMware Workstation VMs Web Traffic Being Blocked:
Looking at your ciscoasa pcap - the frame sizes are sill OFF.. 1434 and 1380?
Yeah, interesting. Something is restricting the MTU there.
Also interesting is that the pcap on the VM host sees the traffic both ways with the Cisco in there.
Steve