Hi,
I am having a situation where I do not have DNS server (the person who has that is not me) for a few websites which are running on a reverse proxy.
I recently after having a long trouble shooting hours found that my proxy pass entries look as follows
Code:
ProxyPass /app1 http://192.168.1.3:8080/app1
ProxyPass / http://192.168.1.3
ProxyPassReverse /app1 http://192.16
Having issue configuring BIND, I've registered a domain at namecheap and created NS names e.g.
I'm trying to configure configure BIND for use on my local Debian machine, which I will use as a development and testing environment.
First of all, I'm using Debian 6.x [Squeeze] and BIND 9.
Hi,
I'm sure this is a simple problem, but I don't know how to sort it out. I have a HTC Desire S registered in Ireland. I've travelled to the UK and gone into wifi zones. I can see the wifi bars appearing on the top of the screen after I enter the password, but I can't receive emails or access facebook.
I am doing web development and host the local versions of sites on my machine. I have Linux Slackware 14.0 with BIND 9.9.1-P3. In my named.conf I have this:
zone "localhost" IN {
type master;
file "caching-example/localhost.zone";
allow-update { none; };
};
In localhost.zone:
$TTL 86400
$ORIGIN localhost.
@ 1D IN SOA @ root (
56 ; serial (d.
I have a drupal app and 2 other app written in php, i want use a rewrite uri for drupal and place drupal in virtual root / and the other by their names ...
I am try to create a reverse-lookup file in BIND, but I need it to point to many networks not just one.
I have three networks that connected to the same bind server, 192.168.3 and 192.168.4 and 192.168.1.
Developing a multiplayer game for Android and using the AIR SocketServer class to communicate between server and client AIR applications.
On Windows 8 I am using Virtual Router Plus to set up my PC laptop(where the server app is running) as a wifi hotspot.
I run ipconfig in cmd after my wifi is running to grab the ipv4 IP address under 'Wireless LAN adapter Local Area Connection'
I assume this
Hi I think this is a simple issue, I'd like to forward only to certain IPs in the LAN network, for example I have 2 acl lists:
acl "office1" {
192.168.1.15; // With internet access
};
acl "production" {
192.168.1.101; // No internet access
};
I know that there probably should be more efficient ways to restrict internet access, but at the moment this is what I'd like to try.Here's what