At 03:04 PM 4/30/98 -0400, Jake Colman wrote:
>
>I know that this has been discussed and I've tried to find the anwnser to
this
>but to no avail.  I have printed out and read many, many manuals but if the
>answer is RTFM, just tell me which one.

IP-Masq mini howto

In win95, set the tcp/ip gateway on your network card to be the linux box's
IP address.

>
>4) Do I need to do anything special in terms of the kernel if I want to
switch
>   from using my external Hayes Optima modem to an external ISDN modem? If
so,
>   why?

Yes. Recompile with ipautofw and all the IP Masq stuff.

Code maturity level options  --->  
  [*] Prompt for development and/or incomplete code/drivers  # this is needed

Networking options  --->      
  [*] Network firewalls             # this is needed
  [*] Network aliasing              # this is needed
  [*] TCP/IP networking             # this is needed
  [*] IP: forwarding/gatewaying     # this is needed
  [*] IP: multicasting              # this is needed
  [*] IP: syn cookies               # this is not needed
  [*] IP: rst cookies               # this is not needed
  [*] IP: firewalling               # this is needed
  [*] IP: firewall packet logging   # this is good to have
  [*] IP: masquerading              # this is needed
    --- Protocol-specific masquerading support will be built as modules.
  [*] IP: ipautofw masq support     # this is needed
  [*] IP: ICMP masquerading         # this is needed
  [*] IP: transparent proxy support (EXPERIMENTAL) # this is needed
  [*] IP: always defragment         # this is good to have
  [*] IP: accounting                # this is not needed 
  [ ] IP: optimize as router not host
  < > IP: tunneling
  [*] IP: multicast routing (EXPERIMENTAL) # this is not needed
  <*> IP: aliasing support          # this is cool
  --- (it is safe to leave these untouched)
  [ ] IP: PC/TCP compatibility mode
  < > IP: Reverse ARP
  [ ] IP: Disable Path MTU Discovery (normally enabled)
  [*] IP: Drop source routed frames  # this is default
  [*] IP: Allow large windows (not recommended if <16Mb of memory)  # this
is default
  ---
  < > The IPX protocol
  < > Appletalk DDP
  [ ] Amateur Radio AX.25 Level 2
  [ ] Bridging (EXPERIMENTAL)
  [ ] Kernel/User network link driver


Do the rest of the kernel settings for your system (kernel-howto).
Make sure you;
make modules
make modules_install
After you have done;
make zImage


Add this to /etc/rc.d/rc.local

ipfwadm -F -a deny
ipfwadm -F -a m -S 192.168.0.0/24 -D 0.0.0.0/0

insmod ip_masq_ftp ports=21,20,69
insmod ip_masq_irc ports=6666,6667,6669,6668,7000

Do make sure you read the ip masq mini howto.

>
>I turned on IPV4 forwarding since I read that as a requirement on this list.

Once you have recompiled and installed this kernel ipv4 forwarding will be
on. You won't need to turn it on anymore.

>Do I also need IP masquerading?  Is that built into the RH 5.0 kernel?
>
>Thanx!

No problem.
Enjoy.


Dan

>
>-- 
>Jake Colman                     
>
>Principia Partners LLC                  Phone: (201) 946-0300
>Harborside Financial Center               Fax: (201) 946-0320
>902 Plaza II                           Beeper: (800) 505-2795
>Jersey City, NJ 07311                  E-mail: [EMAIL PROTECTED]
>                                       E-mail: [EMAIL PROTECTED]
>                                          web: http://www.ppllc.com
>
>
>-- 
>  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
>http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
>         To unsubscribe: mail [EMAIL PROTECTED] with 
>                       "unsubscribe" as the Subject.
>


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to