All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: How to bind 2 WAN 1 LAN ?
@ 2002-12-03 21:04 George Vieira
  0 siblings, 0 replies; 7+ messages in thread
From: George Vieira @ 2002-12-03 21:04 UTC (permalink / raw)
  To: 'raykey@dinyi.com.tw', netfilter-announce; +Cc: netfilter

You need a combination of iptables and iproute2 to do what you want because
routing is based on it's DESTINATION address and you need to route on your
SOURCE address so it uses a different route depending on which source IP is
in the packet..

Refer to this page which is sort of what you want BUT not exact. It'll give
you some ideas...

http://www.samag.com/documents/s=1824/sam0201h/

 
 
Thanks,
____________________________________________
George Vieira
Systems Manager
georgev@citadelcomputer.com.au 
Citadel Computer Systems Pty Ltd
Phone : +61 2 9955 2644
HelpDesk: +61 2 9955 2698  
http://www.citadelcomputer.com.au
 


-----Original Message-----
From: raykey@dinyi.com.tw [mailto:raykey@dinyi.com.tw]
Sent: Thursday, 24 October 2002 3:25 PM
To: netfilter-announce@lists.netfilter.org
Cc: netfilter@lists.samba.org
Subject: How to bind 2 WAN 1 LAN ?


Dear all...

I'm a Chinese and I don't think that my English is well .
But I have a big problem in use IPTABLES .
I've looked all the documents and FAQs , but I can't find a solution to
solve my problem .
At last I decide to ask you in my poor English ...^^||

I have a Linux server (Turbo Linux7.0 in kernel 2.4.9-3) to be my NAT server
.
I have make it running iptables-1.2.2-6 .
It have 3 NIC(Network interface Card) eth0.eth1.eth2 .
I have 1 LAN and 2 WAN interface they are 192.168.1.0/255.255.255.0 and 2
ADSL (one of my ADSL is pppoe another one is static IP) .
Now I want to bind thy all in my NAT server .
I rty to cut my LAN to 4 part are 192.168.1.0/255.255.255.192 &
192.168.1.64/255.255.255.192 & 192.168.1.128/255.255.255.192 &
192.168.1.192/255.255.255.192 .

That I wish the preceding 3 part go out and in with the pppoe ADSL (ppp0)
and the final part go through with static IP(because they are my servers) .

My biggest problem is in Linux I can't set the default gateway otherwise the
ppp0 will not work .
But if ppp0 is working I can't find who to make my final part
(192.168.1.192/26) go through the eth0 out or aome in  ...-.-"

I have do my best to explain my problem .
If you can't understand my question maybe can find somebody who know my
English or can talk in Chinese will better .

Sincerely yours
thanks a lot...^^

------------------------------
¹©©ö¦L¨ê¸ê°T«Ç
Dinyi Printing CO. LTD
RaykeySu
raykey@dinyi.com.tw
------------------------------


