You can use ip masquerading: ipfwadm. If you have it installed and you have
the right modules, a simple configuration would be:
Add the following lines to your /etc/rc.d/rc.local:
/sbin/depmod -a
/sbin/modprobe ip_masq_ftp
/sbin/ipfwadm -F -p deny
/sbin/ipfwadm -F -a m -S 192.168.0.5(client 1's ip#)/32 -D 0.0.0.0/0 -o
/sbin/ipfwadm -F -a m -S 192.168.0.3(client 2's ip#)/32 -D 0.0.0.0/0 -o
For more info, consult the mini howto IP-Masquerade.
HTH :-)
Tim Patterson
----- Original Message -----
From: Jim <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 18, 1999 8:53 PM
Subject: Assistance


> Finally I have diald working on the local box. What do I need to configure
to
> get remote machines to initiate the dial up connection? I have 1 win98 box
and 1
> other Linux  box connected in a small home network. Any help would be
> apprecited.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-diald" in
> the body of a message to [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to