LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 07-16-2006, 04:48 PM   #1
derecks
LQ Newbie
 
Registered: Jul 2006
Distribution: Debian "Sarge"
Posts: 4

Rep: Reputation: 0
Unhappy YAHOO VOICE with IPTABLES and Transparant Proxy


Hello:
i newly installed linux on a server to try it i have the following IPTABLES Script:
Code:
#!/bin/sh

PATH=/usr/sbin:/sbin:/bin:/usr/bin

start(){
	iptables -A INPUT -i lo -j ACCEPT
	iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
	iptables -A INPUT -m state --state NEW -i ! eth1 -j ACCEPT
	iptables -A FORWARD -i eth0 -o eth1 -m state --state ESTABLISHED,RELATED -j ACCEPT
	iptables -A FORWARD -i eth1 -o eth0 -j ACCEPT
	iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
	iptables -A FORWARD -i eth1 -o eth1 -j REJECT
	iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port 8080	
	echo 1 > /proc/sys/net/ipv4/ip_forward
	}
stop(){
	iptables -P FORWARD DROP
	iptables -F
	iptables -t nat -F
	iptables -t mangle -F
	iptables -X
	}


case "$1" in
    start)
        echo -n "Starting Firewall: "
        start
        echo "Firewall."
        ;;
    stop)
        echo -n "Stopping Firewall: "
        stop
        ;;
    
    restart)
        echo -n "Restarting Firewall: "
        stop
        start
        echo "firewall."
        ;;
    *)
        echo "Usage: /etc/init.d/firewall {start|stop|restart}"
        exit 3
        ;;
esac

exit 0
the problem is i need to allow YAHOO messenger with voice to be able to do the VOICE CHAT or "CALL" but i still need the transparant proxy server " i have squid"
PLEASE HELP!
 
Old 07-20-2006, 08:34 AM   #2
derecks
LQ Newbie
 
Registered: Jul 2006
Distribution: Debian "Sarge"
Posts: 4

Original Poster
Rep: Reputation: 0
is there a chance that someone would answer please?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Yahoo messenger voice conversation wael_nasreddine Debian 5 02-17-2006 02:25 PM
Voice Chat in Yahoo? redshadow Linux - Software 4 02-16-2006 12:44 PM
yahoo voice chat motorcycle Linux - Newbie 9 02-16-2006 12:43 PM
IPcop - yahoo voice nglbrkr Linux - Security 5 01-26-2006 02:17 AM
yahoo chat with voice shahriars Linux - Security 3 06-02-2003 04:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration