Reaching a internal server behind monowall [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
We're using M0n0wall as firewall/NAT, now we have the following situation:
Server A:
192.168.1.100
running Apache on :80, external IP: 1.2.3.4:10080
2 vhosts based on subdomain
app-test-01.domain.com
app-test-02.domain.com
Server B
192.168.1.101
running Apache on :80, external IP: 1.2.3.4:11080
2 vhosts based on subdomain
app-prod-01.domain.com
app-prod-02.domain.com
Now, when I want to have Server B connect to app-test-01.domain.com:10080 but I get a connection refused. Is there anything I can do to allow it anyway, without using their internal IP-addresses ?

I haven't ever used M0n0wall, but I think that the M0n0wall Handbook could be helpful:
http://doc.m0n0.ch/handbook/
Hope this helps,
SnoopyBBT

Related

Squid proxy server with multiple IP automatically changes the outgoing address [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have a squid proxy server with 10 public IP addresses, I am using it precisely for the purpose of outgoing address. I want this multiple IP addresses to be randomly elected and changed every 2 minutes when the requests go out of the server. is that possible? how to do it in a server side, and what exactly we need to do in the client side?
Regards

Apache server not going online on ubuntu [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I have done all steps to make my apache2 server to work online but failed to do . My isp has not blocked port 80 and i have also forwarded my routers port 80. Please help me .
Thanks in advance.
If your website is accessible in your LAN, the most probable issue is coming from your nat translation rule.
Also verify your local firewall on your webserver with :
sudo iptables -L

How to Change my DNS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Every time I browse internet one my computer in my network it connects to US DNS server. I changed my DNS server to google DNS and ISP DNS still it connects to US server how to change this
Flush your local DNS cache
On Windows: Start-Run cmd.exe
at the prompt, type:
ipconfig /flushdns
if that doesn't work...
Wait about an hour....sometimes it takes a while to propogate

Subdomain linked to a subdirectory? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I'm trying to set up my own cloud network and just got it to work the way I want it to, but I was hoping to linking it to a domain I own over at Godaddy. I want to use a subdomain for the cloud-thingy, but I don't want to link it to the ip alone. I'd rather link it to i.e "11.222.333.44/storage", instead of just "11.222.333.44" so I can still host a website at my domain's root
It seems like you need a Name-based Virtual Host, read the Apache docs.

Mail being sent to local domain instead of remote domain [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have a server which hosts mywebsite.com
If I try to send mail to info#mywebsite.com, the MTA is trying to send it to a local host (the mail is managed on a different server). How can I fix this?!
Its a linux server running qmail
Any more info needed please ask
Thanks!
Figured it out, the system has Plesk on it, needed to disable the mail service on the domain to stop it from sending to itself

Resources