From ifconfig
- Code: Select all
$ sudo ifconfig
eth0 Link encap:Ethernet HWaddr 00:1D:7D:05:79:17
inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::21d:7dff:fe05:7917/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:599 errors:0 dropped:0 overruns:0 frame:0
TX packets:465 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:62397 (60.9 KiB) TX bytes:97014 (94.7 KiB)
Interrupt:177 Base address:0x6000
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: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)
From route
- Code: Select all
$ sudo route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
And from windows, ipconfig /all
- Code: Select all
ipconfig /all
Windows IP Configuration
Host Name .......................: win server
Primary Dns Suffix ...........:
Node Tyoe .......................: Unknown
IP Routing Enabled ...........: No
WINS Proxy Enabled .........: No
Ethernet adapter Local Area connection:
Connection-specific DNS Suffix ...:
Description ...............................: AMD PCNET Family PCI Ethernet Adapter
Physical Address ........................: 00-01-20-E1-43-53
DHCP Enabled ...........................: No
IP Address ................................: 192.168.0.104
Subnet Mask .............................: 255.255.255.0
Default gateway ........................: 192.168.0.1
I also noticed a funny thing, when i log on to the router i can see the attached devices, 192.168.0.101 (debian host) AND Windows server thats running in Virtualbox 192.168.0.104...
Im unable to ping 192.168.0.104 or connect to it in any way...
I also noticed that my debian hos dropped its connection to the local network compleatly once or twice... but i could still see 192.168.0.104 (virtualbox windows) as an attached device in my router :S
If its any clue, i also noticed this message:
- Code: Select all
Message from syslogd@o2 at Sat Dec 20 19:22:16 2008 ...
o2 kernel: Oops: 0000 [1] SMP
Message from syslogd@o2 at Sat Dec 20 19:22:16 2008 ...
o2 kernel: CR2: ffffffffffffff58
Message from syslogd@o2 at Sat Dec 20 19:22:16 2008 ...
o2 kernel: Oops: 0000 [2] SMP
Message from syslogd@o2 at Sat Dec 20 19:22:16 2008 ...
o2 kernel: CR2: ffffffffffffff58
But that only came up when I enable the new "Enable 3D Acceleration" so im guessing it has nothing to do with it.