Linux Server Hobby


 
Thread Tools Search this Thread
Operating Systems Linux Linux Server Hobby
# 1  
Old 02-23-2007
Linux Server Hobby

Can some of your guys give me some ideas on what I should do. I want to set up a network at my home and don't know what to start on first.
# 2  
Old 02-23-2007
It really depends on what you want to do. Sharing printers/file systems? Internet protection? Wireless? Just learn Linux?

Planning is always the first stage. What are you trying to achieve? What do you have available to use? Old machine kicking around for example. What is your current connectivity? Cable modem, DSL, ISDN, Pringles Can? Do you want static IPs or Dynamic (DHCP)?

My system runs off Comcast cable. The cable modem plugs into one of the interfaces on a Mandrake Linux firewall. The firewall block all inbound requests so no hacking allowed Smilie

I have two additional interfaces. One is the wireless interface. It plugs into an Apple Extreme. The extreme base station is as locked down as it can be and the firewall treats it like another internet access point. Data is passed through to the internet but you can't ssh to the firewall. It's also setup for DHCP.

The other interface goes to the internal network. First is a Linksys router. My main computer is plugged into that. In addition, two DLink switches are plugged in to the Linksys.

One of the switches goes to my workstation (I work from home). My VoIP, Sun Enterprise 250 (Sol10), one Sun Ultra 60 (Sol7/8), and work laptop are plugged into that.

The other switch has my wife's old computer, my OpenBSD website mirror, and my other Sun Ultra 60 plugged in.

All the cables are labled (just numbers) on either end. Each of the switches/routers have labels to show what's plugged in where. Heck I have a rack for the computers Smilie Both of our personal laptops (her XP, me Mac PBG4) come in through the wireless connection.

I don't use DHCP on my unix boxes only because I want to ssh over from the mac/xp boxes and I don't want to hunt down the generated IP address. Recently my Linksys went south. I unplugged it, put the new one in place, uploaded the configuration (I saved it) and I was back in business.

But I have a lot of systems. If you just have a couple, a linksys router plugged into the cable modem would work fine. Then plug your linux and windows or mac box into the router and you're up and running.

Carl
# 3  
Old 02-26-2007
Thnaks Carl for all the Help. I'm on the way
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Passwordless login from Linux server to windows server

Hi, I am a newbie and has been given a task to connect to a windows server from a linux server (using putty of course; for file transfer) that too passwordless. Searching through google I found "ssh-keygen" but this also couldn't work because as I tried ssh <username>@<windowsServerIP>, it says... (5 Replies)
Discussion started by: pratria
5 Replies

2. Linux

How to connect Linux server (configure two way authentication) with Windows server?

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (0 Replies)
Discussion started by: manjusharma128
0 Replies

3. Homework & Coursework Questions

Configure the AD Window server with Linux server(google Authenticator is installed)

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (2 Replies)
Discussion started by: manjusharma128
2 Replies

4. Shell Programming and Scripting

Copy files from Linux server to Windows server

Hi All, I am generating report in a Linux server and once the report is generated the report(.txt file) needs to be automatically saved in a Windows servers. So i am looking for a script to transfer the file automatically from Linux server to Windows server? Please advise. Thanks... (3 Replies)
Discussion started by: arunmanas
3 Replies

5. Shell Programming and Scripting

Connect (SSH) to Windows server via Linux server through a script and passing command.. but failing

I am trying to connect to Windows server via Linux server through a script and run two commands " cd and ls " But its giving me error saying " could not start the program" followed by the command name i specify e g : "cd" i am trying in this manner " ssh username@servername "cd... (5 Replies)
Discussion started by: sunil seelam
5 Replies

6. Shell Programming and Scripting

Copy folder and files from unix server to linux server

We would be migrating unix solaries to Linux redhat. Basically source is unix and target is linux. i would like to copy entire file system unix/source/* to target linux/souce/* but target linux has only folder setup so what ever files copied need to be placed in the linux server with same... (8 Replies)
Discussion started by: balajikalai
8 Replies

7. Red Hat

microsoft Server 2008 Active authentication to a linux server

Hi, Please could someone advise I'm trying to use winscp from a Window server 2008 R2, but i need to add the authentication key to access the linux rh 5.4 servers ? What is the best way of approaching this ? If there are any web links that could help me do this, that would be good. ... (1 Reply)
Discussion started by: venhart
1 Replies

8. HP-UX

Coping filies from Linux Server to HP-UX Server

I intend to copy file from a linux server (named zambezi) to a hp-ux (named mocuba). When I execute the command #rcp -rp zambezi:/etc/hosts /u2 / I receive the following message rcmd: connect: zambezi: Connection refused when I execute the command in the linux to copy from the HP-UX I... (2 Replies)
Discussion started by: cgege
2 Replies
Login or Register to Ask a Question