Re: Mail and Telnet time out specially under Linux
On Sat, Mar 27, 2004 at 12:16:33AM +0100, Ulrich Sucker wrote: > Hi folks! > > During debugging a mail problem, I found a very interesting problem. > My mail server says "connection timed out" if he tries to connect to > some specific systems which are properly run under windows. > I tried to connect the system via telnet and telnet timed out also. > Then I tried some other machines (DOS, Windows, OpenBSD, SUN) and I > found only Linux machines with such kind of problems, but not all > Linux machines have this problem. > The problem depends not to the kernel version (we tried 2.2.xx, 2.4.18 > - 24). > > I have problems with these machines: > > 213.160.64.50 > 149.201.40.50 > 212.223.86.31 > > Has anybody an idea? > > Regards Uli I'm not sure if it would be a help but: Does ping works? If not, check the routing table. # route -n -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: apt-get segmentation fault
On Fri, Mar 26, 2004 at 11:38:49AM -0500, abhijit Brahme wrote: > When I run the apt-get tool or for that matter of fact apt-* I get > segmentation fault. Is there any way to repaire this. Try to download the last apt-get program for your Debian distribution, you can get it on the Package search section at http://www.debian.org/ (search vor apt-get) Then when you downloaded the .deb file: dpkg -i filename.deb But I think its more a hardware problem (or do you use the unstable version of debian?). You can also try this: strace apt-get And paste the content here, it would help us more. -- TrashMail.net Free disposable email addresses. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: ssh on lan
On Thu, Apr 08, 2004 at 11:06:28AM +, Dr Gavin Seddon wrote: > Hello, > I have a lan set up at home, however I cannot use ssh on it. I am able > to use ssh to log on to other machines at work. The sshd is running on > all machines and it has createdthe keys for all systems however, when I > try to logon the password I enter is always rejected. I have ensured it > is typed correctly. > > Can anyone please help? > Gavin. Did you typed the system unix password or only a ssh key password? The best would be that you run one of your sshd daemons in verbose / debug mode to check exactly what is happen. -- http://TrashMail.net/ Free disposable email addresses. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
monit and systemd
Hello all, someone using monit? with systemd and different handles of PID files, what is the best way to configure monit? i.e. smartd (started from systemd) doesn't have /run/smartd.pid and monit doesn't "see" that pid any idea? thanks! Pol
[semi-OT] openvpn
Hello folks :-) inside an existence network I need to add a hardware device (a switch) that can connent with openvpn server I found also netgear ac router wireless, I need something without wireless and chip device any advice? thanks for help :) Pol
adsl route
Hello to all :-) I've fastweb italian adsl 2 networks interfaces: wan 192.168.0.2/31 --> modem 192.168.0.1/31 eth0 192.168.1.0/24 everything works but: sometimes when I reboot my server, DSL stops works I have to call the provider and I don't know how and what, reactivates DSL sometimes removing route and re-add routing works route del default gw 192.168.0.1 route add default gw 192.168.0.1 sometimes no which kind of problem can be? thanks! Pol
Re: adsl route
sorry for the mistake :-/ network /30 on both Pol On 11/03/2017 11:57 AM, Pascal Hambourg wrote: Le 03/11/2017 à 10:32, Debian EN a écrit : Hello to all :-) I've fastweb italian adsl 2 networks interfaces: wan 192.168.0.2/31 --> modem 192.168.0.1/31 eth0 192.168.1.0/24 everything works but: Really ? It shouldn't. 192.168.0.1/31 and 192.168.0.2/31 are not in the same subnet. $ ipcalc 192.168.0.1/31 Address: 192.168.0.1 1100.10101000..000 1 Netmask: 255.255.255.254 = 31 ...111 0 Wildcard: 0.0.0.1 ...000 1 => Network: 192.168.0.0/31 1100.10101000..000 0 HostMin: 192.168.0.0 1100.10101000..000 0 HostMax: 192.168.0.1 1100.10101000..000 1 Hosts/Net: 2 Class C, Private Internet, PtP Link RFC 3021 $ ipcalc 192.168.0.2/31 Address: 192.168.0.2 1100.10101000..001 0 Netmask: 255.255.255.254 = 31 ...111 0 Wildcard: 0.0.0.1 ...000 1 => Network: 192.168.0.2/31 1100.10101000..001 0 HostMin: 192.168.0.2 1100.10101000..001 0 HostMax: 192.168.0.3 1100.10101000..001 1 Hosts/Net: 2 Class C, Private Internet, PtP Link RFC 3021 If the prefix length on the modem is really /31, then the only other address in the same subnet is 192.168.0.0, not 192.168.0.2. At first glance it may look odd because this address is usually reserved as the network address, but /31 is an exception per RFC 3021 : the two addresses are usable as host addresses on a point-to-point link, there are neither reserved network nor directed broadcast addresses. Otherwise a /31 subnet would be useless, as it would contain only the reserved network and broadcast addresses, leaving no room for host addresses. But are you sure the prefix length on the modem is /31 and not /30 ? With /30, 192.168.0.1 and 192.168.0.2 would be the two host addresses in the subnet. $ ipcalc 192.168.0.1/30 Address: 192.168.0.1 1100.10101000..00 01 Netmask: 255.255.255.252 = 30 ...11 00 Wildcard: 0.0.0.3 ...00 11 => Network: 192.168.0.0/30 1100.10101000..00 00 HostMin: 192.168.0.1 1100.10101000..00 01 HostMax: 192.168.0.2 1100.10101000..00 10 Broadcast: 192.168.0.3 1100.10101000..00 11 Hosts/Net: 2 Class C, Private Internet -- Pol
clear screen after start-up
Hi all with debian9 how disable clear screen after start-up of system? I remember with debian 8 (maybe) there was /etc/inittab thanks for help :) -- Pol
Re: clear screen after start-up
Cheers Greg :) Pol