• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help setting up 2 NIC's in linux : slackware 8

I'm trying to eventually setup a linux proxy box that i'm going to send my windows box through, however I can't get slack to recognize both nic's. It does recognize both nic's individually. I've tried editing some of the module scripts but get nothing, and i'm not sure what to do with the alias command especially when i get the device eth1 not found error.

thanks for any help.
-bulls
 
simple answer is usualy

- load the driver for each card (usualy a line in rc.modules, most cards already there for you, just unccmment them)

- ifconfig up the interface (usually in your rc.inet1)

are they both the exact same card? I've never dealt with that, mabey you have to do the modprobe twice?

bart
 
here's my inet1

# Attach the loopback device.
/sbin/ifconfig lo 127.0.0.1
/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo

# Token Ring
/sbin/ifconfig tr0 148.100.205.53 netmask 255.255.255.0 broadcast 148.100.205.255
/sbin/route add default gw 148.100.205.1

# Ethernet Card
/sbin/ifconfig eth0 10.10.42.1 netmask 255.255.0.0 broadcast 10.10.255.255


yes, pity me, i'm stuck with token ring
bart
 
Back
Top