First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
struct ip6_tnl_net? register_netdev(ip6n->fb_tnl_dev) failed?
Hi, I need to port some code from linux kernel 2.6.18 to kernel 2.6.29. One of the file where changes are involved is <net/ipv6/ip6_tunnel.c>, where a new structure struct ip6_tnl_net was added into kernel2.6.29 that didn't exist in 2.6.18 as follows: struct ip6_tnl_net { /* the IPv6 tunnel fallback device *... 10 Jun 2010 04:32
Is Comcast blocking port 22
I don't seem to be able to ssh into my systems on port 22 anymore, high ports work fine. Has Comcast started blocking port 22? ... 13 Jun 2010 13:48
Does anyone use three mobile for their internet connection?
I am currently using three mobile broadband internet. I have reconfigured my system to use their mobile broadband mail relay smtp-mbb.three.co.uk When I attempt to use the Debian reportbug tool, the reportbug tool freezes, before any bugs can be reported. I have performed a system trace, and it appears that aft... 15 Jun 2010 06:30
Capturing streams from network cameras (John?)
I bought this camera: Panasonic BL-C210 http://www.panasonic.net/pcc/products/netwkcam/lineup/bl-c210/ The camera can be easily accessed with a browser and streams its data through the browser. However, what I would like to do is capture streams of data (preferably video and audio together), split it into... 11 Jun 2010 13:39
HOW2 hack Win-based pubic inet?
Obviously all internet-cafes are Win-based. I want to not 'browse', but to quickly fetch a number of http-pages, who's URLs are listed in a file, like I do with linux, using lynx. lynx also exists for DOS -- and perhaps WIN too? The last internet-cafe that I visited, I couldn't even [see how to] save my gmai... 6 Jun 2010 12:42
struct proto in /net/ipv4/tcp_ipv4.c
Hi, I am a kernel newbie. Saw the following struct in linux kernel /net/ ipv4/tcp_ipv4.c: struct proto tcp_prot={ ..name = "TCP", ..owner = THIS_MODULE, .... } each field name starts with a dot, ends with a comma (,) instead of semicolon (;), this doesn't look like a C struct, what is it? Thanks. k... 6 Jun 2010 07:15
How to use nmap to discover IPs and mac addresses.
When I need to locate the IPs of devices by their mac address on a Windows system, I normally use Advanced IP Scanner (from radmin.com) to scan the network, then I use arp -a to list the mac addresses. Is it possible to use nmap to perform the same function in Linux and possibly in Windows? Can nmap to the scan... 4 Jun 2010 11:25
dnsmasq + vlans = troubles
Hello, I have a production server running a slackware ( Linux skoll 2.6.28.7-smp #1 SMP Sat Feb 28 12:26:08) whit dnsmasq (Dnsmasq version 2.47) and 3 vlans, so I have one file per vlan ir order to act as a dhcp server in each virtual interface The reason for having 3 diferents networks is for security, so: the c... 2 Jun 2010 17:35
FTP account forwarding
Hi all, I would like to move part of the FTP users I have on a server to another server. I'd like to do it transparently, ie: if user who requests authentication on oldserver belong to moved_users => forward the request to newserver. Does anyone know if something like that is possible? Thanks in advance for a... 31 May 2010 19:41
NFS boot: where are the mount options ?!? [SOLVED]
Somebody (*) else helped me with the solution: in /etc/dhcpd.conf, change option root-path "192.168.1.185:/media/rootfs"; to option root-path "192.168.1.185:/media/rootfs,v3,rsize=1024,wsize=1024,proto=tcp,nolock,intr"; Problem gone. (*) That was my boss -- Guillaume Dargaud http://www.gdargaud.net/ ... 28 May 2010 09:18
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18