(M)  s i s t e m a   o p e r a c i o n a l   m a g n u x   l i n u x ~/ · documentação · suporte · sobre

  Next Previous Contents

8. Distribution Specific Installations

8.1 Slackware 96

If you have not already ran ``netconfig'' on your system, do so now. Setup your machine just as if it were on Ethernet.

Edit your /etc/rc.d/rc.inet1 scripts to point to the tr0 device rather than the eth0 device.

You should have a line that looks like

/sbin/ifconfig eth0 ${IPADDR} broadcast ${BROADCAST} netmask ${NETMASK}
Change this line to read
/sbin/ifconfig tr0 ${IPADDR} broadcast ${BROADCAST} netmask ${NETMASK}

8.2 RedHat 4.0+

The RedHat distribution of Linux has a wonderful Xwindows control panel for configuring modules and devices. If you have added a token ring adapter to a standard RedHat installation, there should already be token ring support compiled in as a module. Try to:

modprobe ibmtr
and see what you come up with. Chances are, if you have a supported adapter, you will be ready to go.

The easiest way to configure your interface would be to use the control-panel. You will first want to go to the kernel module control and instruct it to load a new network device for token ring. It should then start to autoload the ibmtr driver on boot. You will then want to jump over to network configuration and add a new device, tr, and give it an ip address, etc.

You should then be able to restart and go with Linux and Token Ring on RedHat 4.0+.

Please note that these RedHat instructions came from the top of my head. I havn't had to modify any of my RedHat systems for quite some time and am writing this from memory. Either way, they should be able to get you where you need to go.


Next Previous Contents