Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Networking & Security
  • Search

Samba error?

Having problems getting connected to the internet or running a server? Wondering about securing your box? Ask here.
Post Reply
Advanced search
10 posts • Page 1 of 1
Author
Message
shanghai
Guru
Guru
User avatar
Posts: 493
Joined: Sun Feb 08, 2004 10:05 pm
Location: Roma, Italia, GeekLand

Samba error?

  • Quote

Post by shanghai » Tue Mar 16, 2004 2:24 pm

Hi!
These lines appear in my logfiles

Code: Select all

Mar 16 14:32:03 tux eth0: link up, 10Mbps, half-duplex, lpa 0x0000
Mar 16 14:32:08 tux 10.1.146.51 sent an invalid ICMP type 11, code 0 error to a
broadcast: 23.251.199.255 on eth0
Mar 16 14:32:15 tux 10.1.146.51 sent an invalid ICMP type 11, code 0 error to a
broadcast: 23.251.199.255 on eth0
It seems to be linked to the use of samba. There are hundreds of these lines in an hour...
How can i understand what is it? (i don't know who is 10.1.146.51)
And how can i avoid all these lines to fill my logs (as they waste a lot of CPU, i imagine, and they make my logs useless) ?

This considering that
a) i still can't write firewall rules, so i've no firewall
:oops:
b) i'm behind a NAT which covers all the users of my ISP.
Thank you!
Il sonno della ragione genera mostri.
Top
adaptr
Watchman
Watchman
User avatar
Posts: 6730
Joined: Sun Oct 06, 2002 1:28 pm
Location: Rotterdam, Netherlands

  • Quote

Post by adaptr » Tue Mar 16, 2004 7:01 pm

This may be an attempt to send illicit traffic through your box - a 10.x.x.x host should never send a broadcast to an different subnet!

A NAT connection to your ISP ?
That sounds ... weird.
You mean you don't even have a real IP address ?
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Top
shanghai
Guru
Guru
User avatar
Posts: 493
Joined: Sun Feb 08, 2004 10:05 pm
Location: Roma, Italia, GeekLand

  • Quote

Post by shanghai » Tue Mar 16, 2004 7:43 pm

Exactly. And, if i want a public IP address, i need a tunneling service towards a server which is outside of my ISP network.
Are 10.x.x.x reserved address?
Il sonno della ragione genera mostri.
Top
adaptr
Watchman
Watchman
User avatar
Posts: 6730
Joined: Sun Oct 06, 2002 1:28 pm
Location: Rotterdam, Netherlands

  • Quote

Post by adaptr » Tue Mar 16, 2004 9:46 pm

shanghai wrote:Exactly. And, if i want a public IP address, i need a tunneling service towards a server which is outside of my ISP network.
Double weird - your ISP should be the first stop toward giving you a public IP address.
shanghai wrote:Are 10.x.x.x reserved address?
Yes.
There are reserved (private) address ranges in each network class.
For Class A, this is 10.x.x.x - the whole 10. subnet is neither used nor routed on the internet.
Which is why one can never use such an address on a public network.
The first router it bumps into will drop all traffic.
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Top
shanghai
Guru
Guru
User avatar
Posts: 493
Joined: Sun Feb 08, 2004 10:05 pm
Location: Roma, Italia, GeekLand

  • Quote

Post by shanghai » Wed Mar 17, 2004 7:44 am

Better: i've an IP address which is just visible to the network inside the NAT (i.e. to the others using my ISP). If i give my ip "internal" address to someone inside this network he can browse my webserver...

Technically i could ask my provider for a public IP address, but i had to pay for it, so i don't want. Either, when i need a public IP i can use an ipv6 tunneling service (which isn't active actually).

What do you think i should do?
Il sonno della ragione genera mostri.
Top
adaptr
Watchman
Watchman
User avatar
Posts: 6730
Joined: Sun Oct 06, 2002 1:28 pm
Location: Rotterdam, Netherlands

  • Quote

Post by adaptr » Wed Mar 17, 2004 9:11 am

I think you should consider switching to a decent provider ;-)
Really, these kinds of frauds deserve neither your money nor your support.
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Top
shanghai
Guru
Guru
User avatar
Posts: 493
Joined: Sun Feb 08, 2004 10:05 pm
Location: Roma, Italia, GeekLand

  • Quote

Post by shanghai » Wed Mar 17, 2004 12:36 pm

I agree, but this is the fastest italian line :?
Heh... :(
Il sonno della ragione genera mostri.
Top
rewt
n00b
n00b
User avatar
Posts: 58
Joined: Thu Feb 19, 2004 9:38 am

  • Quote

Post by rewt » Wed Mar 17, 2004 12:43 pm

As adaptr already said 10.x.x.x is an unroutable address so it seems the attack is coming from inside your ISP somewhere
The fact you're running Samba let alone the other services that are likely running on your box means you should serious learn to set up a firewall... FAST! There is no way in this world I would hang an unsecured box off my ISP and I barely run any services
There are some good online guides to getting a basic firewall going so it shouldn't take much work and believe me it is worth the investment of your time and energy
Good luck
Because sometimes peace is another word for surrender... and secrets have a way of getting out
Top
koma
Advocate
Advocate
User avatar
Posts: 2702
Joined: Fri Jun 06, 2003 10:13 am
Location: Italy
Contact:
Contact koma
Website

  • Quote

Post by koma » Sat May 08, 2004 1:15 pm

i've the some problem :) somebody help? or a soluction to drop it from dmesg ?
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Top
robinmarlow
Apprentice
Apprentice
Posts: 167
Joined: Wed Mar 10, 2004 10:19 pm

  • Quote

Post by robinmarlow » Sun Jul 31, 2005 9:37 am

I am on NTL cable & recently added a d-link 624+ router/firewall between me and the internet.
My logs have been filling up with:

Code: Select all

phoenix 10.186.239.254 sent an invalid ICMP type 3, code 13 error to a broadcast: 192.168.1.255 on eth1
i tried blocking icmp at the firewall & blocking that ip address, but nothing helped.

i'm kinda assuming that it is coming from my router itself and innocuous so:

Code: Select all

echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
echo 1 > /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
seems to make them go away.

Hope this helps someone

Robin
Top
Post Reply

10 posts • Page 1 of 1

Return to “Networking & Security”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic