Regarding IE, and Windows stuff, I have no idea. Regarding Linux, assuming you use a single laptop, you could do one of the following: 1) As Alon suggested, use IPTables to reroute your requests to the correct server (you could just run the correct script each time to resetup your IPTables, and fix the correct routes and stuff) 2) Use if-plugd to do some specific task - You could aquire IP address (assuming it's DHCP in both cases) and by parsing it, know which network you are on. If you're on network A, you copy to the right place the right configuration file (example: /home/$USER/.mozilla/.... ) which fits the right setup.
Ez. On Thursday 08 January 2004 21:05, Erez Doron wrote: > hi > > i am working from both home and work, > i need different configurations for both - > different proxy, different smtp server and some other stuff as well > i am using both windows and linux. and have cygwin installed. > > i thought of a way to run a script when i get an ip, and the script will > configure all i need. > > so i am looking for a way to configure the outgoing mail server (mozilla > mail - both linux and windows) from a script ( e.g. comman line) > also configuring proxy for mozilla (linux/windows) and IE from script. > > any idea ? > > erez. > > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
