You are not logged in.
Hi,
After I restarted following the most recent kernel upgrade (3.9.2 -> 3.9.3) I am seeing a whole lot of network interfaces, named nrX and roseX, as shown below:
% ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
(lines skipped)
8: virbr1-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast master virbr1 state DOWN mode DEFAULT qlen 500
link/ether 52:54:00:9e:16:c7 brd ff:ff:ff:ff:ff:ff
9: nr0: <NOARP> mtu 236 qdisc noop state DOWN mode DEFAULT
link/generic 00:00:00:00:00:00:00 brd 00:00:00:00:00:00:00
10: nr1: <NOARP> mtu 236 qdisc noop state DOWN mode DEFAULT
link/generic 00:00:00:00:00:00:00 brd 00:00:00:00:00:00:00
11: nr2: <NOARP> mtu 236 qdisc noop state DOWN mode DEFAULT
link/generic 00:00:00:00:00:00:00 brd 00:00:00:00:00:00:00
12: nr3: <NOARP> mtu 236 qdisc noop state DOWN mode DEFAULT
link/generic 00:00:00:00:00:00:00 brd 00:00:00:00:00:00:00
13: rose0: <NOARP> mtu 249 qdisc noop state DOWN mode DEFAULT
link/rose 00:00:00:00:00 brd 00:00:00:00:00
14: rose1: <NOARP> mtu 249 qdisc noop state DOWN mode DEFAULT
link/rose 00:00:00:00:00 brd 00:00:00:00:00
15: rose2: <NOARP> mtu 249 qdisc noop state DOWN mode DEFAULT
link/rose 00:00:00:00:00 brd 00:00:00:00:00
16: rose3: <NOARP> mtu 249 qdisc noop state DOWN mode DEFAULT
link/rose 00:00:00:00:00 brd 00:00:00:00:00
17: rose4: <NOARP> mtu 249 qdisc noop state DOWN mode DEFAULT
link/rose 00:00:00:00:00 brd 00:00:00:00:00
18: rose5: <NOARP> mtu 249 qdisc noop state DOWN mode DEFAULT
link/rose 00:00:00:00:00 brd 00:00:00:00:00
19: rose6: <NOARP> mtu 249 qdisc noop state DOWN mode DEFAULT
link/rose 00:00:00:00:00 brd 00:00:00:00:00
20: rose7: <NOARP> mtu 249 qdisc noop state DOWN mode DEFAULT
link/rose 00:00:00:00:00 brd 00:00:00:00:00
21: rose8: <NOARP> mtu 249 qdisc noop state DOWN mode DEFAULT
link/rose 00:00:00:00:00 brd 00:00:00:00:00
22: rose9: <NOARP> mtu 249 qdisc noop state DOWN mode DEFAULT
link/rose 00:00:00:00:00 brd 00:00:00:00:00
I know the interfaces till #8, but everything which follows is new to me.
Can any tell me what they are, why I'm seeing them suddenly and should I be worried?
Last edited by railmaniac (2013-05-22 02:33:13)
Thanks,
railmaniac
Offline
I have never seen such a thing personally. But I know that some cards can have more functionality under linux, and some have better support for those functions. So maybe the kernel update brought about new changes that opened up some functionality within your hardware? I really have no idea and am just guessing. What kind of hardware do you have?
Apparently this has happened before to many others. Check this out (justone of a number I found searching for "rose0 interface"):
http://www.redhat.com/archives/rhl-deve … 00008.html
Also do "modinfo rose". The others I didn't really search for, but it would seem that you are not in any danger or anything.
Last edited by WonderWoofy (2013-05-21 14:40:14)
Offline
The others I didn't really search for, but it would seem that you are not in any danger or anything.
nr? are netrom interfaces and use the netrom module. (disable alias net-pf-6 if you don't need it.)
Last edited by progandy (2013-05-21 15:36:04)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
Thanks for the quick assist guys. This seems alright, but it's not something I'd use and it's cluttering out my ip addr, so I think I'll blacklist them.
For those searching in the future, here's what I did:
# echo alias net-pf-6 off > /etc/modprobe.d/blacklist-radio.conf
# echo alias net-pf-11 off >> /etc/modprobe.d/blacklist-radio.conf
Aliases are based on the output of modinfo netrom and modinfo rose, respectively.
Before that I did a modprobe -r and verified they are gone.
Thanks,
railmaniac
Offline
How do I make this [solved]?
Thanks,
railmaniac
Offline
You edit your first post
Offline
"...X.25 protocol for use over (low speed) radio links."
Possibly related to RFC-1149
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline