16 Jan
2001
16 Jan
'01
10:31
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 /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
8737
Age (days ago)
8737
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeroen Verstegen