Need network advice

Chuck Kuecker ckuecker at ckent.org
Fri Jun 25 15:00:40 UTC 2010


Chan Chung Hang Christopher wrote:
>> iptables output pasted...
>>     
>
> Link please.
>   

Sorry - never used pastebin before. It's at pastebin.ubuntu.com/454999

>   
>>>   
>>>       
>>>> Ultimately, I want the local DNS server to steer HTTP traffic for the 
>>>> development system to its' internal IP, while HTTP traffic to my regular 
>>>> web site goes to the main web server on the Ubuntu box at 192.168.0.200, 
>>>> so my customer could access and interact with the development system. 
>>>>     
>>>>         
>>> Ugh...it would be so much easier with djbdns' tinydns...
>>>       
>> Interesting. I did not realize bind was a security mess. I will look at 
>> switching over. Got to be cautious - if I screw up my DNS, I might lose 
>> my email, and that would not be good.
>>     
>
> :-D. Same when you do your views in BIND. Please accept my apologies for 
> the FUD mongering.
>
>
>   
>>
>> ??? Googling 'Ubuntu views' turns up a slew of stuff. Do you have a link?
>>     
>
> You want 'BIND views'/
>   
OK.
>> The ultimate goal is for my customer to be able to access the web server 
>> in the device from the Internet. He's going to do the web page 
>> development while I work on the controlling code in the thing.
>> C coding is my skill - web page development is definitely NOT.
>>     
>
>
> Hahaha. I can do a bit of both...messes your mind up I tell you.
>
> So what kind of access do you want your client to have to the device? 
> ssh? It can be just as simple as redirecting a specific port to the 
> device in the router as was suggested already by Patrick. Although that 
> would make things tricky if your client is to create/dynamically create 
> normal urls for testing...you'd probably need a rewriting proxy in front 
> of the device or something.
>
>   

Basically, he is going to write the web interface for a remotely 
controlled device, so he needs to be able to access the device's Apache 
server to see what he is doing. He won't need ssh - he will just email 
me the HTTP and CGI files, and I will build them into the flash 
filesystem on the device. He's just going to be testing the interface.

If I redirect port 8080 to the device's port 80, anyone accessing the 
device has to specify port 8080 in their web browser, correct?

Chuck








More information about the ubuntu-users mailing list