Sponsored Content
Operating Systems Linux Ubuntu ubuntu kernel: [ 729.529501] [UFW ALLOW] ,[UFW AUDIT] Post 302584844 by srinivasa on Monday 26th of December 2011 06:15:45 AM
Old 12-26-2011
ubuntu kernel: [ 729.529501] [UFW ALLOW] ,[UFW AUDIT]

Hi ,

In our ubuntu server 10.10 ,we are getting below logs .Every day i need to restart server ,other wise it will not accessible.Some times ,i need to restart two times.
When i ping google.com ,it was very slow .some times host not reachable .After reboot ,it will ping as good.


I am using Uncomplicated firewall(UFW). i am opening port ,ufw allow 8098/tcp .


Code:
Dec 26 16:35:15 ubuntu kernel: [  729.529501] [UFW ALLOW] IN=eth0 OUT= MAC=e0:69:95:77:a7:30:d8:5d:4c:c1:46:af:08:00 SRC=122.177.146.51 DST=192.168.1.108 LEN=52 TOS=0x00 PREC=0x00 TTL=120 ID=12974 DF PROTO=TCP SPT=13871 DPT=8098 WINDOW=8192 RES=0x00 SYN URGP=0
Dec 26 16:35:38 ubuntu kernel: [  752.395639] [UFW AUDIT] IN=eth0 OUT= MAC=e0:69:95:77:a7:30:d8:5d:4c:c1:46:af:08:00 SRC=122.177.146.51 DST=192.168.1.108 LEN=52 TOS=0x00 PREC=0x00 TTL=120 ID=13050 DF PROTO=TCP SPT=13872 DPT=8098 WINDOW=8192 RES=0x00 SYN URGP=0
Dec 26 16:35:38 ubuntu kernel: [  752.395668] [UFW ALLOW] IN=eth0 OUT= MAC=e0:69:95:77:a7:30:d8:5d:4c:c1:46:af:08:00 SRC=122.177.146.51 DST=192.168.1.108 LEN=52 TOS=0x00 PREC=0x00 TTL=120 ID=13050 DF PROTO=TCP SPT=13872 DPT=8098 WINDOW=8192 RES=0x00 SYN URGP=0
Dec 26 16:35:47 ubuntu kernel: [  761.030564] [UFW AUDIT] IN=eth0 OUT= MAC=e0:69:95:77:a7:30:d8:5d:4c:c1:46:af:08:00 SRC=122.177.146.51 DST=192.168.1.108 LEN=52 TOS=0x00 PREC=0x00 TTL=120 ID=13073 DF PROTO=TCP SPT=13873 DPT=8098 WINDOW=8192 RES=0x00 SYN URGP=0
Dec 26 16:35:47 ubuntu kernel: [  761.030593] [UFW ALLOW] IN=eth0 OUT= MAC=e0:69:95:77:a7:30:d8:5d:4c:c1:46:af:08:00 SRC=122.177.146.51 DST=192.168.1.108 LEN=52 TOS=0x00 PREC=0x00 TTL=120 ID=13073 DF PROTO=TCP SPT=13873 DPT=8098 WINDOW=8192 RES=0x00 SYN URGP=0
Dec 26 16:35:47 ubuntu kernel: [  761.098056] [UFW ALLOW] IN=eth0 OUT= MAC=e0:69:95:77:a7:30:d8:5d:4c:c1:46:af:08:00 SRC=122.177.146.51 DST=192.168.1.108 LEN=52 TOS=0x00 PREC=0x00 TTL=120 ID=13076 DF PROTO=TCP SPT=13874 DPT=8098 WINDOW=8192 RES=0x00 SYN URGP=0


The above logs are coming for another ports also.

How my sever is accessable always ,with out rebooting on daily basis.
Please hep me
--
Srinu

Last edited by radoulov; 12-26-2011 at 03:38 PM.. Reason: Code tags!
 

5 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Ubuntu Realtime Kernel Trouble

Ever since the new release of the Realtime kernel, JACK and Ardour and anything else that could use it doesn't work. It works if i turn off realtime in Jack, but thats precisely why I installed intrepid in the first place. for the realtime kernel. it worked so well! what i've learned with linux:... (1 Reply)
Discussion started by: TheMusician
1 Replies

2. UNIX for Dummies Questions & Answers

UFW show args command

In ubuntu man page there is this command. What are values of ARGS I can use? (0 Replies)
Discussion started by: mojoman
0 Replies

3. UNIX for Dummies Questions & Answers

Ubuntu 9.10 FIrewall--is UFW allowing anything through by default?

Hi, I have enabled my UBUNTU 9.10 ufw. By default does it let anything through? I would think it allows all outbound originating requests through and allows for their return but it does not allow any inbound requests. Is this how it works? ---------- Post updated at 08:17 PM ----------... (1 Reply)
Discussion started by: mojoman
1 Replies

4. UNIX for Beginners Questions & Answers

[ufw] force all traffic through VPN

I am trying to force all my tun0's traffic through VPN but some some reason, the ufw is not working the way I want to. Below are the commands that I have executed.. I am able to connect to my SSH and NFS server but for some reason that I am unable to understand, I am unable to surf the net. ... (0 Replies)
Discussion started by: soichiro
0 Replies

5. Linux

Linux keeps freezing on UFW BLOCK

Hi everyone, I have had trouble getting several versions of Linux stable on my machine over the last few months. I do not think the issue is with the machine. Windows ran fine on it for a long time. The current issue is that whenever I lock the screen then come back after a long time I find... (2 Replies)
Discussion started by: mojoman
2 Replies
get-branches(1) 					      General Commands Manual						   get-branches(1)

NAME
get-branches - downloads all branches related to a Launchpad team or person SYNOPSIS
get-branches [-d directory] [-o branch|checkout] -t team get-branches team get-branches --help DESCRIPTION
get-branches uses the LP API to get a list of branches for a person or team and calls Bazaar to download all branches. OPTIONS
Listed below are the command line options for get-branches: -h, --help Display a help message and exit. -d, --directory Download branches to a directory other than the current directory. -o, --operation Specifies which Bazaar operation to use when downloading the branches; may be either branch or checkout. -t, --team Specifies which Launchpad team/person to download branches from. This option is required. AUTHORS
get-branches was written by Daniel Holbach <daniel.holbach@ubuntu.com>, and this manual page was written by Jonathan Patrick Davies <jpds@ubuntu.com>. Both are released under the terms of the GNU General Public License, version 3. SEE ALSO
bzr(1) ubuntu-dev-tools 11 August 2008 get-branches(1)
All times are GMT -4. The time now is 04:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy