3 nics, 2 with same network/mask


 
Thread Tools Search this Thread
Special Forums IP Networking 3 nics, 2 with same network/mask
# 1  
Old 10-20-2004
3 nics, 2 with same network/mask

I run openbsd with 3 NICs,
ep1 is dhcp, interface with internet ip addy
dc0 is 192.168.0.254/24
sis0 is 192.168.0.253/24

My system somehow lags, and some services do not work properly, i want to run a lot of local network services like samba, named, ftp, http, dhcpd, radiusd.
output of netstat -r :


Routing tables

Internet:
Destination Gateway Flags Refs Use Mtu Interface
default whatever.star UGS 7 8350141 - ep1
whatever1.star link#3 UC 1 0 - ep1
whatever3.star 0:f:90:27:e5:c9 UHLc 1 0 - ep1
whatever.st localhost.starman. UGHS 0 4 33224 lo0
loopback localhost.starman. UGRS 0 0 33224 lo0
localhost.starman. localhost.starman. UH 2 310 33224 lo0
192.168.0/24 link#1 UC 5 0 - dc0
1k 0:8:a1:25:95:cf UHLc 2 7146246 - L dc0
192.168.0.3 0:30:bd:f5:2:a8 UHLc 3 367525 - L dc0
192.168.0.4 0:50:bf:9a:9e:57 UHLc 2 425203 - dc0
2k 0:80:c8:93:8b:47 UHLc 1 2465467 - dc0
vinni 0:4:e2:1f:8:95 UHLc 0 11 - lo0
BASE-ADDRESS.MCAST localhost.starman. URS 0 0 33224 lo0


And i see that perfomance of machine is very strange,might some one tell me whats wrong?
sis0 192.168.0.253 is default gw for 192.168.0/24,and has QoS (altq)
ep1 also has QoS
dc0 must work on full speed in local network. But i still see server lagging.Someone told that wount theese ifaces in same network segment work, would be routing problems.
Is my configurations ok? and maybe you might advice me a better solution for my problem.

Thx.
# 2  
Old 10-28-2004
okey, the solution was to make dc0 be in other network than sis0, i made it 192.168.1.1/24 and all started to work fine.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Linux with two NICs

Hello All, I have Linux box with two interface cards. Every card has it's own IP Address and Gateway, IP addresses are from different subnets. eth0 192.168.1.10/24 GW 192.168.1.1 eth1 192.168.2.10/24 GW 192.168.2.1 Third PC is located in 192.168.13.0/24 network and is trying to access... (2 Replies)
Discussion started by: AndreiM
2 Replies

2. UNIX for Dummies Questions & Answers

What is mask and effective right mask in setfacl?

Hi Guys, can someone explain what is mask and effective right mask in setfacl and getfacl command with example, unable to get it. (3 Replies)
Discussion started by: Jcpratap
3 Replies

3. IP Networking

Networking 2 NICs

Hi all, Host - Ubuntu 12.04 desktop 64bit Virtualizer - Oracle VirtualBox 2 NICs Where can I find relevant document to set up 2 NICs, one for inward bound and another for outward bound, separate channel, both connected to the same router Would following document be appropriate for my... (1 Reply)
Discussion started by: satimis
1 Replies

4. Red Hat

Samba create mask and dir mask on RHEL 4.8

Hi Experts, I'm using samba -3.6.1 on Red Hat Enterprise Linux ES release 4 (Nahant Update 8) ,all seems ok. The issue im facing is as follows. When ever a user creates a file via windows explorer the permissions assgined to the file are as follows -rw-rwxr--+ 1 tom group2 0 Mar 9... (1 Reply)
Discussion started by: maverick_here
1 Replies

5. UNIX for Dummies Questions & Answers

How to set server's ip address, router, network mask and set if it is an internal or external ip?

Hello, I need to write a program which sets server's ip address, router, network mask. Program also should set if it is an internal or external ip. Maybe someone can help me ? Any information from u is very useful :b: I stopped at .. :( #!/bin/sh A=`hostname -i` echo "server ip address is $A"... (4 Replies)
Discussion started by: zagaruika
4 Replies

6. AIX

Changing subnet mask for a NIM Network.

I am new to this forum so please bare with me. I did search for this answer prior to posting but no luck. Running an AIX NIM Master at 5.3TL9SP4, with about 100 clients. The subnet of one of the networks defined in the NIM env has changed. When I go to Manage Networks, Change/Show... (0 Replies)
Discussion started by: juredd1
0 Replies

7. Linux

Two NICs one IP address

I'm looking for a way in RHL 5.1 to use two NICs on one host with two physical IP addresses and map them under one virtual IP address, i.e. NIC 1 10.10.10.1 NIC2 10.10.10.2 VIP 192.168.10.1 Basically I want either one of the NICs to ARP for the VIP. No load balancing required just HA. (2 Replies)
Discussion started by: wschmied
2 Replies

8. Solaris

How many NICS do I have?

Hi, is there a way in Solaris 8 to determine how many total NIC's say a Sun Sparc box has installed - plumbed or unplumbed - and find out its capable network speeds and MAC address? I know ifconfig -a but that only shows the plumbed and used interfaces. thx cc (2 Replies)
Discussion started by: bigapple100
2 Replies

9. IP Networking

FreeBSD and two NICs

FreeBSD 4.8, Apache 1.3.27 - two NICs, one with a real-world IP plugged into a switch outside the PIX firewall, the other with a private IP plugged into a switch inside the PIX firewall. Apache listens on both IPs. my domain is mydomain.org. so in /etc/rc.conf i have something like this (these... (10 Replies)
Discussion started by: ednix
10 Replies

10. AIX

Merge NICs

Hi friends, I installed oracle 10g (10.2.0.2) RAC on 2 IBM p5 570 servers running AIX 5.3ML04 and HACMP5.2 (used Raw devices, not used GPFS). Each server has 4 x 1Gbps ethernet cards (NICs), en0 and en1 for boot address, en2 and en3 for oracle interconnect. Now i want to merge 2 NICs (en2 and... (1 Reply)
Discussion started by: bong02
1 Replies
Login or Register to Ask a Question