Assigning same ip address to different interfaces with different FIBs

2016-04-20 Thread M. V. via freebsd-net
Hello guys, I have a problem with having multiple FIBs in FreeBSD-9.2. I've already setup 4 FIBs in kernel, and everything is OK. I assigned each interface to one FIB and I can add routes to any of FIBs I want, and everything works fine.But my problem is, I want to assign same IP address to mult

Re: Problem with receiving packets right after remote-interface is up

2015-09-08 Thread M. V. via freebsd-net
ppens if 2 connected ports both were forced to be slave. In that situation one of the ports gets master even though we manually set it to slave, so connection is OK) Thank you. > On Saturday, September 5, 2015, M. V. via freebsd-net > < freebsd-net@freebsd.org> wrote: >> Our

Re: Problem with receiving packets right after remote-interface is up

2015-09-06 Thread M. V. via freebsd-net
Thank you guys for your answers. On Sat, Sep 5, 2015 at 2:44 PM, Luigi Rizzo wrote: > You may be able to avoid the issue if you avoid autonegotiation > and manually set the media type, speed and duplex. On Sun, 9/6/15, Artem Belevich wrote: > While you can indeed set speed/duplex manually, you

Problem with receiving packets right after remote-interface is up

2015-09-05 Thread M. V. via freebsd-net
Hi, Our product is being tested with Spirent TestCenter, and we're facing an unusual problem with the tests. We use NICs with intel 82574 and 82576 on FreeBSD 9.2 with latest em and igb drivers (we also tested this on FreeBSD-10.1) It seems what Spirent TestCenter does to start any individual t

"no buffer space available" problem

2013-05-10 Thread M. V.
hi, I have a FreeBSD 8.2 server with some em & igb interfaces. (em driver version is 7.3.2 & igb driver version is 2.3.1) It doesn't have a full-load traffic on it (maximum 50-100Mbps per-interface on 1Gbps interface). but occasionally one of its interfaces stopped responding (mostly "em") and

[no subject]

2013-05-10 Thread M. V.
hi, I have a FreeBSD 8.2 server with some em & igb interfaces. (em driver version is 7.3.2 & igb driver version is 2.3.1) It doesn't have a full-load traffic on it (maximum 50-100Mbps per-interface on 1Gbps interface). but occasionally one of its interfaces stopped responding (mostly "em") and

point-to-point network with unknown peer ip address

2013-02-20 Thread M. V.
hi, I have 2 FreeBSD8.2 systems. I have a point-to-point interface (myif0) on each side connected together, but on each side I don't know IP address of the other side. to make the connection work, On each side I set IP address (2.2.2.32/24 and 2.2.2.33/24) and added a route which sends all traf

Re: Assigning multiple IPs in the same network to an interface

2012-02-17 Thread M. V.
>> On 2/16/12 8:08 AM, M. V. wrote: >>> hi everybody, >>> >>> i have a problem with setting multiple IPs in the same network in FreeBSD: >>> >>> - suppose I assign two new IP addresses in the same network to eth0 with >>> ifconfig: &

Assigning multiple IPs in the same network to an interface

2012-02-16 Thread M. V.
hi everybody, i have a problem with setting multiple IPs in the same network in FreeBSD: - suppose I assign two new IP addresses in the same network to eth0 with ifconfig: #ifconfig eth0 add 192.168.10.1/24 #ifconfig eth0 add 192.168.10.2/24 - everything works fine and the output of "netstat -r

E1support under FreeBSD?

2011-08-17 Thread M. V.
hi, as part of a project, i need to have an E1 card with usual functionalities (channelized E1 with HDLC support) in FreeBSD. i searched a lot, but i found no E1 card that has FreeBSD driver (or any instructions for configuration of an E1 card in FreeBSD). so i wanted to ask, does anyone has

Gigabit Router Hardware Specs

2011-04-20 Thread M. V.
hi, i want to setup a router-box with freebsd 8.0. with four Intel Pro/1000 NICs. the network i'm using router for, is a large and complicated network with high traffic almost all the time (up to 800Mbps for each of 4 NICs). and route table may get large. so these are my questions: 1- first,