similar to: OT: HOWTO: Create a 90mbit bonded link 600 m etres away with Cat 3 or telco wire [long]

Displaying 20 results from an estimated 2000 matches similar to: "OT: HOWTO: Create a 90mbit bonded link 600 m etres away with Cat 3 or telco wire [long]"

2006 Apr 06
1
OT: HOWTO: Create a 90mbit bonded link 600 metres away with Cat 3 or telco wire [long]
> I was given the challenge recently of creating a LAN-LAN bridge between > two > buildings several > hundred metres from each other, using only existing Cat 3 wiring and > without > having to resort > to an expensive and finicky 5 Ghz wireless link. I was able to create a 90 > megabit link for > about $3,000 Cdn with new PC's, CentOS 4.1, and the newly avaliable
2006 Apr 06
4
OT: HOWTO: Create a 90mbit bonded link 600 metre s away with Cat 3 or telco wire [long]
I was given the challenge recently of creating a LAN-LAN bridge between two buildings several hundred metres from each other, using only existing Cat 3 wiring and without having to resort to an expensive and finicky 5 Ghz wireless link. I was able to create a 90 megabit link for about $3,000 Cdn with new PC's, CentOS 4.1, and the newly avaliable Black Box VDSL Ethernet Extender, which
2006 Apr 06
3
OT: HOWTO: Create a 90mbit bonded link 600 m etre s away with Cat 3 or telco wire [long]
>Or, you could use a Corinex Phone Line Bridge which runs 128Mbits up to 2000 >feet. They also have a co-ax version which is 200mbits and goes 4000 feet... >About $300 for both ends. too bad they don't say what the bandwidth is at max distance - anyone know?
2006 Feb 23
5
OT: VoIP over bonded link
I have to provision several dozen * users to a seperate building on our campus in the same subnet. Ordinarily, I'd just run a gigabit cat6 cable to another switch if it doesn't violate the 100 metre rule, but this building is several hundred metres away from my backbone. My only option for cabling to the remote building is copper. My plan is to provision them with a Linux bridge with 4
2005 Mar 24
0
question/problem with samba 3.0.13 PDC on suse 8.2
hi, in history my samba worked on redhat 9 with samba 3.0.3 i think. (PDC for windows 2000/XP clients) so, now my system hd crashed and i upgraded to suse 8.2, samba 3.0.13 role and conf. doesnt changed. my smb. conf: [global] workgroup = awgworld.at security = user log file = /var/log/samba.log log level = 3 socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192
2013 Feb 11
1
Centos 6 and VLAN-ID7 for vDSL (Telekom)
AHOI! I've big trouble by setting up CentOS 6.3 for my new vDSL. As I've found out, the German Telekom is using VLAN7 for her internet-(data) connections. => http://workaround.org/blog/vdsl O.K. what I've done: The NIC where's my DSL-modem is connectet is eth0. cat /etc/sysconfig/network-scripts/ifcfg-eth0 # device for vDSL-modem DEVICE=eth0 HWADDR=00:30:1B:14:08:67
2005 May 27
3
Newbie here. Tips on setting up 100 phones w anted.
>It will be about 100 phones at about 20 locations all within >about 4 miles of each other. Perhaps a more pressing question might be how you are going to backhaul Ethernet in a 4-mile radius. You can't run a Cat 5 cable more than 100 metres reliably, and using Ethernet repeaters every hundred metres or so isn't practical. You will need a fiber backbone or something like that. What
2012 Mar 16
1
Spatstat - coordinates in observation window
Dear R users, I wish to run spatial point pattern analysis (e.g. pair correlation function, mark correlation function) for which I need to create an observation window (window=owin) from which the spatial analysis is generated. The command I used to create this observation window as follows: X1<- ppp(x, y, window=owin(c(80.58,144.96),c(101.06,165.13)),
2017 May 19
0
<source mode='private'> for PPPoE?
HI! I'm currently reviewing my (functional) setup with one physical ethernet interface eth1 of the host system being connected to a VDSL modem (not router!). A fully virtualized guest acts as router with this source mode: <source dev='eth1' mode='bridge'/> Reading the docs [1] I'm thinking whether mode='private' would be a better choice because the network
2008 Aug 22
2
Coordinate systems for geostatistics in R
Hi, I read somewhere that when carrying out geostatistical analysis in R you should not use latitude and longitude...can anyone expand on this a little for me, and what would be the best coordinate system to use? I have my data in a geographic coordinate system, WGS84, decimal degrees....is this the wrong format for such analyses? I have also converted my data in the UTM projection and so have
2013 Feb 27
0
[LLVMdev] [PATCH] [Embtk] [compiler-rt] ASAN: Add mips support
On Wed, Feb 27, 2013 at 11:09 PM, Abdoulaye Walsimou Gaye <awg at embtoolkit.org> wrote: > This simple patch makes asan compile for mips (tested on mips32r2el). > The following test code: > int main() > { > char *x = (char*)malloc(10 * sizeof(char*)); > free(x); > return x[5]; > } It would help to enable compiler-rt tests on mips builders to
2008 Jul 02
1
FW: RES: bug in axis.Date? was (Re: newbie needs help plottingtimeseries)
Instead of x<-seq(as.Date("2004-01-01"), as.Date("2008-06-01"),by="month") from=iso2chron("2004-01-01") to= iso2chron("2008-06-01") from <-chron2UTCsecs(from) to<-chron2UTCsecs(to) delta##how many secs i.e month time in secs xx <- seq(from=from, to=to, by=delta) x <- UTCsecs2chron(xx) I think it will works
2005 Sep 28
1
Control Trafic
Hi ! I have an error in this script as it is not working and I can''t figure out what that is. Anyone can help? Thanks! #!/bin/bash ### unitati de masura pt debit # kbps - kilobytes per second # mbps - megabytes per second # kbit - kilbits per second # mbit - megabits per second EXT_IF="eth0" INT_IF="eth1" TC=/sbin/tc IPTABLES=/sbin/iptables # RATE
2013 Feb 27
2
[LLVMdev] [PATCH] [Embtk] [compiler-rt] ASAN: Add mips support
This simple patch makes asan compile for mips (tested on mips32r2el). The following test code: int main() { char *x = (char*)malloc(10 * sizeof(char*)); free(x); return x[5]; } leads to the following output at runtime: ================================================================= ==267== ERROR: AddressSanitizer: heap-use-after-free on address 0x77900fd5 at pc 0x409e1c bp 0x7fb781d8 sp
2015 Jul 08
0
Cheap Parcel Rates
Sending ?Long Length Parcels or Ugly Freight? ? - We offer Competitive Prices to 6 metres - No surcharge for up to 3 metres If you send an average of 20 or more parcels a week, then call us today or visit our website to request competitive rates We also offer: - Fantastic rates for volume Parcel shippers - Excellent Consignment pricing - ETA Text
2015 Aug 07
0
Cheap Parcel Rates
Sending ?Long Length Parcels or Ugly Freight? ? - We offer Competitive Prices to 6 metres - No surcharge for up to 3 metres If you send an average of 20 or more parcels a week, then call us today or visit our website to request competitive rates We also offer: - Fantastic rates for volume Parcel shippers - Excellent Consignment pricing - ETA Text
2009 Mar 11
3
Mixed models fixed effects
Dear All, This may sound like a dumb question but I am trying to use a mixed model to determine the predictors of bat activity along hedges within 8 sites. So my response is continuous (bat passes) my predictors fixed effects are continuous (height metres), width (metres) etc and the random effect is site - can you tell me if the fixed effects can be continuous as all the examples I have
2010 Mar 02
1
Uverse, Asterisk and SIP
I've just got Uverse installed. I had dsl, but ATT insisted I couldn't keep my old dsl, but had to switch to Uverse internet - vdsl. My setup: linux box as router : 10.10.11.252 asterisk box: 10.10.11.180 10.10.11.252 is multihomed and connected to the Uverse Residential Gateway. I've set it up as DMZplus, and it shows the public ip address as eth1. I can ssh into the
2020 Jun 12
1
pppoe
Hello, CentOS 8 dropped the rp-pppoe package. My attempts with NetworkManager-ppp already failed because it seems that it is not possible to use a VLAN as a device. Please, how does it work under C8 to set up a pppoe connection (German Telekom, VDSL (VLAN 7 required), ZTE modem). Thanks. Joe
2009 Nov 16
2
tcp-only still needed?
Hi there, we are using tinc in switched mode for over a year now, currently with 18 clients which are connected 24 hours a day and many which aren't connected the whole day, also. If i'm reading the changes from 1.0.9 to 1.0.10 and 1.0.11 correctly, tinc should work now, although "TCPOnly = yes" isn't set in the config files of clients which are behind a NAT firewall, e.g. a