1

On my server I have 2 static IP addresses. I would like to set Firefox to use one IP address exclusively. Does anyone have any good ideas on achieving this?

2 Answers2

1

Firefox does not support explicitly binding it to a certain IP address. It uses the address selection mechanisms (for source address and destination address) provided by the operating system. Depending on your platform there are ways to change that, but you'll change it for the whole OS, not just Firefox.

Linux based systems use /etc/gai.conf for the destination address selection. Setting a fixed source address can be done in the routing table. Take a look at the ip route add ... via ... src ... command syntax.

0

The solution to your problem is available here. This is what you needed http://old.r1ch.net/stuff/forcebindip/