LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-03-2010, 04:23 PM   #16
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985

I already gave you a link to the bridge + netfilter howto in the very first reply, what else is there to know?
 
Old 03-03-2010, 09:14 PM   #17
callingcard
LQ Newbie
 
Registered: Feb 2010
Posts: 19

Original Poster
Rep: Reputation: 0
Hi.

i will preffer if someone do it for me and i pay to him. rather then doing it my self and managing my customers, this is really very big problem for me.
 
Old 03-03-2010, 09:14 PM   #18
callingcard
LQ Newbie
 
Registered: Feb 2010
Posts: 19

Original Poster
Rep: Reputation: 0
rather then reading all that tutorial , understanding , applying diffrent changes etc. for me this is long process. i am also not expert in that...
 
Old 03-03-2010, 10:33 PM   #19
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
In that case, might be a good idea to tell where you are? And where is the computer, which needs to be configured?
 
1 members found this post helpful.
Old 03-03-2010, 10:34 PM   #20
callingcard
LQ Newbie
 
Registered: Feb 2010
Posts: 19

Original Poster
Rep: Reputation: 0
Thank you nimnull !

I live in United Arab Emirates.

And my both windows and linux servers are in London Data center. in Virtual private rack.
 
Old 03-03-2010, 11:34 PM   #21
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
Interesting. Virtual private rack. And I suppose one need to put there a Virtual Linux box and set up a virtual firewall.

How do you imagine one can do it?
And what is Virtual private rack? Does it exist? Is windows as well virtual?

Sorry, but really, how can it be done?
 
Old 03-03-2010, 11:38 PM   #22
callingcard
LQ Newbie
 
Registered: Feb 2010
Posts: 19

Original Poster
Rep: Reputation: 0
my dear. one of my friend did this 100% . he also provide same services what i provide.

The same topology he setup on vlan. and his services are working very fine now.
 
Old 03-04-2010, 12:15 AM   #23
callingcard
LQ Newbie
 
Registered: Feb 2010
Posts: 19

Original Poster
Rep: Reputation: 0
yes.

windows and linux both are in same data center in virtual private racks.
both windows and linux has 2 NICs.
one to main switch and one to private. like: windows <------------> linux . or linux <-------------> windows.

Now the job is to accept data on eth0 linux . and send it on eth1 linux ---------------> windows.

so the linux will be in bridge mode. and it will be like this is placed between main switch and windows machine.
it must be in transparent mode.
 
Old 03-04-2010, 01:53 AM   #24
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
So these are all vmware machines and vSwitches (or similar) In that case you need to configure the virtual networking through whatever means you have and then, yet again, just add a bridge interface on the linux box to make traffic flow between eth0 and eth1. This is sill trivial, and your descriptions seem to make it sound much more serious than it is. LQ.org is *NOT* the right place to seek Linux consultancy.
 
Old 03-04-2010, 02:23 AM   #25
callingcard
LQ Newbie
 
Registered: Feb 2010
Posts: 19

Original Poster
Rep: Reputation: 0
Hi.
What do you mean by bridge interface on linux box ?

i already have 2 NICs on linux box. one to public IP and second to private IP ( localy to windows machine ) is that you mean ?
 
Old 03-04-2010, 12:43 PM   #26
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Have you even clikced the link that we've both given you? You say you want to bridge two interfaces, yet one is on a public IP on is private?? If that's what you're saying, then clearly you don't know what bridging is at all.
 
Old 03-04-2010, 01:31 PM   #27
callingcard
LQ Newbie
 
Registered: Feb 2010
Posts: 19

Original Poster
Rep: Reputation: 0
Hi.


I got information from linux consultancy that layer2 transparent packet filtering is posisble with Ebtables. Not with Iptables.

ebtable works same like a Cisco asa 5520 works on layer2 transparent mode. And there is no need for additional interfaces.

let me know if this is correct , so i can pay money to that engineer...


Thanks.
 
Old 03-04-2010, 04:16 PM   #28
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
right, and so where are your two interfaces in the same layer 2 space? I've not seen any mention of any yet.

In general, transparent layer 2 filtering is horrible. It's the sort of thing you only do as a genuine last resort. I would personally urge you to present the problem you are facing, and not your percieved solution, to someone - including people here, and let *THEM* suggest how to actually deal with the root causes of the issues you're facing. Without wishing to sound rude, it honestly seems that you don't have a full enough grasp on what you're requesting for it to be a sensible way forward, and the last thing (I hope) you want is for you to pay someone far too much money to achieve something in a convoluted way when it could be done much better and more simply by letting someone with proper subject expertise see the problem in it's entirety.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to setup Linux Server to Install Windows KinnowGrower Linux - Server 3 05-20-2009 08:23 PM
Adding a Linux Server to a workgrouped windows environment - email setup forthb1 Linux - Server 7 03-11-2009 06:02 AM
PDC and data server setup linux / windows shared FogSwimmer Linux - Networking 4 03-26-2006 11:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 03:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration