Sponsored Content
Full Discussion: lan help
Operating Systems Linux lan help Post 302333919 by nitin on Tuesday 14th of July 2009 10:06:40 AM
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
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
aoe-interfaces(8)					      System Manager's Manual						 aoe-interfaces(8)

NAME
aoe-interfaces - restrict aoe driver to specified network interfaces SYNOPSIS
aoe-interfaces [dev1] [dev2 ...] aoe-interfaces -c DESCRIPTION
The aoe-interfaces command tells the aoe driver to ignore ATA over Ethernet (AoE) traffic on all but the specified network interfaces. It is analogous to the aoe_iflist module load option. If neither the aoe_iflist module load option nor the aoe-interfaces command are used, the aoe driver will use any network interface for AoE traffic. Using aoe-interfaces to limit AoE to only trusted networks prevents the case where a rogue AoE target appears on a public net- work, diverting data from the legitimate AoE target. Such an imposter target effectively corrupts the data on the legitimate target. If the aoe driver is a module, then calling aoe-interfaces without arguments will display the current interfaces list. If it hasn't been set then the output will be blank. It's good to run the aoe-discover command after setting the AoE interfaces list. OPTIONS
-c The -c flag will clear the interface access list, permitting any interface to be used. EXAMPLE
In this example, the root user on a host named nai loads the aoe module with only eth0 allowable for AoE traffic. After remembering that shelf 7 is on eth3, this sysadmin uses aoe-interfaces to add eth3 to the list of allowable network interfaces and then calls aoe-discover to ask the aoe driver to look for new AoE devices. nai:~# modprobe aoe aoe_iflist="eth0" nai:~# aoe-stat e10.9 eth0 up nai:~# aoe-interfaces eth0 eth3 nai:~# aoe-discover nai:~# aoe-stat e7.0 eth3 up e7.1 eth3 up e7.2 eth3 up e7.3 eth3 up e7.4 eth3 up e7.5 eth3 up e7.6 eth3 up e7.7 eth3 up e7.8 eth3 up e7.9 eth3 up e10.9 eth0 up nai:~# aoe-interfaces eth0 eth3 SEE ALSO
aoe-discover(8), aoe-stat(8), aoetools(8). AUTHOR
Ed L. Cashin (ecashin@coraid.com) aoe-interfaces(8)
All times are GMT -4. The time now is 04:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy