Hi guys, first post in this section for me...it may not be in the appropriate section, but I figured that terminal is sort of programming, and the terminal is a bit too specific for people in the OS
Anyway basically what i was hoping is if you could tell me how to (or spend 30 seconds actually making) a shell script (or maybe applescript) that i can run at startup to achieve the following
sudo killall natd
sudo natd -interface en1 \
-redirect_port tcp 192.168.2.10:3074 3074 \
-redirect_port udp 192.168.2.10:88 88 \
-redirect_port udp 192.168.2.10:3074 3074
Any help would be greatfully recieved!
Alex.
Anyway basically what i was hoping is if you could tell me how to (or spend 30 seconds actually making) a shell script (or maybe applescript) that i can run at startup to achieve the following
sudo killall natd
sudo natd -interface en1 \
-redirect_port tcp 192.168.2.10:3074 3074 \
-redirect_port udp 192.168.2.10:88 88 \
-redirect_port udp 192.168.2.10:3074 3074
Any help would be greatfully recieved!
Alex.