Sponsored Content
Full Discussion: IP Bonding
Operating Systems Linux Red Hat IP Bonding Post 302605992 by chetansingh23 on Friday 9th of March 2012 09:56:07 AM
Old 03-09-2012
IP Bonding

Hi,

What is IP bonding in Linux.
What are its advantages
How to create a IP bonding in redhat Linux.
 

10 More Discussions You Might Find Interesting

1. IP Networking

Bonding Internet Connections

I’m familiar with load balancing.. but Is it possible to actually bond multiple DSL lines together? I hear of ways to bond using MLPPP but that requires support from an ISP. Is there a way to actually bond without support from my ISP, or use say a cable modem and a DSL line together for faster... (0 Replies)
Discussion started by: harley313
0 Replies

2. IP Networking

Bonding of IP tunnels

Hello. Our Company is spreaded over Germany. There are main offices an branch offices. These offices are mostly connecte via multiple sdsl. We build a IPSEC VPN Infrastructure using Aastaro Security Gateways appliances. It seemed that only one VPN Connetion between to offices could be... (0 Replies)
Discussion started by: mschwadorf
0 Replies

3. Linux

ethernet bonding

I need to enable Ethernet Bonding on three systems, connected together via switch. What I tried ended up with failure, slaves cannot be detected n added to bon0. Here's what I did: created file /etc/modprobe.d/bonding.d and added the following to it: alias bond0 bonding options bonding... (2 Replies)
Discussion started by: dr_mabuse
2 Replies

4. Red Hat

RHEL 5.5 NIC Bonding

I am new to linux. I have a falconstor CDP installation which runs on RHEL 5.5 (Tikanga). There is a vendor option to bond nics in either 802.3ad or round robin, I choose 802.3ad. The server is connected to a Cisco 3750 switch. The problem is dropped packets and eth03 wont come up in the PO... (0 Replies)
Discussion started by: tjcooper
0 Replies

5. Red Hat

Bonding a Bond with LACP

Does anyone know if it's possible to bond two bonds together? My situation is I have two older Cisco switches that cannot carry a LACP (bond level 4) aggregated between them, but separate aggregates can be setup on the switches themselves. In order to have redundancy of two switches I would... (0 Replies)
Discussion started by: christr
0 Replies

6. Red Hat

BONDING with Flapping issue!

Hi team, I'm running into a problem configuring bonding on an CentOS 64bit on DELL Server. I'm connecting eth0 and eth1 to a Cisco 2948 (CatOS 8.1(3)) and receiving flapping notices. The ethernet address is that of the primary interface. I have tried several different modes,... (3 Replies)
Discussion started by: leo_ultra_leo
3 Replies

7. IP Networking

Is bond0 ready and a bonding interface? - 4G Bonding Router Problems (RPI)

HI all, First post on the forum, and my first proper project on the Paspberry Pi, so sorry if this is in the wrong place. I am trying to turn my Pi in to a 3G/4G Bonding router. I have been researching and trying this for a week or so now. The basic plan is to have up to 6 ZTE MF823 USB... (0 Replies)
Discussion started by: elliottlc
0 Replies

8. Red Hat

How to change bonding configuration in Linux 5.9?

I have 2 ethernet port in my linux (Red hat 5.9) machine.The 2 ethernet ports (eth0 and eth1)are bonded and are making one single ethernet port namely bond0. I have adaptive load share option selected.Now in this condition, if my eth0 port disconnected due to some failure, then will eth1 take the... (0 Replies)
Discussion started by: Anjan Ganguly
0 Replies

9. Red Hat

Network Bonding Issue

I have one production system where my customized application runs.The applications require seamless network connectivity with different machines connected in LAN and WAN. As these applications are very critical, it is very much required to have a seamless network activity.The applications are... (4 Replies)
Discussion started by: Anjan Ganguly
4 Replies

10. Red Hat

Network bonding

