Dunno about the first part, but the routing isn't too hard. I'm
sure you can do it in the X config tools, but here's the quick & dirty
way:

ifconfig eth0 198.70.120.250 broadcast 198.70.120.255 netmask
255.255.255.0 up
route add -net 198.70.120.0 gw 198.70.120.1 eth0
route add default eth0

(Note that you may not need the broadcast and netmask, but they won't
hurt...)

-----------------------------------------------------------
Matt Housh                         email: [EMAIL PROTECTED]
MicroComputer Specialist                University of Tulsa
                           Engineering and Natural Sciences

          "Pardon me, stewardess. I speak Jive."

On Thu, 7 May 1998, Jim McMurry wrote:

> Help
> 
> Im a newbie trying to find the light by installing RH 5 as a test platform
> to show my work that it is a viable option for our intranet (other ones we
> are looking at are NT 5 with IIS and Netware 5 with FastTrack Enterprise),
> on glitch however....
> 
> I am having a hell of a time getting an ISA SMC Card to work properly under
> RH 5.0
> 
> I cant put a PCI card in as all of the PCI slots are being used (4 of them)
> 
> It is a SMC UltraEZ 8514 10baseT card.  It works under Netware 5 and WinNT
> 5 on the same machine, so it is not a matter of the card being "bad"
> 
> I have tried
> 
> insmod ne.o io=0x2c0 irq=5
> 
> no luck there, I get errors saying something about loading other modules.
> 
> I tried
> 
> LILO: Linux ether=5,0x2c0,eth0
> 
> no luck there, when I run ifconfig eth0 does not show up.
> 
> I tried in Xfree86 running the kernelcfg, my SCSI card shows up there, I
> click on add, added the ne module, assisgned the io and irq, clicked on
> restart kerneld, clicked on quit then reran kernelcfg, the ne.o module
> disappears.
> 
> Also, I am having problems understanding the route command.  I looked in
> the o'reily books, but the syntax is different it looks like.
> 
> Can someone give me an example of routing with the following IP addresses:
> 
> Computer IP 198.70.120.250
> gateway: 198.70.120.1
> mask 255.255.255.0
> dns: 198.70.121.141
> 
> Thanks for all your help
> 
> 
> 
> Jim McMurry mailto:[EMAIL PROTECTED] 
> System Support Supervisor 
> MIS Department
> 
> Exponent 
> Failure Analysis Associates, Inc.          Phone: (650)688-7135  
> 149 Commonwealth Drive                     FAX:   (650)688-7269    
> Menlo Park, CA 94025-3015                  http://www.exponent.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