← Back to team overview

launchpad-dev team mailing list archive

Re: Venutian development.

 

On Wednesday 02 December 2009 21:53:13 Karl Fogel wrote:
> Maris Fogels <maris.fogels@xxxxxxxxxxxxx> writes:
> > Here is the full text:
> 
> Thank you, Maris!
> 
> So there's no way to do it for just *.launchpad.net?  (Hmm, makes me
> want to write a browser plugin... :-) )

You could create a virtual network device (eth0:1 for example) and set your 
routing table to favour that device for *.launchpad.net

For example, in my server I have an entry in /etc/network/interfaces that 
looks like this:

{{{
iface eth0:1 inet static
        address 192.168.1.5
        netmask 255.255.0.0
        broadcast 192.168.255.255
}}}

I'm sure you can figure the rest out :)



References