^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: How to bind 2 WAN 1 LAN ?
@ 2002-10-24 22:01 George Vieira
  2002-10-28 16:15 ` Antony Stone
  0 siblings, 1 reply; 7+ messages in thread
From: George Vieira @ 2002-10-24 22:01 UTC (permalink / raw)
  To: '??'; +Cc: netfilter

I'm totally confused on your problem and maybe a drawing using TEXT
characters might be better. Sounds like your problem is NOT an IPtables
problem but more a routing issue.

You talk about parts which I have no idea what they are.. ie "preceding 3
part go"
can you explain further without using words like "it","they","that"..etc.. 
 
Thanks,
____________________________________________
George Vieira
Citadel Computer Systems Pty Ltd
Systems Manager
georgev@citadelcomputer.com.au
http://www.citadelcomputer.com.au
 


-----Original Message-----
From: raykey@dinyi.com.tw [mailto:raykey@dinyi.com.tw]
Sent: Thursday, 24 October 2002 3:25 PM
To: netfilter-announce@lists.netfilter.org
Cc: netfilter@lists.samba.org
Subject: How to bind 2 WAN 1 LAN ?


Dear all...

I'm a Chinese and I don't think that my English is well .
But I have a big problem in use IPTABLES .
I've looked all the documents and FAQs , but I can't find a solution to
solve my problem .
At last I decide to ask you in my poor English ...^^||

I have a Linux server (Turbo Linux7.0 in kernel 2.4.9-3) to be my NAT server
.
I have make it running iptables-1.2.2-6 .
It have 3 NIC(Network interface Card) eth0.eth1.eth2 .
I have 1 LAN and 2 WAN interface they are 192.168.1.0/255.255.255.0 and 2
ADSL (one of my ADSL is pppoe another one is static IP) .
Now I want to bind thy all in my NAT server .
I rty to cut my LAN to 4 part are 192.168.1.0/255.255.255.192 &
192.168.1.64/255.255.255.192 & 192.168.1.128/255.255.255.192 &
192.168.1.192/255.255.255.192 .

That I wish the preceding 3 part go out and in with the pppoe ADSL (ppp0)
and the final part go through with static IP(because they are my servers) .

My biggest problem is in Linux I can't set the default gateway otherwise the
ppp0 will not work .
But if ppp0 is working I can't find who to make my final part
(192.168.1.192/26) go through the eth0 out or aome in  ...-.-"

I have do my best to explain my problem .
If you can't understand my question maybe can find somebody who know my
English or can talk in Chinese will better .

Sincerely yours
thanks a lot...^^

------------------------------
¹©©ö¦L¨ê¸ê°T«Ç
Dinyi Printing CO. LTD
RaykeySu
raykey@dinyi.com.tw
------------------------------


^ permalink raw reply	[flat|nested] 7+ messages in thread
* How to bind 2 WAN 1 LAN ?
@ 2002-10-24  5:25 冷日
  0 siblings, 0 replies; 7+ messages in thread
From: 冷日 @ 2002-10-24  5:25 UTC (permalink / raw)
  To: netfilter-announce; +Cc: netfilter

[-- Attachment #1: Type: text/plain, Size: 1474 bytes --]

Dear all...

I'm a Chinese and I don't think that my English is well .
But I have a big problem in use IPTABLES .
I've looked all the documents and FAQs , but I can't find a solution to
solve my problem .
At last I decide to ask you in my poor English ...^^||

I have a Linux server (Turbo Linux7.0 in kernel 2.4.9-3) to be my NAT server
.
I have make it running iptables-1.2.2-6 .
It have 3 NIC(Network interface Card) eth0.eth1.eth2 .
I have 1 LAN and 2 WAN interface they are 192.168.1.0/255.255.255.0 and 2
ADSL (one of my ADSL is pppoe another one is static IP) .
Now I want to bind thy all in my NAT server .
I rty to cut my LAN to 4 part are 192.168.1.0/255.255.255.192 &
192.168.1.64/255.255.255.192 & 192.168.1.128/255.255.255.192 &
192.168.1.192/255.255.255.192 .

That I wish the preceding 3 part go out and in with the pppoe ADSL (ppp0)
and the final part go through with static IP(because they are my servers) .

My biggest problem is in Linux I can't set the default gateway otherwise the
ppp0 will not work .
But if ppp0 is working I can't find who to make my final part
(192.168.1.192/26) go through the eth0 out or aome in  ...-.-"

I have do my best to explain my problem .
If you can't understand my question maybe can find somebody who know my
English or can talk in Chinese will better .

Sincerely yours
thanks a lot...^^

------------------------------
鼎易印刷資訊室
Dinyi Printing CO. LTD
RaykeySu
raykey@dinyi.com.tw
------------------------------

[-- Attachment #2: iptable_question_mail.txt --]
[-- Type: text/plain, Size: 2126 bytes --]

Dear all...

I'm a Chinese and I don't think that my English is well .
But I have a big problem in use IPTABLES .
I've looked all the documents and FAQs , but I can't find a solution to solve my problem .
At last I decide to ask you in my poor English ...^^||

I have a Linux server (Turbo Linux7.0 in kernel 2.4.9-3) to be my NAT server .
I have make it running iptables-1.2.2-6 .
It have 3 NIC(Network interface Card) eth0.eth1.eth2 .
I have 1 LAN and 2 WAN interface they are 192.168.1.0/255.255.255.0 and 2 ADSL (one of my ADSL is pppoe another one is static IP) .
Now I want to bind thy all in my NAT server .
I rty to cut my LAN to 4 part are 192.168.1.0/255.255.255.192 & 192.168.1.64/255.255.255.192 & 192.168.1.128/255.255.255.192 & 192.168.1.192/255.255.255.192 .

That I wish the preceding 3 part go out and in with the pppoe ADSL (ppp0) and the final part go through with static IP(because they are my servers) .

The following diagram would illustrate it quite well if I had any artistic talent:

|------------------|
| 192.168.1.0 ~ 63 |----+					   (ppp0)
|------------------|	|	|-----------------------|	|-----------|
			|>......|...........>DHCP (eth2)|-------|ADSL modem |------WAN
|------------------|	|	|			|	|-----------|
|192.168.1.64 ~ 128|----+	|			|
|------------------|	|	|			|	|-----------|
			|	|     61.aa.bb.cc (eth0)|-------|61.aa.bb.cd|------WAN
|------------------|	|	|			|	|-----------|
|192.168.1.129~ 191|----+-------|192.168.1.254	(eth1)	|	  (Gateway)
|------------------|		|-----------------------|		|
					|>.............................>|
|------------------|			|
|192.168.1.192~ 253|--------------------+
|------------------|

My biggest problem is in Linux I can't set the default gateway otherwise the ppp0 will not work .
But if ppp0 is working I can't find who to make my final part (192.168.1.192/26) go through the eth0 out or aome in  ...-.-"

I have do my best to explain my problem .
If you can't understand my question maybe can find somebody who know my English or can talk in Chinese will better .

Sincerely yours
thanks a lot...^^

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-12-03 21:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <000b01c27b1e$36efdd80$5101a8c0@dinyi.com.tw>
2002-10-24  9:57 ` How to bind 2 WAN 1 LAN ? Antony Stone
2002-10-24 23:53   ` Andrew Smith
2002-10-24 19:15 ` murphy
2002-12-03 21:04 George Vieira
  -- strict thread matches above, loose matches on Subject: below --
2002-10-24 22:01 George Vieira
2002-10-28 16:15 ` Antony Stone
2002-10-24  5:25 冷日

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.