Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2000 16:08:07 -0000 (GMT)
From:      Ian Edwards <ian@concerto.demon.co.uk>
To:        FreeBSD questions <freebsd-questions@FreeBSD.ORG>
Subject:   IPFW rules for rsh ?
Message-ID:  <XFMail.000216160807.ian@concerto.demon.co.uk>

next in thread | raw e-mail | index | archive | help

Hello,

can someone help me with the IPFW rules for allowing 'rsh' from
my FreeBSD system (192.168.200.201) to another LAN (192.168.0.0) ?

I have tried in /etc/rc.firewall, with net2="192.168.0.0"
and mask="255.255.255.0" and ip="192.168.200.201"

    $fwcmd add pass tcp from ${ip} to ${net2}:${mask} 514
    $fwcmd add pass tcp from ${net2}:${mask} 514 to ${ip} setup
    $fwcmd add pass tcp from ${net2}:${mask} 514 to ${ip}

'rcp' works OK, 'rsh' just hangs.

Thanks,
Ian.


 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  E-mail: Ian Edwards <ian@concerto.demon.co.uk>
  Date:   16-Feb-00             Time:   16:08:07

  Early Music Record Labels    - http://www.recordlabels.org/
  'ups' debugger for C/C++/f77 - http://www.concerto.demon.co.uk/UPS/
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.000216160807.ian>