Your IP address is: 3.14.249.188
To view your internal firewall status, use the netsh cmd line. These are operating system dependent.
XP Pro/2003 Server:
At a Windows cmd prompt type:
netsh firewall show state
Win 11/Win10/Win 8/Win 7/2008 Server/Vista:
At an elevated Windows cmd prompt type:
netsh advfirewall show allprofiles
For the operating systems above, you can turn on/off public and private works either all at once or separately (you must run CMD as administrator):
netsh advfirewall set allprofiles state on
netsh advfirewall set publicprofile state on
netsh advfirewall set privateprofile state on
Change "on" to "off" to disable in the examples above.