When i try to access the documents in SP2013 from Extranet it returns page not found. However when i am on the network it works fine. I am able to open documents in OWA. I need some guidance on how to do it.
SP2013 Farm (extranet)
OWA Farm (Extranet in DMZ) with valid certs and DNS entries.
Internal URL : owa.contoso.prod.net
External: owa.fabrikam.com
Here are the commands I have run to setup the binding
New-SPWopiBinding -servername "owa.contoso.prod.net"
Get-spwopizone ---> it returns "internal-https" --> so this makes it work while I am on the network and try to open a document in SharePoint. It opens in OWA.
For extranet I ran " Set-SPWOPIZone -zone "external-https"
After running this command, nothing works. I am not able to render docs while on network or from extranet.
What Am I doing wrong?
I will really appreciate any help.