Networking Issues - Opera, FreeBSD, AIX


 
Thread Tools Search this Thread
Operating Systems AIX Networking Issues - Opera, FreeBSD, AIX
# 8  
Old 05-30-2012
I don't understand why you would want to change en2 to en0 - what is the point of doing so?

AIX scans at boot time the buses and attached hardware and numbers the devices found this way. The first found network interface will become en0, the next one en1, etc.. But as these numbers are just that - numbers to set apart the various interfaces - there is simply no point in changing them. The interfaces could as well be named "Jones" and "Smith" or "yellow" and "green". The numbers do not constitute any "priority" or other functional difference between the interfaces.

admin_xor told you already how to change a single interface from en2 to en0. I would just like to add that you have to remove the original en0 first before renaming en2. After that you can run cfgmgr to rescan the hardware inventory and add the original en0 - now probably as en2.

I hope this helps.

bakunin

Last edited by bakunin; 05-30-2012 at 03:37 AM..
# 9  
Old 05-30-2012
AIX link# issue

Hi,
The interface en2 is connected to network link#3 as per the output of netstat -in command..
Quote:
# netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
en2 1500 link#3 be.b2.59.c3.42.6 52106221 0 24375839 0 0
en2 1500 9.126.88 9.126.88.63 52106221 0 24375839 0 0
en2 1500 2010::bcb2:59ff:fec3:4206 52106221 0 24375839 0 0
That network link#3 should be changed to link#0..
Interface en2 may remain same..
Attached snapshot of AIX netstat -in output..
Please do help soon to sort out the issue..Smilie

Moderator's Comments:
Mod Comment edit by bakunin: doesn't this belong to the other thread you opened? There you asked how to change a link number too, yes? I am going to merge the two threads.


---------- Post updated at 01:47 AM ---------- Previous update was at 01:29 AM ----------

Hi,
The interface en2 is connected to network link#3 as per the output of netstat -in command
Quote:
# netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs
en2 1500 link#3 be.b2.59.c3.42.6 52106221 0 24375839 0
en2 1500 9.126.88 9.126.88.63 52106221 0 24375839 0
en2 1500 2010::bcb2:59ff:fec3:4206 52106221 0 24375839 0
The en2 is connected through link#3..
That link#3 should be changed as link#0..
Please help me to sort out this issue..
Project in mid way...

Last edited by bakunin; 05-30-2012 at 03:38 AM..
# 10  
Old 05-30-2012
checked 5 AIX systems with different OS releases (5.3 to 7.1):

no link#0 at all,

lo0 is ALWAYS link#1, first en Interface becomes link#2, and that's en0 most likely


why would you need to change the link number? what do you want to achieve?

Code:
netstat -in | sed 's/link#3/link#0/'

that works great..


Edit:

I think I know what you want, you think the two operating systems can communicate with each other, if the network adapters have the same link number? Smilie well that's not the case, have to go now, if no one else does I'll explain this to you later
but first tell me if I'm wrong or not

Last edited by funksen; 05-30-2012 at 05:07 AM..
# 11  
Old 05-30-2012
Quote:
Originally Posted by funksen
I think I know what you want, you think the two operating systems can communicate with each other, if the network adapters have the same link number? Smilie
hmm, i haven't even thought about that - my presumption was at least minimal knowledge of IP networking. Still, you might be right.

