/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! */ So the problem I am having is... I have a web cam that I am trying to get it to work on my of the clients connected to the linux server running IP masquerading. this is the HTML.. <div align="center"> <applet code="JavaCamPush.class" codebase="applet/" archive="JavaCamPush.jar" width="160" height="120"> <param name="URL" value="http://<my ip address>:8888"> <param name="cabbase" value="JavaCamPush.cab"> </applet> </div> it loads the java applet just fine.. but when it tries to connect to that IP address (my IP address) it will not. says can not establish connection. any Ideas? do I need another ip_masq installed or something.. If anyone has any IDEAS please let me know. the following are all the IP Chains I have installed an running.. (I installed all I had to see if that would work.. NOPE). :-) echo "Inserting chain mods..." /sbin/depmod -a /sbin/modprobe /lib/modules/2.2.9/ipv4/ip_masq_ftp.o /sbin/modprobe /lib/modules/2.2.9/ipv4/ip_masq_raudio.o /sbin/modprobe /lib/modules/2.2.9/ipv4/ip_masq_irc.o /sbin/modprobe /lib/modules/2.2.9/ipv4/ip_masq_user.o /sbin/modprobe /lib/modules/2.2.9/ipv4/ip_masq_vdolive.o /sbin/modprobe /lib/modules/2.2.9/ipv4/ip_masq_cuseeme.o /sbin/modprobe /lib/modules/2.2.9/ipv4/ip_masq_quake.o Thanks Adam _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
