lan help


 
Thread Tools Search this Thread
Operating Systems Linux lan help
# 1  
Old 07-14-2009
lan help

iam using open suse 10.3 in dual boot with windows
internet is through Lan(ethernet)
in windows by entering below data in Lan properties net is coming

the information is bellow

ip 10.2.45.67
subnet 255.255.0.0

default gate way 10.1.1.4


login using 10.1.1.4

in linux iam not directly getting internet

how to configure in linux the above data tell me step by step

Last edited by seshumohan; 07-14-2009 at 06:53 AM..
# 2  
Old 07-14-2009
What's your question? What do you have problems with?
# 3  
Old 07-14-2009
Run this command

ifconfig -a

It'll show you all the interfaces that have been configured by Suse. Normally, you would have eth0 as the first ethernet interface. To configure it:

ifconfig eth0 up <== to bring it up
ifconfig 10.2.45.67 netmask 255.255.0.0 broadcast 10.2.255.255

Default gateway is set by route command

route add default gw 10.1.1.4

Anyhow, you can do all this by Yast. It's a good tool, look under Networking.

HTH,
Nitin Smilie
# 4  
Old 07-14-2009
thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Fedora

about lan

how can i lan between two or more computers having linux fedora as os? (1 Reply)
Discussion started by: Ravi Kumar Mish
1 Replies

2. IP Networking

lan

how can i make lan between two or more computers having linux fedora as os...? (1 Reply)
Discussion started by: Ravi Kumar Mish
1 Replies

3. Red Hat

Different hostnames with reboot while lan cable, no lan cable

I am facing strange problem regarding hostname on my Linux(2.6.18-164.el5xen x86_64 GNU/Linux), the hostname changes if reboot with lan cable and with NO lan cable Reboot with lan cable: The hostname is ubunut Unable to connect Oracle database using sqlplus some times database is not... (2 Replies)
Discussion started by: LinuxLearner
2 Replies

4. IP Networking

Local Lan, no-ip directed DNS forward, surf within lan

Hi, We have a website running on a local centos 5.4 surfer, static IP. The domain.com uses no-ip.com to take care of the DNS, it forwards all to my server. My router receives the port 80 call, routes it to my server and the world can see domain.com perfectly fine. However, we cannot see... (3 Replies)
Discussion started by: lawstudent
3 Replies

5. IP Networking

DNS on LAN

Hi all. I am trying to use BIND9 as DNS server. All goes well, except that i can't lookup my relative LAN hostnames instead of full domain names. F.e. i can lookup host hostname.subdomain.domain but can't host hostname This is my master zone file --------------------- $TTL 3h... (2 Replies)
Discussion started by: kukuruku
2 Replies

6. SCO

mirroring in lan between 2 pc

hi ;i had setup a lan connection under sco open server release 5.0.5 between 2 pc with tcp/ip , but i want to mirror one of both for other but i can not do this please tell me about how to configure 2 pc for mirroring ? thank you::( (3 Replies)
Discussion started by: hossein
3 Replies

7. IP Networking

lan networking

hello , i have a problem about connectin between two computers with lan connection , i setup lan card for each of both the computers and when ping with each of them seperatly its true but when i ping from one of them to other that is bring up " no rout to host " or " host is down" please help me (1 Reply)
Discussion started by: hossein
1 Replies

8. Solaris

How to configure private LAN and coporate LAN on the same machine-Solaris10

Hi , I am trying to configure a private LAN and corporate LAN on the same machien on Solaris 10. How can I achieve this? Thanks (1 Reply)
Discussion started by: deedee
1 Replies

9. Linux

LAN settings

Hi all, How do i check whether the LAN is using full-duplex or half-duplex? It'll be best if there is a method on command line but i don't mind using GUI. (1 Reply)
Discussion started by: nickk
1 Replies

10. IP Networking

LAN Simulatar

I have one PC at home. Opeating Sysem: Both Fedora Core4,Windows 98. I want to download a LAN simulator for learning Networking (which will work on Fedora4 platform) Purpose: To work on a single PC, but as if I am working on a LAN. I want to check out the Linux networking commands like... (5 Replies)
Discussion started by: ameya_shaligram
5 Replies
Login or Register to Ask a Question