icom, IC756PRO, IC-756PRO, IC756PROII, IC-756PROII, R9000, R-9000, IC706MKII, IC-706MkII, IC706MKIIG, IC-706MkIIG, receiver, transceiver, scanner, remote, control, transciever, reciever, pocketpc, windows ce, communications, ham radio, amateur radio, IC756PRO2, CAT, HF rigs, Software

Linux Notes

 

1.) Use the following ipchains and ipmasqadm commands to bore a hole in your Linux server for Overlapped and Speak Freely where xxx.xxx.xxx.xxx is your ip to the outside world and yyy.yyy.yyy is the internal ip where Overlapped and Speakfreely servers are located:

ipchains -I forward -p tcp -s yyy.yyy.yyy.0/24 8888 -j MASQ
ipchains -I forward -p udp -s yyy.yyy.yyy.0/24 8888 -j MASQ
/usr/sbin/ipmasqadm portfw -f
/usr/sbin/ipmasqadm portfw -a -P tcp -L xxx.xxx.xxx.xxx 8888 -R yyy.yyy.yyy.yyy 8888
/usr/sbin/ipmasqadm portfw -a -P udp -L xxx.xxx.xxx.xxx 8888 -R yyy.yyy.yyy.yyy 8888
/usr/sbin/ipmasqadm portfw -a -P tcp -L xxx.xxx.xxx.xxx 2074 -R yyy.yyy.yyy.yyy 2074
/usr/sbin/ipmasqadm portfw -a -P udp -L xxx.xxx.xxx.xxx 2074 -R yyy.yyy.yyy.yyy 2074
/usr/sbin/ipmasqadm portfw -a -P udp -L xxx.xxx.xxx.xxx 2075 -R yyy.yyy.yyy.yyy 2075

This may be exceesive and dangerous, but I'll sort it out later.

 

BACK