@johnpoz:
if its physical hardware it would use that mac on that interface, unless you went in and changed it or did some sort of clone in pfsense. If its running on virtual then it could create new virtual mac if you did something in the setup, etc.
Yes, it is physical hardware, so that is good.
@johnpoz:
So see a 2 second sniff on the wan in pfsense would of told you that traffic wasn't get there, and looking to validate your wan was the IP you thought it was suppose to be is another valid check ;)
Knowing it isn't there and being actually able to see it are two different things. There is a lot of information and I'm brand new to pfsense, so actually finding it, was difficult. New tools are the hardest to use.
@johnpoz:
Glad you got it sorted. It tried firing up that software this morning and couldn't figure out how to get the debugger tester you showed running.
Yea, welcome to the hardest to setup software in the world! It is better now than a few years ago, but I've setup at least 100 accounts in PHPed and I still use a cheat sheet. Once you get the account setup, then there is also a component that must be installed into PHP on the web server and php.ini needs to be updated with the ports and IP of the users. Its rather a pain to setup. Once setup, it is amazing. I can't live without it. The ability to step line by line through a PHP program is very helpful when there is a strange bug. Plus the code prefill and highlighting are very helpful. For example, if you create a variable called $rec_num, next time you type $rec it prefills $rec_num. That really cuts down on typos.