I spoke to tech support again today. They told me to create the following NAT rules on my router which I did through telnet. Made fuck all difference. lol
Code:
create ipf rule entry ruleid 701 ifname public dir in act accept transprot eq tcp destport eq num 25 seclevel high medium low
create nat rule entry ruleid 701 rdr prot tcp lcladdrfrom 192.168.1.3 lcladdrto 192.168.1.3 destportfrom num 25 destportto num 25
create ipf rule entry ruleid 702 ifname public dir in act accept transprot eq tcp destport eq num 80 seclevel high medium low
create nat rule entry ruleid 702 rdr prot tcp lcladdrfrom 192.168.1.3 lcladdrto 192.168.1.3 destportfrom num 80 destportto num 80
create ipf rule entry ruleid 703 ifname public dir in act accept transprot eq tcp destport eq num 110 seclevel high medium low
create nat rule entry ruleid 703 rdr prot tcp lcladdrfrom 192.168.1.3 lcladdrto 192.168.1.3 destportfrom num 110 destportto num 110
create ipf rule entry ruleid 704 ifname public dir in act accept transprot eq tcp destport eq num 443 seclevel high medium low
create nat rule entry ruleid 704 rdr prot tcp lcladdrfrom 192.168.1.3 lcladdrto 192.168.1.3 destportfrom num 443 destportto num 443
create ipf rule entry ruleid 705 ifname public dir in act accept transprot eq tcp destport range 50000 65535 seclevel high medium low
create nat rule entry ruleid 705 rdr prot tcp lcladdrfrom 192.168.1.3 lcladdrto 192.168.1.3 destportfrom num 50000 destportto num 65535
create ipf rule entry ruleid 706 ifname public dir in act accept transprot eq udp destport range 50000 65535 seclevel high medium low
create nat rule entry ruleid 706 rdr prot udp lcladdrfrom 192.168.1.3 lcladdrto 192.168.1.3 destportfrom num 50000 destportto num 65535