I know it is not uncommon that Rails/ Ruby web servers generally only will 
work on 0.0.0.0:3000 (in development).  So that is what I run my dev server 
on and host is port 4567.  Yet if I try say, 127.0.01 , server will connect 
but I can't get the page.  

Ngnix works, but is only seeing what is on it's own ports, in other words, 
80 is guest, 8080 is host.  If I do a localhost:8080 Niginx will go to the 
correct files it's just doesn't respond to any other port, even with server 
set to _: in my conf file.

One thing maybe weird, nmap shows port 3000/tcp but says ppp is the 
service. 


On Wednesday, November 1, 2017 at 1:02:36 AM UTC-6, Peter Folk wrote:
>
> not sure, what exactly your problem is, but I have nginx just working fine 
> on Ubuntu 16.04 in Vagrant
>
> On Tue, Oct 31, 2017 at 12:00 PM, French Fry <samb...@gmail.com 
> <javascript:>> wrote:
>
>> Alright, maybe I'll need to up the scripts.
>>
>> For the iptables , all I can get is this:
>> vagrant@vagrant:~$ sudo iptables --list-rules
>> -P INPUT ACCEPT
>> -P FORWARD ACCEPT
>> -P OUTPUT ACCEPT
>> vagrant@vagrant:~$
>>
>> Re selinux. I tried 
>> getenforce and sestatus both return command not found 
>> There is a selinux conf file, only two lines un-commented 
>> module-store = direct
>> expand-check=0
>>
>> I don't believe I need VirtualHosts because I only have one site.
>>
>> Right now I have Niginx on guest 80, I can get the Nginx page at 8080
>> Web with Thin is running on 3000, can get at 4567.  Putting aside 
>> possible problems in my conf file or vagrantfile, - from the tcp side if 
>> they are both running on 127.0.0.1 should Niginx be able to see the app 
>> server?
>>
>> Thanks
>> FF
>>
>>
>>
>>
>>
>> On Tuesday, October 31, 2017 at 3:52:18 AM UTC-6, Alvaro Miranda Aguilera 
>> wrote:
>>>
>>> can you share a github repo of the Vagrantfile and the scripts?
>>>
>>> Can be se-linux can be iptables, can be listen, can be virtualhost, etc.
>>>
>>> so if you what you have, I can just vagrant up and test.
>>>
>>> alvaro.
>>>
>>> On Tue, Oct 31, 2017 at 1:32 AM, French Fry <samb...@gmail.com> wrote:
>>>
>>>> I've tried a number of configurations , i.e. forwarding ports (guest 
>>>> and host) as well as a private network.  Nginx listens on port 80.  The 
>>>> Nginx server can be seen if I have guest: 80 and host: 8080.   When I 
>>>> start 
>>>> up the web server it runs fine but Nginx seems to have no recognition of 
>>>> it.  Without the private network they are both on 0.0.0.0 or 127.0.0.1 (as 
>>>> 0.0.0.0 resolves too anyway) as defined in the etc/host. With the private 
>>>> network, same deal. 
>>>>
>>>> I'm trying to rule the possibility of something I might be doing wrong 
>>>> in Vagrant. Obviously I'm trying to do this via TCP , not sockets.  If 
>>>> anyone knows ANYTHING to try I'd be happy to hear. 
>>>>
>>>> Thanks
>>>> FF
>>>>
>>>> -- 
>>>> This mailing list is governed under the HashiCorp Community Guidelines 
>>>> - https://www.hashicorp.com/community-guidelines.html. Behavior in 
>>>> violation of those guidelines may result in your removal from this mailing 
>>>> list.
>>>>  
>>>> GitHub Issues: https://github.com/mitchellh/vagrant/issues
>>>> IRC: #vagrant on Freenode
>>>> --- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "Vagrant" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to vagrant-up+...@googlegroups.com.
>>>> To view this discussion on the web visit 
>>>> https://groups.google.com/d/msgid/vagrant-up/e4be3198-eb93-4067-9ab4-fe6529135c64%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/vagrant-up/e4be3198-eb93-4067-9ab4-fe6529135c64%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>>
>>> -- 
>>> Alvaro
>>>
>>> -- 
>> This mailing list is governed under the HashiCorp Community Guidelines - 
>> https://www.hashicorp.com/community-guidelines.html. Behavior in 
>> violation of those guidelines may result in your removal from this mailing 
>> list.
>>  
>> GitHub Issues: https://github.com/mitchellh/vagrant/issues
>> IRC: #vagrant on Freenode
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Vagrant" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to vagrant-up+...@googlegroups.com <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/vagrant-up/9448d48e-b71b-4aa7-a39d-2f85f382135b%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/vagrant-up/9448d48e-b71b-4aa7-a39d-2f85f382135b%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/80a72ce2-dce5-4daa-9d8d-ba2c05022794%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to