| bio | website | blog.aiur.co.rs |
|---|---|---|
| location | Bajmok, Serbia | |
| age | 26 | |
| visits | member for | 3 years, 4 months |
| seen | 2 days ago | |
| stats | profile views | 12 |
Web programmer.
|
2d |
awarded | Caucus |
|
2d |
awarded | Constituent |
|
Feb 21 |
awarded | Yearling |
|
Feb 21 |
revised |
Debian package bigger than the source files spelling and grammar |
|
Feb 21 |
comment |
Debian package bigger than the source files You should really check what is taking up that much space in your .deb. Statically linking libraries can make the compiled files bigger, but I doubt that it would grow that much… |
|
Feb 21 |
suggested | suggested edit on Debian package bigger than the source files |
|
Feb 21 |
awarded | Analytical |
|
Feb 21 |
comment |
VirtualBox Bridged Network to Debian Fails to connect @user907560 that's very odd indeed. Since PING works from from the Guest OS to other computers on the network, that would mean that two-way communication is working, so something is blocking ICMP (and probably others too) from reaching the Guest OS from other parts of the local network. Did you check the firewall settings in your Host OS? |
|
Feb 21 |
comment |
VirtualBox Bridged Network to Debian Fails to connect @user907560 if you enable ICS, that may help you get Internet connection in the guest OS, but since your host is Windows, it will require you to set the host-only network adapter's IP to 192.168.0.1 (at least that was the case with Windows XP). If you want access from other machines on your network, you should probably go with bridged interfaces instead. |
|
Feb 21 |
comment |
VirtualBox Bridged Network to Debian Fails to connect @user907560 that's odd, do you see the network bridge in Network Adapter Settings in your Windows 7 host? Check its properties to see if maybe ICMP packets are being blocked somehow. (I assume you're using the bridge mode, not NAT, right?) |
|
Feb 21 |
awarded | Commentator |
|
Feb 21 |
comment |
tcpdump shows traffic until I use a filter Yes, your filter is valid. Are you absolutely sure there is traffic on that port? Have you tried running two instances at the same time, one with the grep, the other one with the filter? |
|
Feb 21 |
comment |
VirtualBox Bridged Network to Debian Fails to connect Bridging will use the same network, it does not create a different network. So if your router/modem is 192.168.1.1, your host OS is, say, 192.168.1.2, you can set the guest OS to 192.168.1.3 and then try network access. |
|
Feb 21 |
answered | VirtualBox Bridged Network to Debian Fails to connect |
|
Feb 21 |
awarded | Informed |
|
Feb 21 |
awarded | Editor |
|
Feb 21 |
revised |
Can I use RHEL packages on CentOS? fix spelling |
|
Feb 21 |
suggested | suggested edit on Can I use RHEL packages on CentOS? |
|
Feb 18 |
comment |
I've to test old HIPPI network cards in Linux. How can I do this? @KaaiKivi oh right, you probably don't have the runtime config support in your kernel. Can you modprobe hippi? If not, it is either compiled in into your kernel, or not present at all. Maybe try compiling a kernel with CONFIG_HIPPI enabled. See cateee.net/lkddb/web-lkddb/HIPPI.html for details. |
|
Feb 18 |
comment |
I've to test old HIPPI network cards in Linux. How can I do this? @KaaiKivi do you have the kernel modules for the card? IOW, what is the output of zcat /proc/config.gz | grep CONFIG_HIPPI? |