I thought of some routing issue, where the default route, bound to en0, is somehow blocked (firewall, lost link, whatever) and he thinks he can bind the default route to another interface (which wouldn't work either).

Anyway, instead of speculating about threadowners motives we might just wait fro him to explain himself as well.

bakunin
# 12  
Old 05-30-2012
Priya,

It's the best time you explain exactly what you want to achieve and about your project if you really want us to help you.

I have never seen anyone bothered about the "Link#" thing and to be honest I, myself looked at "netstat -in" output uncountable times throughout my career and college/school days almost since I got in touch with Un*x systems without being bothered so much about this "Link#" thing that I didn't realize till yesterday it ever existed Smilie

So please let us know what exactly you are upto.

---------- Post updated at 02:31 PM ---------- Previous update was at 02:27 PM ----------

BTW, nothing related to the topic, do you, by any chance, work for IBM? 9 series IP reminds me of IBM internal network Smilie
# 13  
Old 05-31-2012
You got it Right!!

Hi funsken,
You are right about what I exactly want to do..
I need to change the link# of two OS, at link#0 to make a communication..
Please Help!!!!Smilie

Moderator's Comments:
Mod Comment This thread is going nowhere. Closed.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. BSD

FreeBSD DHCP wpa_supplicant Wi-Fi Issues

I just got FreeBSD up and running with an XFCE desktop on an old Gateway laptop. It works great, except the wireless setup is scaring me. I can connect to my home WiFi fine most of the time, but I'm concerned about other WiFi that I will need to connect to away from home. I understand that I can... (1 Reply)
Discussion started by: BrentBANKS
1 Replies

2. BSD

FreeBSD AMD NFS over TCP issues

Hi! I have a major issue with FreeBSD 7.1 i386. We did a change in our Unix env where we exchanged home storage from a NetAPP running udp to a NetAPP running tcp. Now I cant mount homedirs since NFS/AMD seem to fallback to udp :( Trying to force it with amd options nfs_proto=tcp and so on. ... (0 Replies)
Discussion started by: Esaia
0 Replies

3. BSD

FreeBSD - Wireles Ad-hoc Networking with IP alias

Hello Friends, I'm a newbie to FreeBSD. Trying to implement a IEEE paper : Energy consumption models for ad-hoc terminals (Computers). The test setup with 3 Computers & Wireless NIC goes as follows: Transmitter (A) --------------- Forwarder (B) -------------- Receiver (C) 10.0.1.1/24 ... (0 Replies)
Discussion started by: Govindaraj
0 Replies

4. UNIX for Dummies Questions & Answers

Resolved: htpasswd issues (-b) on FreeBSD

I wrote a script to batch-create directories with .htaccess and .htpasswd files. I am using the following line to create the .htpasswd file: htpasswd -cb .htpasswd $USER $PASS However, I keep getting this message in return: Usage: htpasswd passwordfile username The -c flag creates a new... (1 Reply)
Discussion started by: Spetnik
1 Replies

5. Web Development

Using IP.Board on FreeBSD, having SQL/Apache Issues

Server: FreeBSD 7.2-RELEASE MYSQL Version: MYSQL 5.1.36 PHP Version: 5.2.10 (apache2handler) IP.Board Version: v3.0.2 Safe Mode: OFF For the most part previously IP.Board, forum software, has run fine without any issues. Regular web pages and .php pages seem to load fine without any issues.... (2 Replies)
Discussion started by: Dark Severance
2 Replies

6. Solaris

Veriuos issues with networking in Navada

I have installed OpenSolaris SVN_100a on my Hp pavillion a6230n a cuple of days ago. The network administration panel under Syste. Administration >> network is missing. How do i fix this issue? ------------------ next ---------------------- File sharing I have a macbook 13''... (0 Replies)
Discussion started by: FloridaBSD
0 Replies

7. BSD

FreeBSD - Kernel Queries/Issues

All, I am a bit of a BSD newbie and haven't really played with it for years, but I have had a recent situation whereby someone attempted to load a custom kernel module and ended up breaking my BSD server. I managed to fix it by doing the following: Booting into loader mode: unload set... (3 Replies)
Discussion started by: drbabbers
3 Replies

8. UNIX for Dummies Questions & Answers

Installing Opera 8 on FreeBSD

I'm a n00b to UNIX, but I'm making much progress. My preferred browser is Opera, and the ported version with FBSD 5.4 is Opera 7.54. Because I lost my opera key, I'd prefer to have version 8 which does not require a key. How can I install the .tar.gz on FreeBSD? I am somewhat familiar with... (2 Replies)
Discussion started by: DrgnInterrupted
2 Replies

9. UNIX for Dummies Questions & Answers

Some FreeBSD issues

I have been using Linux for 3 years now, and I think I am getting enough knowledge (and confidence) to try some more 'traditional' unix variants. I installed FreeBSD 5.0-CURRENT. I have a couple of questions for the time being: 1) Frequently when I need to compile software packages they can't... (16 Replies)
Discussion started by: cbkihong
16 Replies

10. UNIX for Advanced & Expert Users

snort installation on freebsd issues

i'm following the, "How to setup and secure Snort, MySQL and Acid on FreeBSD 4.6 Release" off of the snort.org website. in the documentation it says snort should be installed through the following: ----- make -DWITH_MYSQL -DWITH_FLEXRESP ; make install ----- later it says to do the... (13 Replies)
Discussion started by: xyyz
13 Replies
Login or Register to Ask a Question