Hi All,

I have several UNIX commands that needs to be run each time my Mac is started/restarted.

In terminal it looks like this:

su
Password: (Root password)
xxxx root# ipfw add 400 fwd 192.168.93.45,8080 tcp from any to 192.168.93.45 80

All this is to re-direct port 80 access to port 8080

Any ideas?


Regards,

Paul