Hi,
We're setting up a triple homed linux box with Slackware 10.2. We're running a patched 2.6.13.5 kernel for various reasons.
eth0 = LAN
eth1 = ISP 1
eth2 = ISP 2
Both ISPs give ...
Hello,
Here is my working evn:
Server: linux redhat
Client: winxp
My client machine needs to connect to the server using port 1521 to run an application. For some reason (which I am tryi...
I have installed Webmin 1.230 on Fedora 4.
I can access the webmin using http://localhost:10000, but cannot using https://localhost:10000.
Please advice.
Thanks,
Hello,
I have an intermittent TCP connection problem that affects multiple PCs on a home LAN:
Background:
- all TCP connections from the LAN are masqueraded through an IPCop Linux firew...
I can't get bridged networking working anymore on my existing ubuntu virtual machine, nor can I get it working on a new VM installation. It used to work just fine before this week... Now for...
Hi,
I would like to know what kernel variables are set when i change the txqueuelen via command "ifconfig eth0 txqueuelen 1000". Also i need some more information on how txqueuelen works i...
Hi,
Does anyone know of a workaround for setting up a UMPC (Linux version) with a SonicWall VPN Client? Tech support from SonicWall told me that there wasn't a Linux version of this softwa...
I'm using connlimit for iptables to not allow more then say 5 connections from one IP address or subnet. For example this (with a default block rule) will only allow 5 or less connections from...
I run top -c and I see this :
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
29148 apache 25 0 1124 1084 640 R 86,6 0,1 308:04 0 /var/tmp/httpd
...
Linux Redhat : Enterprise Linux Desktop Release 4 {cat /etc/redhat-release}
2.6.9-5.EL {uname -r}
Have tried 3 different network cards, working backwards in time to older cards, currently...
I have a RH9 primary dns machine running apache and have installed SuSE on another machine which I am trying to configure as alternate dns (eventually I'll get around to installing a mail serv...
Hello,
I have a slackware 9 box with 2 ethernet interfaces. eth0 is on the internet, eth1 is on the inside network. I am able to ssh to eth0 without any troubles.
When I try to ssh to eth1...
I want a simple way to throttle outbound and inbound bandwidth usages on eth0. I've used the shaper module, but sadly it only shapes outbound traffic. I've tried using tc, but it's really da...
Hi,
I have setup openvpn on my server successfuly and it is working. but I have 1 problem left , currently openvpn assignes private IPs to client from class 10.8.0.0/255.255.255.0 , but I nee...
Try to connect two machines via ethernet
for file transfer purpose.
'Ifconfig' shows eth0 to be alive & well
on both sides but if ping one of the hosts
I get:
Ping 192.168.0.72 from 192...
Hi all
Need a quick pointer in the right direction regarding allowing FTP.
just for reference existing configuration
cat /etc/sysconfig/iptables
# Firewall configuration written by...
I've just added a new linux box to my LAN; IP = 192.168.1.13, name = mail. I'm trying to ftp to my main host (IP 192.168.1.10, name: server) to retrieve some setup files. I've ftp'd to this se...
in my iptraf I can see packets drop in with MAC address ffffffffffff .
Does anybody know what could be the source of them?
In our office we are using Squid proxy for internet sharing, but when I am using ftp command in a client machine it won't work at all but the command is woring in the main linux server. Can so...
Hi All,
I am working on a Linux embedded system right now and I'm wondering if the default values I have:
static unsigned long tcp_timeouts[]
= { 30 MINS, /* TCP_CONNTRACK_NONE, */
5 ...
Hello Experts,
My question to you is on the Ping's default TTL. When I ping inside my LAN the default TTL is set to 64 and when I Ping to yahoo , in the reply packet I see TTL ...
I just installed a server running CentOS 5.2. I need to enable dhcp so that it provides addresses as follows:
Set the network to something like 10.10.90.x and the mask to 255.255..0.0. Th...
Do anyone know how to configure Nagios to pull/read WMI information. I have nsclient++ installed on the windows box. I can't figure how to write the command in the windows.cfg file.
I h...
Is there command that I can type in the command prompt to stop a port from listening?? Not permanently.
I have a script, which when run, opens a few ports for listening....but it doesn't clos...
Good day everyone,
I have been havin trouble oppening a port on my ubuntu server, I already tryed using
iptables -A INPUT -i eth0 -p tcp --sport 5000 -m state --state NEW,STABLISHED -j AC...