@viragomann:
@Damned:
@viragomann:
On which interface is this taken? At pfSense2 take a packet capture on WAN interface.
pfSense 1 is the upstream gateway on pfSense 2 or is there another way to the internet?
This is from pfsense2 (192.168.30.105) on WAN interface with filter for host address: 192.168.50.100
I think pfsense is upstream gateway of pfsense2 yes. I'm not familiar with the term
So you should also see this if you take a packet capture at pfSense 1 on DMZ and OpenVPN, right?
Yes I should. The capture is from the WAN-side of pfSense2
It has interfaces:
WAN manual 192.168.30.105
LAN manual 192.168.40.1
OPT1 manual 192.168.50.1
And pfsense1 looks like:
WAN 1000baseT <full-duplex>192.168.1.2
LAN 100baseTX <full-duplex>192.168.20.1
OPT1 1000baseT <full-duplex,flowcontrol,rxpause,txpause>192.168.30.1</full-duplex,flowcontrol,rxpause,txpause></full-duplex></full-duplex>
EDIT:
Packet capture looks exactly the same when running on pfSense#1 (192.168.30.1) for OpenVPN interface
EDIT#2:
I'm starting to believe it is either a pfSense2 issue, or a XenServer issue.
In XenServer I've simply created 2 VLANs, 1 and 2.
My previous statement that the VMs under pfsense2 have internet access only seems to be half truth.
Pinging works fine. I get decent latency I think ~10ms to hosts in my country, ~150ms for pfsense.org with no package loss.
Tried accessing a host over ssh. I can see in the host's auth.log that I'm trying to connect. Then my ssh-client on my PC just disconnects. Something about a socket, afraid I can't remember the exact message
However when I tried a wget, it got stuck on waiting for HTTP response. I had to cancel it.
Tried a netinstall of debian - it took forever. Eventually it said it could not reach the mirror.
Went ahead and did a netinstall on the same network as the XenServer host (pfSense1) - no issues at all. wget works fine, getting 27MB/s.
Guess I'll have to search around for XenServer VLAN performance a bit…
EDIT#3:
Well this looks like it!
https://forum.pfsense.org/index.php?topic=85797.0
I'll give it a try next time i can.