On Thu, Jun 17, 1999 at 07:12:28AM -0400, Brian Witowski wrote, among
other things:
> First of all, I'm using ip masquerading. But I can't get mirc to work
> through it. It just wont
> connect to the server. (the IRC servern not my Linux server)
You need the ip_masq_irc.o module.
ls /lib/modules/`uname -r`/ipv4 |grep irc
if it is not there, add it to the modules list and rebuild your kernel modules.
IIRC, you have to load it manually. I used to load mine from
/etc/rc.d/rc.local
>
> Second problem, when I start Netscape on the Win98 box, the dialer
> starts. But Netscape
> never makes the connection. I have to click on Stop in Netscape the
> click on the Home
> icon to get it to load. It's like if the link isn't available when
> Netscape is started, it won't
> be able to connect even after a connection is established, unless I stop
> and restart Netscape.
This is a thornier problem. The initial syn packets that netscape sends
to make the connection never get sent so netscape has to wait for a
timeout before attempting again. Unfortunately, it sounds like it never
does. bug? There are few things you can do.
make sure diald buffers packets
read the kernel documentation on dynamic ip addresses and follow them
I have had good luck with
echo 5 > /proc/sys/net/ipv4/ip_forward
If you are running a redhat system, edit /etc/rc.d/init.d/network
HTH
-Gyepi
-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]