The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> System Administration
> Networking Help
|
Debian Linux Networking
Discuss Debian Linux Networking in the Networking Help forum on Dev Shed. Debian Linux Networking Networking Help forum discussing issues such as routers, switches, small networks, file sharing etc. Find information for both wired and wireless networks.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

March 7th, 2002, 08:49 PM
|
|
Masked Chicken
|
|
Join Date: Jul 2001
Location: Ohio/Pennsylvania
Posts: 107
Time spent in forums: 12 h 53 m 51 sec
Reputation Power: 12
|
|
|
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
|

March 8th, 2002, 12:43 PM
|
|
Contributing User
|
|
Join Date: Oct 2000
Location: Back in the real world.
|
|
|
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?
|

March 12th, 2002, 09:19 PM
|
|
Masked Chicken
|
|
Join Date: Jul 2001
Location: Ohio/Pennsylvania
Posts: 107
Time spent in forums: 12 h 53 m 51 sec
Reputation Power: 12
|
|
|
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.
|

March 13th, 2002, 02:18 AM
|
|
Contributing User
|
|
Join Date: Dec 2001
Posts: 58
Time spent in forums: 1 m 33 sec
Reputation Power: 12
|
|
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
|

March 13th, 2002, 05:31 AM
|
|
Masked Chicken
|
|
Join Date: Jul 2001
Location: Ohio/Pennsylvania
Posts: 107
Time spent in forums: 12 h 53 m 51 sec
Reputation Power: 12
|
|
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
|

March 13th, 2002, 05:46 AM
|
|
Contributing User
|
|
Join Date: Dec 2001
Posts: 58
Time spent in forums: 1 m 33 sec
Reputation Power: 12
|
|
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.
|

March 13th, 2002, 09:19 AM
|
|
Masked Chicken
|
|
Join Date: Jul 2001
Location: Ohio/Pennsylvania
Posts: 107
Time spent in forums: 12 h 53 m 51 sec
Reputation Power: 12
|
|
|
So this setup will also work even if I have a modem connection and my debian system will be the server?
|

March 13th, 2002, 09:38 AM
|
|
Contributing User
|
|
Join Date: Dec 2001
Posts: 58
Time spent in forums: 1 m 33 sec
Reputation Power: 12
|
|
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
|

March 22nd, 2002, 03:19 PM
|
|
Masked Chicken
|
|
Join Date: Jul 2001
Location: Ohio/Pennsylvania
Posts: 107
Time spent in forums: 12 h 53 m 51 sec
Reputation Power: 12
|
|
|
now I think my network card isn't configured correctly. how do I go about doing this?
|

April 7th, 2002, 09:36 PM
|
|
Junior Member
|
|
Join Date: Apr 2002
Posts: 5
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
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|