Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 10-08-2005, 04:26 PM   #1 (permalink)
In The Zone
 
Join Date: Jul 2005
Location: Hyderabad
Posts: 231
Default Lan configuration on Linux Suse 9.1 personal


Can ne body tell me how to configure my inter net settings on Suse 9.1 personal the details provided by my ISp is

1)ip address 10.0.0.203 (this is my ip address)
2)Subnet mask 255.255.255.0
3)Gateway 10.0.0.1
4)Preferred DNS server 10.0.0.1

plz tell me where to enter this details so tat i can surf the net on suse 9.1 personal edition of linux
__________________
fighting for peace is like ****ing for virginity
cryptid is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 10-08-2005, 07:51 PM   #2 (permalink)
In The Zone
 
hcp006sl's Avatar
 
Join Date: May 2005
Location: Kolkata
Posts: 221
Default

Wrong section. please post in 'Open Source'.
__________________
Orkut members are invited to join:
http://www.orkut.com/Community.aspx?cmm=28705185
hcp006sl is offline  
Old 10-08-2005, 08:36 PM   #3 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

Hi,

An easy way to do this would be trhough suse's YAST tool, somewhere you should find the options to set up the network interface, otherwise, follow these instructions -

What follows are the general instructions for configuring an ethernet in a linux distribution (assuming only one LAN card in the system).

1. Login as root in a terminal.
2. Optional step - find out the module used by your LAN card and load it by using "modprobe <module name>".
3. Configure your IP addres.

Code:
ifconfig eth0 10.0.0.203
4. Configure the netmask

Code:
ifconfig eth0 netmask 255.255.255.0
5. Add the DNS entries by opening the file /etc/resolv.conf in an editor (try typing kedit /etc/resolv.conf, or gedit /etc/resolv.conf)

Add the lines of your DNS servers

Code:
namesever 10.0.0.1
6. Add the gateway

Code:
route add default gw 10.0.0.1
7. Start the network interface

Code:
ifconfig eth0 up
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
ujjwal is offline  
Old 10-08-2005, 08:49 PM   #4 (permalink)
Another Brick in the Wall
 
drgrudge's Avatar
 
Join Date: Jul 2004
Location: Dubai/Chennai
Posts: 3,027
Default

Moved Here
__________________
I Love Photography. I Love Aperture. I Love Mac.
drgrudge is offline  
Closed Thread

Bookmarks

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 On


 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 05:01 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2