Networking Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationNetworking Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
  #1  
Old March 7th, 2002, 08:49 PM
skeasor skeasor is offline
Masked Chicken
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Posts: 54 skeasor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 57 m 52 sec
Reputation Power: 7
Send a message via AIM to skeasor
Debian Linux Networking

Hello everyone,

I am looking for the easiest way to setup my debian system for an ethernet network at work.

Thanks,
skeasor
__________________
____________
Thanks,
Skeasor

Got Debian Linux?
www.debian.org

Reply With Quote
  #2  
Old March 8th, 2002, 12:43 PM
M.Hirsch M.Hirsch is offline
Contributing User
Dev Shed God 1st Plane (5500 - 5999 posts)
 
Join Date: Oct 2000
Location: Back in the real world.
Posts: 5,969 M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Month 1 Day 22 h 39 m 55 sec
Reputation Power: 184
find it. (flame, flame, flame)

what kind of post is this? what do you expect? a networking course for free where you can learn in 1hr how TCP/IP works?
__________________
--
Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more.

Reply With Quote
  #3  
Old March 12th, 2002, 09:19 PM
skeasor skeasor is offline
Masked Chicken
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Posts: 54 skeasor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 57 m 52 sec
Reputation Power: 7
Send a message via AIM to skeasor
Actually, I know how TCP/IP works. I was wondering about the files to edit. Such as the network interfaces. If you don't want to help, don't reply.

Reply With Quote
  #4  
Old March 13th, 2002, 02:18 AM
robson robson is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Posts: 58 robson User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 33 sec
Reputation Power: 7
Hello skeasor,

After loading the driver for my NIC with modconf I set up networking on my potato box by following the instructions on http://www.burdell.org/resnet/debian.html.
Unfortunately this page doesn't exist any more but there was a cached version at google - I put it up on my page http://www.stereolyzer.net/burdell-resnet-debian.html.

This is not a full featured init script with start/stop ... but I learned a lot from it.

If you want I can send you my /etc/init.d/network and /etc/network/interfaces - these should be ready to do their work after you apply your settings.

HTH
Robert

Reply With Quote
  #5  
Old March 13th, 2002, 05:31 AM
skeasor skeasor is offline
Masked Chicken
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Posts: 54 skeasor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 57 m 52 sec
Reputation Power: 7
Send a message via AIM to skeasor
Thanks. However, the urls that you gave me were incorrect and didn't load. Maybe you typed your url incorrectly. You could send your networking files to me so I could look at them. That would help out a lot.
skeasor@pa.net

Reply With Quote
  #6  
Old March 13th, 2002, 05:46 AM
robson robson is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Posts: 58 robson User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 33 sec
Reputation Power: 7
oops the trailing . makes the url corrupt. Try http://www.stereolyzer.net/burdell-resnet-debian.html

This is the my interface definition

# /etc/network/interfaces -- configuration file

# for ifup(8), ifdown(8)

# The loopback interface
iface lo inet loopback
name Loopback: virtual interface

# eth0
iface eth0 inet static
address 192.168.170.114
netmask 255.255.255.0
broadcast 192.168.170.255
gateway 192.168.170.11


The /etc/init.d/networking should work without modifications as far as I can remember.

Reply With Quote
  #7  
Old March 13th, 2002, 09:19 AM
skeasor skeasor is offline
Masked Chicken
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Posts: 54 skeasor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 57 m 52 sec
Reputation Power: 7
Send a message via AIM to skeasor
So this setup will also work even if I have a modem connection and my debian system will be the server?

Reply With Quote
  #8  
Old March 13th, 2002, 09:38 AM
robson robson is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Posts: 58 robson User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 33 sec
Reputation Power: 7
No.
Unfortunately I can't give you any advice on that.
The debian-firewall list would maybe a place to look for information. Maybe this message could be a starting point.

Good luck,
Robert

Reply With Quote
  #9  
Old March 22nd, 2002, 03:19 PM
skeasor skeasor is offline
Masked Chicken
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Posts: 54 skeasor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 57 m 52 sec
Reputation Power: 7
Send a message via AIM to skeasor
now I think my network card isn't configured correctly. how do I go about doing this?

Reply With Quote
  #10  
Old April 7th, 2002, 09:36 PM
chrisj0 chrisj0 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 5 chrisj0 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
what card?

Do a google search for you cardname+linux moudles. and load the correct module with "modprobe modulename". Most linux come with netconfig. It will promt you for info and set-up your eth0 interface. Edit resolv.conf and add you DNS info and you should be up and running. if you have problem at this point check the routing table with "netstat -rn" and make sure a defualt gateway is there for you interface.
good luck
chris

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationNetworking Help > Debian Linux Networking


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway