can not save change in terminal
Binary package hint: gnome-terminal
Can not save change in terminal about ufw. I would like to drop echo request.
I replaced
# ok icmp codes
-A ufw-before-input -p icmp --icmp-type destination-
-A ufw-before-input -p icmp --icmp-type source-quench -j ACCEPT
-A ufw-before-input -p icmp --icmp-type time-exceeded -j ACCEPT
-A ufw-before-input -p icmp --icmp-type parameter-problem -j ACCEPT
-A ufw-before-input -p icmp --icmp-type echo-request -j ACCEPT
with this:
# ok icmp codes
-A ufw-before-input -p icmp --icmp-type destination-
-A ufw-before-input -p icmp --icmp-type source-quench -j DROP
-A ufw-before-input -p icmp --icmp-type time-exceeded -j DROP
-A ufw-before-input -p icmp --icmp-type parameter-problem -j DROP
-A ufw-before-input -p icmp --icmp-type echo-request -j DROP
But I can not save the change.
ProblemType: Bug
Architecture: amd64
CheckboxSubmission: 8c25b16f0e1d1f7
CheckboxSystem: da9af3b901b5569
Date: Sun Jan 10 23:57:54 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
NonfreeKernelMo
Package: gnome-terminal 2.28.1-0ubuntu1
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: gnome-terminal
Uname: Linux 2.6.31-16-generic x86_64
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu ufw Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- marcobra (Marco Braida)
- Solved:
- 2010-01-11
- Last query:
- 2010-01-11
- Last reply:
- 2010-01-10
This question was originally filed as bug #505668.
Zoran Nikin (nikinzoran) said : | #1 |
Chris Coulson (chrisccoulson) said : | #2 |
Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We appreciate the difficulties you are facing, but it would make more sense to raise problems you are having in the support tracker at https:/
Which command are you used to change the settings... ?
Please use the sudo command to get temporary administrative super user root permission.
Hth
Zoran Nikin (nikinzoran) said : | #4 |
Thank you very much!
I managed to solve the problem using few tutorials, including some explanations from launchpad.
I am sorry for mistakenly reporting a bug and actually it was a question but it seemed to me as a bug (I am a newbie). Thank you! Zoran Nikin, Serbia