RE: Multiple Network Gateways

2011-07-18 Thread Bonno Bloksma
Hi, >> In here you have some duplicate information that is not needed. In the eth0 >> section the netmask 255.255.255.240 together with the ip-address of >> 10.10.98.100 >> automaticaly defines the network and broadcast address you give in the next >> lines. You can leave them out. > They are ad

Re: Multiple Network Gateways

2011-07-18 Thread Erwan David
On 18/07/11 10:21, Volkan YAZICI wrote: > [Before going with the rest of the reply, I'd like to thank who (lee, > William Hopkins, Johannes Obermueller, Bonno Bloksma, Andrew McGlashan, > Camaleón) sincerely answered to my question.] > > On Fri, 15 Jul 2011 23:31:05 +0200, "Bonno Bloksma" writes:

Re: Multiple Network Gateways

2011-07-18 Thread Volkan YAZICI
[Before going with the rest of the reply, I'd like to thank who (lee, William Hopkins, Johannes Obermueller, Bonno Bloksma, Andrew McGlashan, Camaleón) sincerely answered to my question.] On Fri, 15 Jul 2011 23:31:05 +0200, "Bonno Bloksma" writes: > In here you have some duplicate information that

Re: Multiple Network Gateways

2011-07-16 Thread Camaleón
On Fri, 15 Jul 2011 16:00:52 +0300, Volkan YAZICI wrote: (...) > That is, the desired routing table is as follows. > > --8<---cut here---start->8--- > Destination Gateway Genmask Flags Metric RefUse Iface > 10.10.98.96 0.0.0.0

RE: Multiple Network Gateways

2011-07-16 Thread Bonno Bloksma
Hallo Volkan, >> I would like to setup a simple network detailed in the below schema. [] > You also have some dns lines in that interfaces file. As far as I know that is not alowed and those > lines should be in the /etc/resolv.conf file. Appart from some typos I also made an error in not

Re: Multiple Network Gateways

2011-07-15 Thread Bonno Bloksma
Hallo Volkan, I would like to setup a simple network detailed in the below schema. [] I have the funny feeling you do not understand what the gateway statemeny in a interfaces file means. reyiz# cat /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet stat

Re: Multiple Network Gateways

2011-07-15 Thread Johannes Obermueller
Hi, reyiz# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 10.10.98.96 0.0.0.0 255.255.255.240 U 0 00 eth0 192.168.100.0 0.0.0.0 255.255.255.0 U 0 00 eth1 0.0.0.0 19

Re: Multiple Network Gateways

2011-07-15 Thread lee
Volkan YAZICI writes: > On Fri, 15 Jul 2011 15:58:10 +0200, lee writes: >> Volkan YAZICI writes: >> >>>,===. eth0 ,---. >>> || internet || <-> | reyiz | >>>`==='10.10.98.100 `---' >>>

Re: Multiple Network Gateways

2011-07-15 Thread William Hopkins
On 07/15/11 at 04:00pm, Volkan YAZICI wrote: > Hi, > > I would like to setup a simple network detailed in the below schema. > > --8<---cut here---start->8--- > >,===. eth0 ,---. > || internet || <-> | reyiz |

Re: Multiple Network Gateways

2011-07-15 Thread Andrew McGlashan
Hi, Perhaps this will help: http://kindlund.wordpress.com/2007/11/19/configuring-multiple-default-routes-in-linux/ -- Kind Regards AndrewM Andrew McGlashan Broadband Solutions now including VoIP -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Re: Multiple Network Gateways

2011-07-15 Thread Volkan YAZICI
On Fri, 15 Jul 2011 15:58:10 +0200, lee writes: > Volkan YAZICI writes: > >>,===. eth0 ,---. >> || internet || <-> | reyiz | >>`==='10.10.98.100 `---' >> ^ >>

Re: Multiple Network Gateways

2011-07-15 Thread lee
Volkan YAZICI writes: >,===. eth0 ,---. > || internet || <-> | reyiz | >`==='10.10.98.100 `---' > ^ > eth1 | 192.168.100.100 >