Sponsored Content
Operating Systems Linux Red Hat Loadbalancing internet Linux? Post 302976007 by gull04 on Wednesday 22nd of June 2016 10:39:51 AM
Old 06-22-2016
Hi,

OK, I have a better understanding now - well a bit better. Does each of the ADSL lines have its own router, or are they three connections into the same router/switch.

If it's the latter then it would probably handled by the ADSL router if you have three independent lines you could team the network ports on the Linux box assuming that there are enough of them.

Regards

Dave Munro
This User Gave Thanks to gull04 For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Linux for an internet server to an ISP

I just moved away from a T3 line back to a dial up I just wanted to know would a P200 with 64meg and a 4 gig hard drive be ok for a linux server for an additional 3 pcs all running win98. I will be dialing into an isp using a 56k v90 modem. Any support or help will be great. (3 Replies)
Discussion started by: izrailov
3 Replies

2. IP Networking

Need Help In Internet Config. In Linux

I just installed linux7.0 in a remote machine-no networking-nothing-I installed it as a Workstation without any networking information. I am trying to configure the internet but cannot do it. I have a cable internet at home.Acc.to the book it said log in as a root and choose... (3 Replies)
Discussion started by: sushmabedi
3 Replies

3. Linux

How Do I Set Internet With Linux

I am a new learner of linux, my friend told me that it is very good to learn linux, so I dropped the idea of deleting it but now I faced a problem again , how am I going to set my computer to connect to my ISP and other computers?? (1 Reply)
Discussion started by: terrychen0804
1 Replies

4. Solaris

How to do the Loadbalancing on NIS Server in Solaris 10 sparc

We set-up master/slave servers for NIS on Solaris10 Sparc. We are trying to synchronize them in such a way that if one server is down then other server would pick-up and also do load balancing. We are stuck on this part. Do you have any documentation or point to the documentation where we get some... (1 Reply)
Discussion started by: anandp14
1 Replies

5. UNIX for Dummies Questions & Answers

wireless internet on redhat linux ?

Hi, Could some please help me in configuring wireles internet on redhat linux installed on my laptop. When I booted using windows, I saw the following, which I think is the name of my laptop's wireless card: Intel(R) PRO/Wireless 3945ABG Network Connection Regards, Girish. (0 Replies)
Discussion started by: girish1428
0 Replies

6. Red Hat

wireless internet on redhat linux ?

Hi, Could some please help me in configuring wireles internet on redhat linux installed on my laptop. When I booted using windows, I saw the following, which I think is the name of my laptop's wireless card: Intel(R) PRO/Wireless 3945ABG Network Connection I have run the following steps... (9 Replies)
Discussion started by: girish1428
9 Replies

7. Linux

Internet Usage Monitor for Linux

I have installed Ubuntu and i want to monitor the internet usage. Is there any software for linux for monitoring the internet usage? (preferabaly opensource) (1 Reply)
Discussion started by: vkca
1 Replies

8. Red Hat

DNS server loadbalancing and failover

Hi Friends, I am setting up my new public DNS server using bind 9 on RHEL5.5 64bit. I also want to have an another DNS failover server on one of my another datacenter. My question is, if i installed an new slave DNS server on the second datacenter and configure the zone transfer, do it will be... (2 Replies)
Discussion started by: arumon
2 Replies

9. Red Hat

How to connect internet in Linux OS?

What all is required so that I can use internet on my Linux OS My OS: Red Hat Fedora version: 2.6 I have to connect via my Nokia cell phone via cable. This way only I had been using internet on my Windows OS. If any software is required to install on my UNIX for internet, then I don't... (1 Reply)
Discussion started by: ravisingh
1 Replies

10. IP Networking

How to connect internet in Linux OS

How to enable internet on my Linux OS My OS: Red Hat Fedora Release 9 (Sulphur) version: 2.6 I have to connect via my Nokia cell phone via cable. This way only I had been using internet on my Windows OS. If any software is required to install on my UNIX for internet, then I don't have any. If... (14 Replies)
Discussion started by: ravisingh
14 Replies
iptables action in tc(8)                                               Linux                                              iptables action in tc(8)

NAME
xt - tc iptables action SYNOPSIS
tc ... action xt -j TARGET [ TARGET_OPTS ] DESCRIPTION
The xt action allows to call arbitrary iptables targets for packets matching the filter this action is attached to. OPTIONS
-j TARGET [ TARGET_OPTS ] Perform a jump to the given iptables target, optionally passing any target specific options in TARGET_OPTS. EXAMPLES
The following will attach a u32 filter to the ingress qdisc matching ICMP replies and using the xt action to make the kernel yell 'PONG' each time: tc qdisc add dev eth0 ingress tc filter add dev eth0 parent ffff: proto ip u32 match ip protocol 1 0xff match ip icmp_type 0 0xff action xt -j LOG --log-prefix PONG SEE ALSO
tc(8), tc-u32(8), iptables-extensions(8) iproute2 3 Mar 2016 iptables action in tc(8)
All times are GMT -4. The time now is 06:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy