Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
1gb NICs between 2 PCs, Rest: 100mb
Name: Six Date: October 13, 2004 at 19:18:56 Pacific OS: OpenBSD/Debian CPU/Ram: 500/256
Comment:
I have a 100mb network. I want to put a second NIC in both the server and a workstation. These NICs would be 1000mb. Would I be able to have the existing 100mb NICs to receive internet from the router and to talk to all the other computers on the network, and the 1gb NICs just for the server & workstation to talk, for fast NFS access?
I don't understand how the operating system(?) knows which NIC to use to talk to the server and back to the workstation.
The server is OpenBSD and the workstation Debian unstable, if that matters.
Name: Jake2 Date: October 14, 2004 at 00:14:51 Pacific
Reply:
This question probably belongs in the networking forum, but I think I know how to do what you want. Make a subnet just for gigabit (if your normal net is 192.168, use 172.16, for example) by configuring the hostname.whatever file in OpenBSD with some IP and a netmask, and configure Debian with a different IP (on the same net, obviously) and the same netmask. The OSs should know which NIC to use by inspecting the IP, with no weird route commands or packet forwarding.
0
Response Number 2
Name: 3Dave Date: October 14, 2004 at 06:09:00 Pacific
Reply:
You could also modify your routing table to specify which network interface (eth0 or eth1) handles traffic to certain IPs. If you second server has an IP of 192.168.0.2 you can specify traffic going to that IP to use the second card with somethihng like: # route add -net 192.168.0.2 netmask 255.255.255.255 eth1
0
Response Number 3
Name: Six Date: October 14, 2004 at 16:34:10 Pacific
Reply:
Thanks for the comments. 3Dave's method is the easiest and seems to work well being tested on 100mb cards.
Summary: Hi All, I have 2 machines both running Debian Linux 3.0. Right now, I have one of them connected to the internet through a cable modem. Any ideas about how I can share internet access between two PCs...
Summary: hi.. i have a usb drive which i used on university pc running linux. the problem is i went to transfer files between 2 pc's but i forgot to unmount the usb drive. now my usb drive does not even load o...
Summary: I am in the UK and want to get ADSL broadband. Given the scenario described below, can anyone offer me any advice? I have two PCs; a desktop which is not mine running WinXP pro and a laptop dual booti...