I have a server, client and a virtual SRX between them. I'm trying to wgetwget a pdf file from server to client, but it gets stuck on "Http request sent. Awaiting response."Http request sent. Awaiting response. All traffic is meant to go out of the server/client into the srxSRX then to the server/client. I'm trying to figure out how to fix this and send/receive traffic.
Both the client and the server are running Ubuntu 14.04. I have changed the IP routes to facilitate the data transfer. I am able to ping but nothing more. I have noticed that I am unable to connect to the internet - pinging www.google.com:
ping www.google.com fails. I have also used "iptables -A INPUT -p tcp --dport 80 -j ACCEPT"
iptables -A INPUT -p tcp --dport 80 -j ACCEPT to ensure port 80 is open on both. To my knowledge this seems to be an issue because of the lack of internet connectivity. I am new to Ubuntu and IP routes/tables and suspect that my config is what is causing the issue.
The default gwgateway is 10.2.0.1 and the nameserversname servers are 10.2.0.11 and 10.2.0.12.
I expect to be able to transfer the file across without any errors. From client to server -, I'm unable to even connect. From server to client -, I'm stuck at awaiting response.
Output of 'ifconfig -a' on client and server of ifconfig -a on client and server