Hi there,

I'm having a serious problem here.   I have been able to set up my machine
to accept PPP connection.  I can dial from a win95 machine and use PAP to
authenticate and connect.  I can then ping my linux box but that's about it.
Any attempt to telnet or ftp yields nothing.  no login prompt, etc.

What could be the problem?

My machine's IP in 192.168.1.1 and the IP being assigned to ttyS2 is
192.168.1.10.  I also have IP masquerading set up for the LAN. (although it
isn't connected at the moment)  I thought the most obvious things would be
in the hosts.allow or the ipfwadm set up in rc.local  so I posted them
below.  If it could be something else pleas let me know.

like I said, a ping to 192.168.1.1 works without a problem but I just can't
telnet or ftp in.

thanks,

rob


/etc/hosts.allow
----------------
ALL: 192.168.1.
portmap: 192.168.1.

/etc/rc.d/rc.local
------------------------
 /sbin/ipfwadm -F -f
  /sbin/ipfwadm -F -p deny
  /sbin/ipfwadm -F -a accept -S 192.168.1.0/24 -D 192.168.1.0/24
  /sbin/ipfwadm -F -a masquerade -S 192.168.1.0/24 -D 0.0.0.0/0
  /sbin/ipfwadm -F -a deny -S 0.0.0.0/0 -D 192.168.1.0/24 netbios-ns -P tcp
  /sbin/ipfwadm -F -a deny -S 0.0.0.0/0 -D 192.168.1.0/24 netbios-ns -P udp
  /sbin/ipfwadm -F -a deny -S 0.0.0.0/0 -D 192.168.1.0/24 netbios-dgm -P tcp
  /sbin/ipfwadm -F -a deny -S 0.0.0.0/0 -D 192.168.1.0/24 netbios-dgm -P udp
  /sbin/ipfwadm -F -a deny -S 0.0.0.0/0 -D 192.168.1.0/24 netbios-ssn -P tcp
  /sbin/ipfwadm -I -f
  /sbin/ipfwadm -I -a deny -S 192.168.1.0/24 netbios-ns -D 192.168.1.1
domain -P udp


-- 
  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