-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Statux wrote:

>> I have received a RH6.1 with two nics. How can I tell if RH is
>> configured to route packets between the two interfaces or not.
>
>The 'route' command usually gives most of this info.

Sounds like you want to forward, in which case: 

# cat /proc/sys/net/ipv4/ip_forward
1

If the answer is 0, you're not forwarding.  Do:

# echo 1 > /proc/sys/net/ipv4/ip_forward

to enable it.

- -d

- -- 
David Talkington
http://www.spotnet.org

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPB51E79BpdPKTBGtEQIV0QCfW5cZdzSr2qTJzydvySI2oxxNd0QAoP38
RQbufd8FA68e63diw/uqDbnD
=UhiV
-----END PGP SIGNATURE-----




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to