apache virtualhost to another IP address problem

Discussion in 'Server Operation' started by mnewbegin, Jun 15, 2007.

  1. mnewbegin

    mnewbegin New Member

    OK heres is the situation.

    I have an in house GeoVision security system, that is on ip

    192.168.0.135 //sercurity camera
    it has a dynamic dns service that directs it to

    companyname.dipmap.com


    **Here is the problem, when i type in the name for my security camera it is directed to 192.168.0.129, my webserver running apache.


    I need to find out if I can add a virtualhost that directs to a whole other IP address on my network, or some way to resolve correctly.

    I have control over what port is being used on the geovision system, but I want to keep it on port 80 because of firewall settings.


    any help would be very appreciated.



    I also have a huge problem resolving my domain name to my webserver within my inhouse network


    I need some way to run local dns that resolves external domain name to my local IP address.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You can forward one port to only one system, so if port 80 is forwarded to your web server, then you can't use it for your camera.

    Take a look here: http://www.howtoforge.com/two_in_one_dns_bind9_views
    http://www.howtoforge.com/linux_bind9_and_caching_nameserver
     

Share This Page