Re: 5.3 not accepting connections - What I'm missing?

From: Maximiliano Eschoyez (meschoyez_at_gmail.com)
Date: 04/11/05

  • Next message: tofik suleymanov: "Re: [Fwd: Network Printing to Windows - CUPS?]"
    Date: Mon, 11 Apr 2005 08:26:15 -0700
    To: freebsd-questions@freebsd.org
    
    

    On Sat, 9 Apr 2005 18:18:31 -0700, Sergei Gnezdov
    <use-reply-to@gnezdov.net> wrote:
    >
    > Misconfigured network or firewall is the most typical reason for a
    > problem. The output from the following commands might help to solve
    > your problem:
    >
    > ifconfig
    >
    > netstat -r
    >
    > ipfw show
    >

    I've ran the commands, but I can't see anything strange. Here is the output:

    ------------------------

    buda# ifconfig
    lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
            inet 127.0.0.1 netmask 0xff000000
    ed1: flags=108843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
                    inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255
                    ether 01:d4:ff:03:00:20
    buda# netstat -r
    Routing tables

    Internet:
    Destination Gateway Flags Refs Use Netif Expire
    default mafalda.lcd.efn.un UGS 0 1694 ed1
    localhost.lcd.efn. localhost.lcd.efn. UH 0 0 lo0
    192.168.1 link#2 UC 0 0 ed1
    mafalda.lcd.efn.un 00:e0:81:29:a6:7c UHLW 1 0 ed1 1200
    buda# ipfw show
    ipfw: getsockopt(IP_FW_GET): Protocol not available

    ------------------------

    The strange thing is that I didn't enable any kind of filtering and
    also I can connect to others computers of my office LAN
    and surf the web.

    The problem is when I try to connect from other hosts to my computer.
    It ends with a timeout.

    Thank you,

       M@X
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: tofik suleymanov: "Re: [Fwd: Network Printing to Windows - CUPS?]"

    Relevant Pages

    • Re: ipfw question (ip vs tcp)
      ... > ftp transfers when needed. ... > ipfw add allow tcp from any to any 21 setup ... > commands like dir and ls. ... The FTP protocol uses a control channel and a data channel. ...
      (comp.unix.bsd.freebsd.misc)
    • Re: ipfw question (ip vs tcp)
      ... The ipfw file has a line like this in it: ... > ipfw add allow tcp from any to any 21 setup ... > Either way I can then have full user ftp sessions with this server. ... Why do both commands work and why won't the server ...
      (comp.unix.bsd.freebsd.misc)
    • Re: "ipfw count" equivalent for pf
      ... > For a complete list of commands, please see the pfctlman page. ... particularly when using tables and lists. ... ipfw show ... ipfw set disable ...
      (freebsd-questions)
    • ipfw question (ip vs tcp)
      ... I run 4.8 on a server with ipfw. ... I can login from a remote location via ISP but cannot excute commands like ... Either way I can then have full user ftp sessions with this server. ...
      (comp.unix.bsd.freebsd.misc)
    • Re: ipfw question (ip vs tcp)
      ... FTP does more than just tcp 21 and you require more than just setup ... ipfw add add 555 count log ip from source to dest ... Also compare active vs passive ftp. ... Why do both commands work and why won't the server ...
      (comp.unix.bsd.freebsd.misc)