Displaying 20 results from an estimated 10000 matches similar to: "lartc.org reading"
2005 Jan 06
2
routing decisions
Hi,
I have Mandrake 10.0 gateway with internet via. ppp0. Also, another
machine 192.168.0.4 is always connected to net via. a dial-up
modem. Now I want to allow a machine (192.168.0.2) in my LAN to
access net through 192.168.0.4. So according to lartc howto I did,
# echo 200 John >> /etc/iproute2/rt_tables
# ip rule add from 192.168.0.2 table John
# ip route add default via 192.168.0.4 dev
2004 Dec 22
4
allocating b/w
Hi,
A majority of our work inolves ftp to my clients'' side over our
slow connection. Now we need to allocate a greater b/w for this
protocol. Is there anyway I can do it using lartc easily?
Any suggestions on this please?
With warm regards,
-Payal
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc
2005 Jan 26
2
OT: syncing
Hi,
An offtopic quesiton, but I could not think of asking any other list
where it might be answered.
I have a client uploading a few designs (25-30 Mbs) daily at a remote
ftp server. We download them in morning. Since we have a slow
connection we daily waste a couple of hours downloading it. Is there
any way I can download them at night. The only thing is that I am not
sure of the time they
2005 Feb 11
1
load sharing
Hi,
I am taking my machine loaded with Mandrake 10.0 and Suse 9.1 to my
friend''s place. She has 2 different ISP providing pppoe connections
in her office. She has allowed me try load balancing on my machine on
Sunday. I just wanted to know does lartc stand good with pppoe? I
have heard conflicting opinions on the same. I do not want to patch
my kernel at all for it. Is it possible
2006 Oct 05
0
Re: LARTC Digest, Vol 20, Issue 4
Hi,
I think you now have 2 Links to the internet. You want to route web traffic
(transparent proxy triffic) via one link and the rest via the other link.
If it is the case, It is possible to do. I have done it.
here I have mentioned eth0 and eth1
eth0 is connected to one link (link1)
eth1 is connected to other link (link2) , via this link, web traffic will be
routed.
echo 210 link1 >>
2003 Sep 30
2
password problem with rsync
Hi,
I want to use rsync from a script. Before that I am trying it from
command line. I use it as,
$ rsync --password-file=pass -e ssh -av legal.txt accounts@127.0.0.1:/home/accounts
accounts@127.0.0.1's password:
I don't want to be prompted for password.
$ ls -l pass
-rwx------ 1 payal payal 9 Sep 30 19:11 pass*
$ cat pass
accpass123
[Don't worry it is not on real
2005 Nov 10
6
throtling bandwidth
Hi,
My branch office as got a 256Kbps b/w from their service provider at a
very very high rate per Mb. They don''t require 256Kbps at all but the
ISP does not offer anything low. Can we restrict the bandwith to say
64Kbps nothing fancy? How do I go about it?
With warm regards,
-Payal
2003 Oct 01
0
AW: password problem with rsync
The password is related to a rsync server,
when you communicate through the rsync port:
grep rsync /etc/services
rsync 873/tcp # rsync
rsync 873/udp # rsync
the authentication therefore is done against the rsync serverpassword.
Yo wanted to "file in" the ssh password?
Not possible in this way ...
Rainer
-----Urspr?ngliche
2004 Sep 08
0
Can I do this?
Hello, LARTC!
I''ve been having troubles with load balance with ip + fwmark. I was
wondering if these points are mandatory for this scheme to work:
1. Is there any problem if the linux gateway has a default gateway? Do
I have to remove it?
2. In the scenario with 4 NICs, one routing table each, and another
routing table doing load balance, Do the tables that imply routes that
are being
2003 Oct 30
7
default route
Hi,
Is it possible to use more than one default route? I believe yes.
Any comments on them. If I use more than one, where will the trafficc be
diverted from?
With warm regards,
-Payal
--
For GNU/Linux Success Stories and Articles visit:
http://payal.staticky.com
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2003 Sep 24
3
updating server with rsync????
Hi,
I have 2 ftp servers with 3 identical users.
I want server B to be updated of server A.
Whatever changes mmade by users on server A should be made on server B
say every 5 hours.
Is rsync the right tool to use here?
Can rsync be used such that only changed files are downloaded?
Thanks a lot and bye.
With warm regards,
-Payal
--
For GNU/Linux Success Stories and Articles visit:
2000 Nov 04
0
Re: LARTC digest, Vol 1 #28 - 1 msg
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
>>>>> "wf" == lartc-request <lartc-request@mailman.ds9a.nl> writes:
wf> The ip route how-to describes the following for setting up
wf> source routing
wf> #echo 501 uras.out >> /etc/iproute2/rt_tables
wf> Error: argument "uras.out" is wrong: invalid table ID
I''m
2006 Mar 28
4
[ ] IProute2 error ..
Dear all,
I am having problem using iproute2 on my new Slackware 10.1 box.
Here goes the problem:
root@localhost:~# echo "200 DOONET" >> /etc/iproute2/rt_tables
root@localhost:~# cat /etc/iproute2/rt_tables
#
# reserved values
#
255 local
254 main
253 default
0 unspec
#
# local
#
#1 inr.ruhep
200 DOONET
root@localhost:~# ip rule add from 10.255.255.0/24
2005 Jul 09
1
Problems with iproute2
I''m using Debian (sarge)
I do now have 2 ISP, one DSL and one cabel.
I want to use the DSL as my primary and only use the cabel-modem if the DSL
fails.
The setup is:
IP1 -> Router -> NAT_IP1 -> eth0 -> eth2 (LAN)
IP2 -> Cable-Modem -> eth1 -> eth2 (LAN)
I wrote the following in my /etc/iproute2/rt_tables
ip rule add from NAT_IP1 lookup 1
ip route add
2005 Oct 29
2
iproute create policy routes after reboot
Which files do I need to edit in order to initialize a route after a
reboot.
I have a 802.1q tagged VLAN interface which I need to create a rule, and a
route for.
I see on my CentOs 4.2 box that in /etc/iproute2 there are the following
files. I realize that I can add my tables to /etc/iproute2/rt_tables, but
when I want to create a rule I am not sure where to put the information
for the
2005 Nov 10
7
simple routing query
Hi,
I have 2 interfaces - one for adsl and other for LAN on my Linux gateway
machine. The IP addresses are 10.10.10.3 & 192.168.10.101 respectively.
Now my routing tables show this particular entry. What exactly is this?
169.254.0.0/16 dev eth0 scope link
Or by traditional route -n,
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
What exactly is this 169.254.0.0/16
2004 Mar 31
0
load balance a file download across two connections - success!
First of all, thanks to this group for the awesome documentation on the
load balancing and thanks to http://www.ssi.bg/~ja/nano.txt. I''m now
balancing a DSL and Cable Modem account (DSL is 1.5/768 and Cable is
3/256). It took some work but I learned a lot along the way.
For a few sites that I tend to download a lot from, I found that I could
configure Flashget
2004 Jun 08
0
Routing - new table
Hello,
I have tested a simple thing in two version of Linux and there was a
problem when I have used fwmark as a selector for rule lookups. As you
can see below on the Slack, the <test> table doesn''t have any label
about fwmark. Is there an iproute problem?
--------------------------------------
# cat /etc/fedora-release
Fedora Core release 2 (Tettnang)
# uname -r
2.6.5-1.358
#
2006 Feb 09
8
load balancing and failover
Hi,
A friend of mine has 2 lines of 512kbps terminated in two Linux boxes.
He now want to remove those 2 boxes and have some device which will
loadbalance the two ISPs and also have a failover arrangement. But he
has agreed to give me a chance to do it on Linux for my own
satisfication.
Is this easy to do with lartc? How do I go about it exactly? I have
very less time to do it since his
2005 Nov 07
0
using lartc
Hi,
Even after many tries I am not able to get lartc at all. So, I am
starting fresh again. Can someone tell can I use lartc on a single
machine and see it working? Where do I start from exactly? I am getting
more and more confused.
With warm regards,
-Payal