| bio | website | nutfile.com |
|---|---|---|
| location | France | |
| age | 25 | |
| visits | member for | 3 years, 9 months |
| seen | 2 days ago | |
| stats | profile views | 41 |
I'm a young 21 years old sysadmin in France. I love manage servers, and provide to people what they ask for. They need a strong Apache server ? No problem, I'll think about it. Sysadmin is a real passion for me. It's a so wide domain that you can never, never say you know everything about it...
|
Jun 22 |
comment |
How can I move /var/log directory Thanks a lot hwjp |
|
May 7 |
comment |
Create directory before binding via /etc/fstab No you are right, but he can remove the fstab entries, no ? |
|
Sep 7 |
comment |
Installing MySQL server 4.1.21 in Ubuntu 10.4 You would also check /var/log/syslog. Debian-like distros use syslog for mysql errors. |
|
Aug 23 |
comment |
puppet execute remote script on all servers You have forget the coma after two lines : source => "puppet:///modules/curp/curp.py" }, exec { "/usr/src/scripts/curp.py": }, |
|
Aug 23 |
comment |
Installing MySQL server 4.1.21 in Ubuntu 10.4 Check the /var/log/syslog file for any related error. What $ netstat -tanpu | grep ":3306" gives ? |
|
Aug 23 |
comment |
puppet execute remote script on all servers Good to know, thanks. I've always thought that I should use the "require", so I make sure that the function is being run without error. |
|
Aug 16 |
comment |
LVM dangers and caveats Excellent and usefull answer. I've myself had some problems to easily recover data on LVM partition due to it's complexity compared to simplest FS eg; ext4. Moreover, checking the integrity of LVM partitions and recover them is not as easy as it should be |
|
Aug 15 |
comment |
RESOLVED Why does IPtables's NAT stop working when I enable the firewall's third interface? Hey MadHatter, sorry I was not at the office that week, and too tired at the end of the day to work on that :p here is both netstat :pastie.org/2374516 actually, the "client" doesn't use eth1 as main interface, but eth0. U are right, it's a VM , actually, both are but they are running on different hosts. I'm trying actually to have a firewall that handles public ranges of IP's (my provider has routed me those both networks) and behing, make NAT rules so I can affect public IPs to several servers behind the firewall :) |
|
Aug 6 |
comment |
RESOLVED Why does IPtables's NAT stop working when I enable the firewall's third interface? Much better with the paste :^) pastie.org/2330309 |
|
Aug 5 |
comment |
RESOLVED Why does IPtables's NAT stop working when I enable the firewall's third interface? Hi Madhatter, thanks for your availability and patience. Here is the ifconfig -a on the firewall and on the client (the client is the one which is unable to ping 46.227.16.84) Thanks |
|
Aug 3 |
comment |
RESOLVED Why does IPtables's NAT stop working when I enable the firewall's third interface? Hi MadHatter, you right, and I'm sorry, it's not helping at all. Please find here a- the ping from a server b- the tcpdump trace : pastie.org/2315959 I've also tried directly the public IP's ,which should not change the behaviour (eg 46.227.16.81 instead of 172.16.40.81) |
|
Aug 2 |
comment |
RESOLVED Why does IPtables's NAT stop working when I enable the firewall's third interface? I'm still unable to reach the .84 ip. Here is the output : pastie.org/2310953 the server is unable to send a "reply" packet. When I remove the nat, the server send "reply" packets ; when I turn down the second iface, the server doesn't send "reply" packets, but the NAT works (the server behind the NAT sends the "reply" packets), thanks :) |
|
Aug 2 |
comment |
RESOLVED Why does IPtables's NAT stop working when I enable the firewall's third interface? Hi bahamat, here is the output of the ping :pastie.org/2310953 thanks :) |
|
Aug 1 |
comment |
RESOLVED Why does IPtables's NAT stop working when I enable the firewall's third interface? HI Pawel,I've removed the MASQ and replaced it by a SNAT, but it didn't work at all either :/ Thanks |
|
Aug 1 |
comment |
RESOLVED Why does IPtables's NAT stop working when I enable the firewall's third interface? Hi bahamat, I've tried to add an explicit rule : $ ip rule add 172.16.40.0/24 table T2 and the iptables rule which MASQ eth0, but both commands don't work, I'm still unable to ping eth0:0's ip |
|
Aug 1 |
comment |
RESOLVED Why does IPtables's NAT stop working when I enable the firewall's third interface? Hi MadHatter, this masquerading rule doesn't do anything at all... |
|
Jul 29 |
comment |
RESOLVED Why does IPtables's NAT stop working when I enable the firewall's third interface? Hi bahamat, here is the netstat -rn ouput pastie.org/2288568 see below for the extra infos and the whole network config. Thanks :) |
|
Jul 29 |
comment |
RESOLVED Why does IPtables's NAT stop working when I enable the firewall's third interface? Hi Pawel, here are all the network-related settings : pastie.org/2288555 BTW : I've tried to ping google using the -I INTERFACE and the three public interfaces are able to reach the external network. |
|
Jul 28 |
comment |
Open source tomcat log viewer Oh, my bad, I didn't know that there was a log limitation. Thanks |
|
Mar 28 |
comment |
How does IPv4 Subnetting Work? One of the best and constructive answer I've ever read. |