Dear All , Very recently we have configured Network bonding in our Linux Server Redhat Linux 5.x. After configuring , we restarted the network services , the link was down after that , we could not login in to the Server. So after that , we logged in to console and tried to... (2 Replies)
Discussion started by: jegaraman
2 Replies
DISULFINDER(1)							   User Commands						    DISULFINDER(1)

NAME
disulfinder - cysteines disulfide bonding state and connectivity predictor SYNOPSIS
disulfinder [OPTIONS] DESCRIPTION
'disulfinder' is for predicting the disulfide bonding state of cysteines and their disulfide connectivity starting from sequence alone. Disulfide bridges play a major role in the stabilization of the folding process for several proteins. Prediction of disulfide bridges from sequence alone is therefore useful for the study of structural and functional properties of specific proteins. In addition, knowledge about the disulfide bonding state of cysteines may help the experimental structure determination process and may be useful in other genomic annotation tasks. 'disulfinder' predicts disulfide patterns in two computational stages: (1) the disulfide bonding state of each cysteine is predicted by a BRNN-SVM binary classifier; (2) cysteines that are known to participate in the formation of bridges are paired by a Recursive Neural Network to obtain a connectivity pattern. REFERENCES
A. Ceroni, A. Passerini, A. Vullo and P. Frasconi. DISULFIND: a Disulfide Bonding State and Cysteine Connectivity Prediction Server, Nucleic Acids Research, 34(Web Server issue):W177-W181, 2006. For the disulphide connectivity predictor see: A. Vullo and P. Frasconi. Disulfide Connectivity Prediction using Recursive Neural Networks and Evolutionary Information, Bioinformatics, 20, 653-659, 2004. For the cystein bonding state predictor see: P. Frasconi, A. Passerini, and A. Vullo. A Two-Stage SVM Architecture for Predicting the Disulfide Bonding State of Cysteines, Proc. IEEE Workshop on Neural Networks for Signal Processing, pp.25-34, 2002. A.Ceroni, P.Frasconi, A.Passerini and A.Vullo. Predicting the Disulfide Bonding State of Cysteines with Combinations of Kernel Machines, Journal of VLSI Signal Processing, 35, 287-295, 2003. OPTIONS
-a, --alternatives=NUMBER alternative connectivity patterns (default=3) -o, --output=DIR output dir where predictions will be saved (default=$PWD) -p, --psi2=FILE|DIR input in psi2 format (PSI-BLAST Matrix in ASCII), either a single file or a directory(?). Generate this with "blastpgp -j <N> -Q FILE" where N >= 2. -r, --rootdir=DIR work directory (default=~/disulfinder) -k, --pkgdatadir=DIR package data directory containing Models (default=/usr/share/disulfinder) -F, --format={html|ascii} output format type (default=ascii) -d --blastdb=DIR blastpgp -d option (default=/data/sp+trembl) -c, --cleanpred cleanup intermediate prediction files (default=false) -P, --usepssm use pssm instead of counts for profiles (default=false) -C, --knownbondingstate assume bonding state is known (one file for each chain in directory <rootdir>/Predictions/Bondstate/Viterbi) (default=false) -v, --version disulfinder version -?, --help help screen EXAMPLES
"disulfinder -a 1 -p /usr/share/doc/disulfinder/examples/res_id_41483.blastPsiMatTmb -o ./disulfinder_results_dir" FILES
/usr/share/disulfinder default package data directory ~/disulfinder default work directory RESTRICTIONS
The work directory is not cleaned up automatically. AUTHOR
Ceroni A, Passerini A, Vullo A, Frasconi P. Packaging by Laszlo Kajan <lkajan@rostlab.org> COPYRIGHT AND LICENSE
GPL SEE ALSO
See official web site for help: <http://disulfind.dsi.unifi.it/> DISULFIND: a disulfide bonding state and cysteine connectivity prediction server: <http://www.ncbi.nlm.nih.gov/pubmed/?term=16844986[uid]> 1.2.11 2012-04-07 DISULFINDER(1)
All times are GMT -4. The time now is 03:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy