nkk

nkk

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Server code 00000000 Feb. 27, 2008, 1:51 p.m.

I have recompiled my kernel and remove from config that ipv4-ipv6. There is no longer sit0 device and everything works fine.


Thanks.

Server code 00000000 Feb. 26, 2008, 5:34 p.m.

eth0 Link encap:Ethernet HWaddr 00:1B:FC:27:9AE
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:53 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:2226 (2.1 Kb)
Interrupt:16 Base address:0x8000

eth1 Link encap:Ethernet HWaddr 00:1B:FCE:4F:3D
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::21b:fcff:fede:4f3d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:78935 errors:0 dropped:0 overruns:0 frame:0
TX packets:63424 errors:0 dropped:0 overruns:0 carrier:2
collisions:0 txqueuelen:1000
RX bytes:92903284 (88.5 Mb) TX bytes:0 (0.0 b)
Memory:feac0000-feb00000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:3552 errors:0 dropped:0 overruns:0 frame:0
TX packets:3552 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:239379 (233.7 Kb) TX bytes:239379 (233.7 Kb)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

eth0 is down, not in use. If I assign IP and netmask to eth0, there is still server code 00000000.


EDIT.

I wrote small progam, which prints output of function if_nameindex():
1: lo
2: sit0
3: eth0
4: eth1
It's means that computed server code is for sit0 (I don't know what device it is)?
How can I change it?

Server code 00000000 Feb. 26, 2008, 1:10 p.m.

That function looks for some config files of network interfaces?
Maybe those files in gentoo don't exsists, what causes problems…

I usually have disabled eth0.
I have unloaded modules for that card and still doesn't work.