Networking Forums

Networking Forums > Computer Networking > Linux Networking > Network server with 0 configuration

Reply
Thread Tools Display Modes

Network server with 0 configuration

 
 
Javier
Guest
Posts: n/a

 
      12-06-2007, 07:28 AM
Hi,

I've been looking around for this and still couldn't find any solution
to my *problem*.
What's this?
The thing i need to do is to set up a Linux server that will act as a
router.
That's easy, i know, the tricky part - at least for me - is that it
needs to be open for any internal connection without needing any
config change in the client's computer.
Been it a static ip, dhcp or anything, the server should be able to
"catch" any of those configurations and give internet access to the
client computer.

I've seen this working in commercial solutions, but couldn't find
anything in the Linux world.

Any idea?
 
Reply With Quote
 
 
 
 
Justice
Guest
Posts: n/a

 
      12-07-2007, 12:24 PM
On Dec 6, 1:28 am, Javier <javier...@gmail.com> wrote:
> Hi,
>
> I've been looking around for this and still couldn't find any solution
> to my *problem*.
> What's this?
> The thing i need to do is to set up a Linux server that will act as a
> router.
> That's easy, i know, the tricky part - at least for me - is that it
> needs to be open for any internal connection without needing any
> config change in the client's computer.
> Been it a static ip, dhcp or anything, the server should be able to
> "catch" any of those configurations and give internet access to the
> client computer.
>
> I've seen this working in commercial solutions, but couldn't find
> anything in the Linux world.
>
> Any idea?


I use ipcop and one of the networks is my testing/lab network. All I
have ever done is plug the systems in and tada the internet. but they
have to be setup for dhcp
 
Reply With Quote
 
sumitbee@gmail.com
Guest
Posts: n/a

 
      12-07-2007, 06:24 PM
On Dec 6, 1:28 am, Javier <javier...@gmail.com> wrote:
> Hi,
>
> I've been looking around for this and still couldn't find any solution
> to my *problem*.
> What's this?
> The thing i need to do is to set up a Linux server that will act as a
> router.
> That's easy, i know, the tricky part - at least for me - is that it
> needs to be open for any internal connection without needing any
> config change in the client's computer.
> Been it a static ip, dhcp or anything, the server should be able to
> "catch" any of those configurations and give internet access to the
> client computer.
>
> I've seen this working in commercial solutions, but couldn't find
> anything in the Linux world.
>
> Any idea?


What is your internal network? Can you distinguish between "client"
computers and "external" ones by ip (range)? Since you have it set up
as a router, I am assuming this is possible. You should be able to
set up iptables, with NAT if necessary to do what you are looking for.
 
Reply With Quote
 
Justice
Guest
Posts: n/a

 
      12-08-2007, 03:25 PM
On Dec 7, 12:24 pm, sumit...@gmail.com wrote:
> On Dec 6, 1:28 am, Javier <javier...@gmail.com> wrote:
>
>
>
> > Hi,

>
> > I've been looking around for this and still couldn't find any solution
> > to my *problem*.
> > What's this?
> > The thing i need to do is to set up a Linux server that will act as a
> > router.
> > That's easy, i know, the tricky part - at least for me - is that it
> > needs to be open for any internal connection without needing any
> > config change in the client's computer.
> > Been it a static ip, dhcp or anything, the server should be able to
> > "catch" any of those configurations and give internet access to the
> > client computer.

>
> > I've seen this working in commercial solutions, but couldn't find
> > anything in the Linux world.

>
> > Any idea?

>
> What is your internal network? Can you distinguish between "client"
> computers and "external" ones by ip (range)? Since you have it set up
> as a router, I am assuming this is possible. You should be able to
> set up iptables, with NAT if necessary to do what you are looking for.


yes I have MY lan which is set up as static ip's and the LAB lan which
is DHCP.
 
Reply With Quote
 
sumitbee@gmail.com
Guest
Posts: n/a

 
      12-10-2007, 04:00 PM
On Dec 8, 9:25 am, Justice <foi...@gmail.com> wrote:
> On Dec 7, 12:24 pm, sumit...@gmail.com wrote:
>
>
>
> > On Dec 6, 1:28 am, Javier <javier...@gmail.com> wrote:

>
> > > Hi,

>
> > > I've been looking around for this and still couldn't find any solution
> > > to my *problem*.
> > > What's this?
> > > The thing i need to do is to set up a Linux server that will act as a
> > > router.
> > > That's easy, i know, the tricky part - at least for me - is that it
> > > needs to be open for any internal connection without needing any
> > > config change in the client's computer.
> > > Been it a static ip, dhcp or anything, the server should be able to
> > > "catch" any of those configurations and give internet access to the
> > > client computer.

>
> > > I've seen this working in commercial solutions, but couldn't find
> > > anything in the Linux world.

>
> > > Any idea?

>
> > What is your internal network? Can you distinguish between "client"
> > computers and "external" ones by ip (range)? Since you have it set up
> > as a router, I am assuming this is possible. You should be able to
> > set up iptables, with NAT if necessary to do what you are looking for.

>
> yes I have MY lan which is set up as static ip's and the LAB lan which
> is DHCP.


So the lab LAN and the servers with static IP are all behind the linux
router and you want to access the Internet through that box? If so,
you need to set up NAT on the linux router, with the IP ranges. Look
into "man iptables".
 
Reply With Quote
 
Justice
Guest
Posts: n/a

 
      12-11-2007, 11:40 AM
On Dec 10, 10:00 am, sumit...@gmail.com wrote:
> On Dec 8, 9:25 am, Justice <foi...@gmail.com> wrote:
>
>
>
> > On Dec 7, 12:24 pm, sumit...@gmail.com wrote:

>
> > > On Dec 6, 1:28 am, Javier <javier...@gmail.com> wrote:

>
> > > > Hi,

>
> > > > I've been looking around for this and still couldn't find any solution
> > > > to my *problem*.
> > > > What's this?
> > > > The thing i need to do is to set up a Linux server that will act as a
> > > > router.
> > > > That's easy, i know, the tricky part - at least for me - is that it
> > > > needs to be open for any internal connection without needing any
> > > > config change in the client's computer.
> > > > Been it a static ip, dhcp or anything, the server should be able to
> > > > "catch" any of those configurations and give internet access to the
> > > > client computer.

>
> > > > I've seen this working in commercial solutions, but couldn't find
> > > > anything in the Linux world.

>
> > > > Any idea?

>
> > > What is your internal network? Can you distinguish between "client"
> > > computers and "external" ones by ip (range)? Since you have it set up
> > > as a router, I am assuming this is possible. You should be able to
> > > set up iptables, with NAT if necessary to do what you are looking for.

>
> > yes I have MY lan which is set up as static ip's and the LAB lan which
> > is DHCP.

>
> So the lab LAN and the servers with static IP are all behind the linux
> router and you want to access the Internet through that box? If so,
> you need to set up NAT on the linux router, with the IP ranges. Look
> into "man iptables".


Thats right they all run NAT, as all most of the outside world sees is
the router
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Network Configuration For Connecting Group Of Workstations To Server Via Switch Silom Windows Networking 3 01-23-2007 05:04 AM
NT 4.0 and Server 2003 network configuration problems fistcar Windows Networking 0 03-23-2006 06:23 PM
Best Practices for Server Network configuration Jason Edelen Windows Networking 2 02-16-2006 04:41 PM
network configuration wizard not start in windows server 2003 Coyote Admin Windows Networking 1 05-25-2005 01:02 AM
Network configuration with proxy server Martin Underwood Home Networking 3 02-07-2005 09:15 PM



1 2 3 4 5 6 7 8 9 10 11