Hello,
Hi all,
My kids want to use Napster. They're on a Win98 box which is connected to the internet through a SuSE7.0 system with ISDN. The Suse box runs squid and dns and does masquerading only with this script
#! /bin/bash echo "Starting Internet Gateway" echo 1 /proc/sys/net/ipv4/ip_forward
This line should be: echo 1 > /proc/sys/net/ipv4/ip_forward otherwise, you'll see a "1" appearing on screen without any reason and some kind of error message, or?
/sbin/ipchains -P forward DENY /sbin/ipchains -A forward -j MASQ -i ippp0 -s 192.168.1.0/24
/sbin/modprobe ip_masq_ftp /sbin/modprobe ip_masq_raudio /sbin/modprobe ip_masq_cuseeme /sbin/modprobe ip_masq_irc /sbin/modprobe ip_masq_quake /sbin/modprobe ip_masq_vdolive
Napster will not connect to server.
What do I have to do?
Jeroen Verstegen jeroen@jota.nl http://www.jota.nl
Actually, I don't use Napster but according to your script, it should be able to connect. As root, take a look at /var/log/messages and watch for any error message. Something like this will help: # tail -f /var/log/messages | fgrep -i 'packet log' Please, post some of those errors or send them to me on a private email. Martin