Your character strings need to have single quotes around them. I suspect that it is looking at the IP address as a number and getting confused by the multiple periods.
Try this:

INSERT INTO HOST (HOST, IP, COMPANY, APP, CONTACT, INSERTED)
VALUES ('HOUAPPS053', '34.224.101.214', 'MWK', 'IPMS', 'GSMET', '11-15-00');