similar to: Gigabit Etnernet router

Displaying 20 results from an estimated 700 matches similar to: "Gigabit Etnernet router"

2001 Apr 09
1
Multiple IP adresses on one interface and ping
Hello, I assign IP 172.25.0.1 and 172.25.1.1 on one interface of my router. This interface is connected to local LAN switch. If I ping from my box on lan with IP 172.25.0.22 I get icmp reply, but if I assig to my box IP 172.25.1.22 I don''t get icmp reply. My setup: ip addr add 172.25.0.1/24 brd + dev eth0 ip addr add 172.25.1.1/24 brd + dev eth0 kernel 2.4.3, iproute2-current,
2001 Mar 24
2
Stealth Router
Hi, in FreeBSD kernel is options that make router stealth, packet passed throw router have no change in TTL value. Is a posibility to make similar thing in Linux, I think that in traceroute isn''t this hop, no asteris, no router, no change in TTL, nothing ...? PSIkappa psi@atlantis.sk
2006 Feb 12
3
Problem with Playback sound in 64 bit machine
Sorry for re-posting this message - I am trying to run the latest stable Asterix version 1.2.4. on 64 bit amd procesor. Things are working but the playback sounds that I hear when tring to connect over IAX are of very high frequency. i.e a sentence which should finish in 4 secs finishes in much lesser time. Where can be the problem? any configuration issue? Thanks in advance. -------------- next
2004 Aug 16
2
tuning for samba server
Hi! anyone knows where to get some info for kernel (maybe via sysctl) and or samba tuning for high performance ? I have read all the samba docs available, so aim looking for others tips besides the tcp tunings usually applied in smb.conf ? i am setting a server on a client site, with many clients (about 100), and i am using a real server hardware (an HP netserver with xeon procesor@2.8Ghz, 1Gig of
2009 Dec 01
2
[LLVMdev] thumb2 has divide instructions
OK, here's a patch that follows your suggestion. I'm not an authorized developer, so I can't commit it myself. The test case is also attached again. bagel Jim Grosbach wrote: > Ah, ok. I was comparing v7-A and v7-R only. The M3 is described in > separate documentation (mostly since it lacks the ARM mode instructions, > I suspect). In any case, as far as I can tell, not
2006 Oct 18
2
Need new way to improve SMP scalability for network router
Hi, Currently I use dual cpu xeon server x86-64 with hp enabled two intel Gbit Nics 82547 I have assigned every NIC irq to one phisical procesor but the two virtual procesors stay idle and are not used for ether routeing or shaping Is there a way to split work from two NICs on 4 CPUs ?
2012 Nov 03
4
[LLVMdev] symbols for exception handling
mips16 has some unusual requirements for label symbols in .s. I think that arm thumb has the same issue but have not located yet how this is handled. When you have a label of an instruction in mips16, when you reference the label, the linker adds a 1 to the address. When you call an odd numbered address, the procesor switches to mips16 mode and when you call an even numbered address it
2009 Jul 02
8
rails hyperthreading on Quad core
Hi, my video sharing website (politube.org) that I developed with rails, runs on lighttpd/fcgi (I know it is obsolete by now) and is severely under load and regularly blocks because the lighttpd process chews up 50% of RAM (1GB). So now I want to move the system to a new server with 8GB, 64bit , Quad core processor (intel i7 920) but I am not sure if hyperthreading will really do anything better.
2002 Apr 10
0
Netgraph and linux
Hi, FreeBSD has netgraph - graph based kernel networking subsystem which work with nodes and hooks. With netgraph is posible to make Layer 3 switch and more. E.g. In some node I capture raw datagram packet and encapsulate it in udp packet and send to next hook. So I can bridge any packet over routed network. Is something similar for linux ? I don''t think about Layer 3 switch but I think
2005 Sep 29
2
Hardware Specifications
Does anyone know where i can find out how powerful a machine has to be to handle a certain amount of call volume? Eg, 2Ghz is enough processing power to maintain 100 calls at a time. 4Ghz is engouh to process 250 calls etc etc. Thanks Dan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Dec 01
0
[LLVMdev] thumb2 has divide instructions
Hello > OK, here's a patch that follows your suggestion.  I'm not an authorized > developer, so I can't commit it myself.  The test case is also attached > again. "T2Divide" should be a subtarget feature bit. This way it can be "automatically" assigned to the procesor. The instruction selection patterns for t2{S,U}DIV should be also guarded by this
2006 Nov 15
1
Asterisk - big installation
Hello I want build big asterisk server. Server will be work as gateway between PSTN and VoIP network. I think about 1000 SIP users accounts and 4 E1 ports. I know that preformance in this case depend on codeck which will be use. I want use card with CAPI interface. Can you describe me your experience with this? If you have some big installaion, please wriete some info about server (procesor, ram
2002 Aug 01
4
Filtering with MAC Address
Can someone help me to do ''tc filter'' by MAC Address? I use HTB in my setup and it works wonderfully for IP, but I need to shape NAT connections, and I can''t do it using IP addresses. Any suggestions welcome! Marcio Fraisleben Dias NetUnião Ltda. Internet Banda Larga - Soluções em Networking (55) 42 523 4100 _______________________________________________ LARTC
2012 Nov 03
0
[LLVMdev] symbols for exception handling
I'm working on a patch for this problem for mips16; unfortunately it's a target independent patch. I'm not sure the best nomenclature for this. In the gcc mips16 patch they call "xxx=." a debug label. The other terminology they use is byte pointer vs ISA-encoded address (ISA-encoded meaning this one bit in the case of mips16 ISA). I'm planning to add a virtual method
2012 Nov 03
1
[LLVMdev] symbols for exception handling
I thought of a simpler way to do this which is no more of a hack than the way labels are noramally output. Create an EmitDebugLabel and then in MCAsminfo, add another variable for the suffix for debug labels which can by default be just ":". Then for Mips I can change it to "=." On 11/03/2012 01:40 PM, Reed Kotler wrote: > I'm working on a patch for this problem
2008 Sep 02
9
Can we disable secondary_bus_reset in runtime?
I think we need this feature at least for debugging purpose, right? Or, do we already have this feature? Thanks, Neo -- I would remember that if researchers were not ambitious probably today we haven''t the technology we are using! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Aug 05
1
Validator
For whatever reason I decided to implement the validator class tonight. It''s my first go at implementing the class. My first run at it looked pretty good. I just added a generic .i for it and it all compiled. Sadly, the samples didn''t work because the base Validator class can''t actually be used as a validator! You have to derive from GenericValidator. I
2009 Feb 28
2
No rtp activity
Hi all.... I'm using asterisk for making PSTN calls from extensions registered on OpenSIPS...In peak hours ,number of calls Increase dramatically to a non logic number..When checking the calls using asterisk CLI I saw a lot of calls in ringing status and after 300s(rtphold timeout), asterisk release all calls...I checked the log file and found.. [Feb 28 11:34:14] NOTICE[19197] chan_sip.c:
2004 Feb 29
6
Samba Gigabit very very slow?
Hi! I?m having trubbles with the speed on my samba server, I just uppgraded to gigabit (Realtek 8169 NIC) at home when i copy stuff from the samba server i get around 5-6Mb/sec and if i use ftp to access the same file on the same server i get almost 30Mb/sec does anyone have a clue what causes this problem? When i used my old 3com 905c for the local net i got normal 100Mbit speed (around
2010 Jul 15
9
Troubleshooting Xen 4.0 + 2.6.32.16 pv_ops install
Hi, I have several servers Supermicro - running Xen 3.4.1 @ debian 5.0 x64 running without any issues for more than year. Now I bought new server with exactly same config and installed Ubuntu 10.04 x64 - Xen 4.0.1-rc4 - 2.6.32.16 pv_ops - base Ubuntu 10.04 install boot without issues - Xen 4.0.1-rc4 compiled and installed withou any problems - 2.6.32.16 pv_ops dom0 kernel with custom config.