Jump to content

glore

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by glore

  1. Hello,

     

    I just bought a HP iPAQ 1910 Pocket PC which uses Microsoft Pocket PC.

     

    In Windows, it uses Active Sync in order to send and receive information to and from my PC. It connects through one of my usb ports.

     

    I would like to be able to send and receive to and from Mandrake too. Is that possible? If so, How?

     

    Well, thank you friends.

     

    [moved from Hardware by spinynorman]

  2. Thanks for your answer, the recommended book and everything!!!

     

    I think I have both installed Samba and Smb4k. The only thing I saw -at home- (now working at school) is that when starting Samba I access to a web page but from there on I don't know how to continue. When I get home, I will try it again and step by step. If I don't know what to do, I think I will start (as you recommended) a new topic to learn about this.

     

    I would like also to configure My XP windows with a Static IP so if I boot into WinXP, my son can also access the web.

     

    About the hostname: Was it ok to name it the same as in the windows workgroup name? Are they the same or can I call them different?

     

    Well Chris, have a nice day and I really appreciate your help.

    :D

  3. Chris, YOU ARE A GENIUS !!!!!!!!!!!

     

    I made all the changes you said and both computers can navigate simultaneously. In order to get this working, I added the IPTABLES commands in /etc/rc.d/rc.local as you said.

     

    Where should I go to access the other computer hard disk? (I mean, is there something like "my network" in Mandrake?)

     

    Regarding to DNS (you are learning Spanish!!!!), there were some numbers already in /etc/resolv.conf but I added the ones you sent me before them in the list.

     

    The only thing I wasn't sure is about the HOSTNAME and then I wrote DOMAIN that the machine running windows 98 has (INICIOMS in my case) Which -I think- is the workgroup name. Is that ok or should I write something different?

     

    When I tested the sending of files through Kopete, this happened: When the file was small, it worked ok but with a big file (400Mbytes) it started to send and when it reaches 9 or 10% it starts again. I've tested this only once so I can assure what I say but I tell you in case you already know what is going on.

     

    I can access the router while computer #2 is browsing the net !

     

    Is there anything else I should add or change to improve things?

     

    What do you recommend me to read in order to understand all this networking things?

     

    Finally, let me tell you something about myself: I am a 40 year computing teacher (primary and High School) who really appreciates what you've done for me! :D

     

    Thank you very much Chris!

     

    Here I send the requested outputs:

    ===========================================================================
    The output of  [b]route -n[/b] is:
    
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
    192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1
    127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
    0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
    
    ===========================================================================
    
    The output of [b]iptables -nvL[/b] (this one is very long):
    Chain INPUT (policy DROP 0 packets, 0 bytes)
    pkts bytes target     prot opt in     out     source               destination
    
    1741  104K ACCEPT     all  --  lo     *       0.0.0.0/0            0.0.0.0/0
    
       0     0 DROP      !icmp --  *      *       0.0.0.0/0            0.0.0.0/0
           state INVALID
    69221 2946K eth0_in    all  --  eth0   *       0.0.0.0/0            0.0.0.0/0
    
      53  5248 eth1_in    all  --  eth1   *       0.0.0.0/0            0.0.0.0/0
    
       0     0 common     all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
       0     0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0
           LOG flags 0 level 6 prefix `Shorewall:INPUT:REJECT:'
       0     0 reject     all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
    
    Chain FORWARD (policy DROP 0 packets, 0 bytes)
    pkts bytes target     prot opt in     out     source               destination
    
       0     0 DROP      !icmp --  *      *       0.0.0.0/0            0.0.0.0/0
           state INVALID
    1099 1234K eth0_fwd   all  --  eth0   *       0.0.0.0/0            0.0.0.0/0
    
     833 63948 eth1_fwd   all  --  eth1   *       0.0.0.0/0            0.0.0.0/0
    
       0     0 common     all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
       0     0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0
           LOG flags 0 level 6 prefix `Shorewall:FORWARD:REJECT:'
       0     0 reject     all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
    
    Chain OUTPUT (policy DROP 0 packets, 0 bytes)
    pkts bytes target     prot opt in     out     source               destination
    
    1741  104K ACCEPT     all  --  *      lo      0.0.0.0/0            0.0.0.0/0
    
       0     0 DROP      !icmp --  *      *       0.0.0.0/0            0.0.0.0/0
           state INVALID
    138K  146M fw2net     all  --  *      eth0    0.0.0.0/0            0.0.0.0/0
    
     807 26483 all2all    all  --  *      eth1    0.0.0.0/0            0.0.0.0/0
    
       0     0 common     all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
       0     0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0
           LOG flags 0 level 6 prefix `Shorewall:OUTPUT:REJECT:'
       0     0 reject     all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
    
    Chain all2all (2 references)
    pkts bytes target     prot opt in     out     source               destination
    
      20  1897 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0
           state RELATED,ESTABLISHED
       0     0 newnotsyn  tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW tcp flags:!0x16/0x02
     831 29466 common     all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
     784 22745 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0
           LOG flags 0 level 6 prefix `Shorewall:all2all:REJECT:'
     784 22745 reject     all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
    
    Chain common (5 references)
    pkts bytes target     prot opt in     out     source               destination
    
     774 21672 icmpdef    icmp --  *      *       0.0.0.0/0            0.0.0.0/0
    
       0     0 reject     udp  --  *      *       0.0.0.0/0            0.0.0.0/0
           udp dpt:135
     183 24625 reject     udp  --  *      *       0.0.0.0/0            0.0.0.0/0
           udp dpts:137:139
       0     0 reject     udp  --  *      *       0.0.0.0/0            0.0.0.0/0
           udp dpt:445
       0     0 reject     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           tcp dpt:139
       0     0 reject     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           tcp dpt:445
       0     0 reject     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           tcp dpt:135
       0     0 DROP       udp  --  *      *       0.0.0.0/0            0.0.0.0/0
           udp dpt:1900
       2   908 DROP       all  --  *      *       0.0.0.0/0            255.255.255.
    255
       0     0 DROP       all  --  *      *       0.0.0.0/0            224.0.0.0/4
    
       0     0 reject     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           tcp dpt:113
       0     0 DROP       udp  --  *      *       0.0.0.0/0            0.0.0.0/0
           udp spt:53 state NEW
    
    Chain dynamic (4 references)
    pkts bytes target     prot opt in     out     source               destination
    
    
    Chain eth0_fwd (1 references)
    pkts bytes target     prot opt in     out     source               destination
    
       0     0 dynamic    all  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW
    1099 1234K net2all    all  --  *      eth1    0.0.0.0/0            0.0.0.0/0
    
    
    Chain eth0_in (1 references)
    pkts bytes target     prot opt in     out     source               destination
    
     155 19618 dynamic    all  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW
    69221 2946K net2fw     all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
    
    Chain eth1_fwd (1 references)
    pkts bytes target     prot opt in     out     source               destination
    
      58  3085 dynamic    all  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW
     833 63948 loc2net    all  --  *      eth0    0.0.0.0/0            0.0.0.0/0
    
    
    Chain eth1_in (1 references)
    pkts bytes target     prot opt in     out     source               destination
    
      53  5248 dynamic    all  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW
      53  5248 loc2fw     all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
    
    Chain fw2net (1 references)
    pkts bytes target     prot opt in     out     source               destination
    
    137K  146M ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0
           state RELATED,ESTABLISHED
       0     0 newnotsyn  tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW tcp flags:!0x16/0x02
      15   900 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW tcp dpt:80
       0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW tcp dpt:80
     907 39998 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
    
    Chain icmpdef (1 references)
    pkts bytes target     prot opt in     out     source               destination
    
    
    Chain loc2fw (1 references)
    pkts bytes target     prot opt in     out     source               destination
    
       0     0 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0
           state RELATED,ESTABLISHED
       8   320 newnotsyn  tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW tcp flags:!0x16/0x02
       0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW tcp dpts:6891:6900
       1    48 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW tcp dpt:3128
       0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW tcp dpt:3128
      44  4880 all2all    all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
    
    Chain loc2net (1 references)
    pkts bytes target     prot opt in     out     source               destination
    
     775 60863 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0
           state RELATED,ESTABLISHED
       4   160 newnotsyn  tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW tcp flags:!0x16/0x02
      54  2925 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
    
    Chain net2all (2 references)
    pkts bytes target     prot opt in     out     source               destination
    
    1099 1234K ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0
           state RELATED,ESTABLISHED
       0     0 newnotsyn  tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW tcp flags:!0x16/0x02
     154 19518 common     all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
      16   706 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0
           LOG flags 0 level 6 prefix `Shorewall:net2all:DROP:'
      16   706 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
    
    Chain net2fw (1 references)
    pkts bytes target     prot opt in     out     source               destination
    
    69063 2927K ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0
           state RELATED,ESTABLISHED
       1    40 newnotsyn  tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW tcp flags:!0x16/0x02
       3   144 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0
           state NEW tcp dpts:6891:6900
     154 19518 net2all    all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
    
    Chain newnotsyn (6 references)
    pkts bytes target     prot opt in     out     source               destination
      13   520 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0                                                      LOG flags 0 level 6 prefix `Shorewall:newnotsyn:DROP:'
      13   520 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0
    
    Chain reject (11 references)
    pkts bytes target     prot opt in     out     source               destination
       0     0 REJECT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                                      reject-with tcp-reset
     202 25950 REJECT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0                                                      reject-with icmp-port-unreachable
     765 21420 REJECT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0                                                      reject-with icmp-host-unreachable
       0     0 REJECT     all  --  *      *       0.0.0.0/0            0.0.0.0/0                                                      reject-with icmp-host-prohibited
    
    Chain shorewall (0 references)
    pkts bytes target     prot opt in     out     source               destination
    ============================================================================
    
    The output of [b]iptables -nvL -t nat[/b]
    Chain PREROUTING (policy ACCEPT 235 packets, 23152 bytes)
    pkts bytes target     prot opt in     out     source               destination
    
    Chain POSTROUTING (policy ACCEPT 1197 packets, 49259 bytes)
    pkts bytes target     prot opt in     out     source               destination
      61  3123 MASQUERADE  all  --  *      eth0    192.168.0.0/24       0.0.0.0/0
    
    Chain OUTPUT (policy ACCEPT 2245 packets, 81793 bytes)
    pkts bytes target     prot opt in     out     source               destination
    
    Chain eth0_masq (0 references)
    pkts bytes target     prot opt in     out     source               destination
    
    Chain loc_dnat (0 references)
    pkts bytes target     prot opt in     out     source               destination
    
    ============================================================================

    Please, let me know if I need to change something else.

     

    Take care my friend.

     

    [outputs formatted by spinynorman]

  4. :help:

    By now and before going back home I can send my ISP's web site:

     

    www.fibertel.com.ar

     

    So, my hostname is.............???

     

     

    Yes, it would be much easier with you here fixing things up!

     

    But, at least, I will try to advance with your instructions.

     

    Well, I will start when I get home.

     

     

    Take care,

    German.

  5. Here I am again (still at work). When I get home I will try all these things.

     

    1) My ISP assignsa dynamic IP address but (as a deduction) I can set a Static IP address for my computers. Is this ok?

     

     

    2) Where do I get (in Windows) the ISP nameserver? Should I have one of those?

     

     

    Well, I will continue when I get home.

     

    Take care,

    German

  6. Yes Chris, IPTABLES is installed because when I type iptables -nvL it works and when I write urpmi iptables it says "everything already installed" but, as you mentioned, something that has to be with nat is not. So, what should I do now?

     

    I am really impressed with all your networking knowledge and effort to help me.

     

     

    Note: Do I really need to add IPADDR 192.168.1.104 in etc/sysconfig/network-scripts/ifcfg-eth0 or it isn't necessary taking into consideration that eth0 is being assign using dhcp? For instance, this morning, it was 192.168.1.101.

    In the machine running Mandrake, I use Lilo to boot in any of both: WinXp or Mandrake. In XP, the network works enabling uPnP in windows and when I install the network through XP wizard, it installs 192.168.0.1 as the gateway on the second machine. This way, it works.

     

    The problem I want to solve is that when booting into Mandrake, if I can't share Internet, my son can't navigate while I use Linux. If I use Mandrake Wizard, both computers can navigate but (as you already know) I can't access the router setup page or send files through messengers. Someone could say "Don't worry, don't send files or don't access the router's setup page" but, for me, this became a challenge (I know you understand :-) and I want to get everything working.

     

    The only thing that comes to mind is thank you!

    By the way, where are you from (I am from Buenos Aires, Argentina)

     

    German.

  7. Thanks again Chris.

     

    Right now I am not at home (I am working) but tonight when I get home I will follow your instructions and post results.

     

    The only thing I could try before comming to work was:

     

    iptables -nvL -t nat

     

    As root but the result was: (...not found, do you need to insmod?). Is that ok?

     

    Well, keep in touch.

     

    Ger.

  8. Thanks Chris for your time and help!!!

     

    I followed all the steps you said:

     

    STEP #1: In /etc/sysconfig/network-scripts/ifcfg-eth0 there was not IPADDR line so I added one with IPADDR=192.168.1.104 and saved it.

     

    STEP #2: In /etc/sysconfig/network-scripts/ifcfg-eth1 I changed IPADDR, NETWORK and BROADCAST as you said.

     

    STEP #3: IFCONFIG (What I see is that eth0 is 192.168.1.102 ?), Well, I think the router assigns IP randomly.

     

    eth0 Link encap:Ethernet HWaddr 00:E0:7D:F1:9A:37

    inet addr:192.168.1.102 Bcast:192.168.1.255 Mask:255.255.255.0

    inet6 addr: fe80::2e0:7dff:fef1:9a37/64 Scope:Link

    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

    RX packets:319 errors:0 dropped:0 overruns:0 frame:0

    TX packets:2679 errors:0 dropped:0 overruns:0 carrier:0

    collisions:0 txqueuelen:1000

    RX bytes:107183 (104.6 Kb) TX bytes:182987 (178.6 Kb)

    Interrupt:10 Base address:0x6000

     

    eth1 Link encap:Ethernet HWaddr 00:E0:7D:73:59:19

    inet addr:192.168.2.1 Bcast:192.168.2.255 Mask:255.255.255.0

    inet6 addr: fe80::2e0:7dff:fe73:5919/64 Scope:Link

    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

    RX packets:103 errors:0 dropped:0 overruns:0 frame:0

    TX packets:44 errors:0 dropped:0 overruns:0 carrier:0

    collisions:0 txqueuelen:1000

    RX bytes:10906 (10.6 Kb) TX bytes:9999 (9.7 Kb)

    Interrupt:11 Base address:0x3000

     

    STEP #4:

    When I ping from Mandrake, I get the expected results and I can also ping to 192.168.2.1 from Windows. But I can't ping to 192.168.1.104 (or 102) from Windows. It says something like Host is not accessible.

    Finally, I can't access the web from Windows.

     

    Well, here I am now. Any further instructions will be very welcome !

     

    Thanks again my friend.

  9. Hello my friends and sorry for all the help I need. I promise to learn more about networking :D

     

    I did this streeter:

     

    a) In Mandrake (console), I typed:

    ifconfig eth0 192.168.1.104 up

     

    and then:

    ifconfig eth1 192.168.2.1 up

     

    When typing ping -c 4 192.168.1.1 I get the result you wrote in the computer with MANDRAKE.

    but when I type ping 4 192.168.1.1 in windows, I get a timeout message.

     

    If I leave things so, I can access the router's configuration page (typing 192.168.1.1 in mozilla) and I can send files through Kopete but computer 2 (windows 98) doesn't access internet.

    If I restart the computer, the lan configuration goes back to where it was before changing things with ifconfig (eth1 to 192.168.1.13).

     

    What I did in computer 2 is: network neighborhood, properties and there I choose tcpip and change the automatic configuration to 192.168.2.2 but there I don't know what else to do. Then when I type ping I tried changing Internet Explorer Internet options (LAN-advanced) and where it says HTTP I wrote 192.168.2.1 but I am not sure what to write there. What I really need is to be able to access internet from both computers.

     

    Until now, the only way my network works is: Using mandrake wizard: it configures eth1 to -for instance- 192.168.1.13 then I go to computer 2 (win) and add 192.168.1.13 in Internet Explorer (LAN- advanced-HTTP). There, I can access the web from both machines but I can't access the router and I can't send files through Kopete.

     

     

    Well, as always, thanks.

  10. Here I am back. Thanks for all your efforts trying to help me solve this.

     

    I tried to change the IP to 192.168.2.0 but it doesn't matter the number I write, as soon as I set the network, I can't access the router configuration page and I can't send files through messengers. I disable the network and I can access the conf. page and can also send files with messengers.

     

    My router is a Linksys BEFSR11.

     

    As always, I will appreciate your help. What I really need is a step by step guide.

     

    :-)

  11. Hello back and thanks for the help.

     

    Gowator, this are the results I get after typing the commands you were asking for.

    This is when my home network works ok but I can't access the Linksys router configuration page or send files through any messenger like, for example, Kopete.

    I use Mandrake 10 OE.

    Thanks again. I will be expecting your answer.

     

    ifconfig -a

     

    eth0 Link encap:Ethernet HWaddr 00:E0:7D:F1:9A:37

    inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0

    inet6 addr: fe80::2e0:7dff:fef1:9a37/64 Scope:Link

    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

    RX packets:838 errors:0 dropped:0 overruns:0 frame:0

    TX packets:803 errors:0 dropped:0 overruns:0 carrier:0

    collisions:0 txqueuelen:1000

    RX bytes:337202 (329.2 Kb) TX bytes:162161 (158.3 Kb)

    Interrupt:10 Base address:0x6000

     

    eth1 Link encap:Ethernet HWaddr 00:E0:7D:73:59:19

    inet addr:192.168.1.13 Bcast:192.168.1.255 Mask:255.255.255.0

    inet6 addr: fe80::2e0:7dff:fe73:5919/64 Scope:Link

    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

    RX packets:205 errors:0 dropped:0 overruns:0 frame:0

    TX packets:82 errors:0 dropped:0 overruns:0 carrier:0

    collisions:0 txqueuelen:1000

    RX bytes:30191 (29.4 Kb) TX bytes:28034 (27.3 Kb)

    Interrupt:11 Base address:0x3000

     

    lo Link encap:Local Loopback

    inet addr:127.0.0.1 Mask:255.0.0.0

    inet6 addr: ::1/128 Scope:Host

    UP LOOPBACK RUNNING MTU:16436 Metric:1

    RX packets:1644 errors:0 dropped:0 overruns:0 frame:0

    TX packets:1644 errors:0 dropped:0 overruns:0 carrier:0

    collisions:0 txqueuelen:0

    RX bytes:98670 (96.3 Kb) TX bytes:98670 (96.3 Kb)

     

    sit0 Link encap:IPv6-in-IPv4

    NOARP MTU:1480 Metric:1

    RX packets:0 errors:0 dropped:0 overruns:0 frame:0

    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

    collisions:0 txqueuelen:0

    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

     

    route

     

    Kernel IP routing table

    Destination Gateway Genmask Flags Metric Ref Use Iface

    192.168.1.0 * 255.255.255.0 U 0 0 0 eth1

    192.168.1.0 * 255.255.255.0 U 0 0 0 eth1

    127.0.0.0 * 255.0.0.0 U 0 0 0 lo

    default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0

     

    iptables -nvL

     

    Chain INPUT (policy DROP 0 packets, 0 bytes)

    pkts bytes target prot opt in out source destination

    1019 56812 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0

    0 0 DROP !icmp -- * * 0.0.0.0/0 0.0.0.0/0 state INVALID

    626 315K eth0_in all -- eth0 * 0.0.0.0/0 0.0.0.0/0

    93 16897 eth1_in all -- eth1 * 0.0.0.0/0 0.0.0.0/0

    0 0 common all -- * * 0.0.0.0/0 0.0.0.0/0

    0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:INPUT:REJECT:'

    0 0 reject all -- * * 0.0.0.0/0 0.0.0.0/0

     

    Chain FORWARD (policy DROP 0 packets, 0 bytes)

    pkts bytes target prot opt in out source destination

    0 0 DROP !icmp -- * * 0.0.0.0/0 0.0.0.0/0 state INVALID

    1 205 eth0_fwd all -- eth0 * 0.0.0.0/0 0.0.0.0/0

    20 1420 eth1_fwd all -- eth1 * 0.0.0.0/0 0.0.0.0/0

    0 0 common all -- * * 0.0.0.0/0 0.0.0.0/0

    0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:FORWARD:REJECT:'

    0 0 reject all -- * * 0.0.0.0/0 0.0.0.0/0

     

    Chain OUTPUT (policy DROP 0 packets, 0 bytes)

    pkts bytes target prot opt in out source destination

    1019 56812 ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0

    0 0 DROP !icmp -- * * 0.0.0.0/0 0.0.0.0/0 state INVALID

    617 134K fw2net all -- * eth0 0.0.0.0/0 0.0.0.0/0

    1066 53597 all2all all -- * eth1 0.0.0.0/0 0.0.0.0/0

    0 0 common all -- * * 0.0.0.0/0 0.0.0.0/0

    0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:OUTPUT:REJECT:'

    0 0 reject all -- * * 0.0.0.0/0 0.0.0.0/0

     

    Chain all2all (2 references)

    pkts bytes target prot opt in out source destination

    57 25313 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED

    0 0 newnotsyn tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp flags:!0x16/0x02

    1038 32307 common all -- * * 0.0.0.0/0 0.0.0.0/0

    1009 28284 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:all2all:REJECT:'

    1009 28284 reject all -- * * 0.0.0.0/0 0.0.0.0/0

     

    Chain common (5 references)

    pkts bytes target prot opt in out source destination

    1020 28560 icmpdef icmp -- * * 0.0.0.0/0 0.0.0.0/0

    0 0 reject udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:135

    99 15091 reject udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:137:139

    0 0 reject udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:445

    0 0 reject tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:139

    0 0 reject tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:445

    0 0 reject tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:135

    0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:1900

    0 0 DROP all -- * * 0.0.0.0/0 255.255.255.255

    0 0 DROP all -- * * 0.0.0.0/0 224.0.0.0/4

    0 0 reject tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:113

    0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp spt:53 state NEW

    61 8450 DROP all -- * * 0.0.0.0/0 192.168.1.255

    0 0 DROP all -- * * 0.0.0.0/0 192.168.1.255

     

    Chain dynamic (4 references)

    pkts bytes target prot opt in out source destination

     

    Chain eth0_fwd (1 references)

    pkts bytes target prot opt in out source destination

    0 0 dynamic all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW

    1 205 net2all all -- * eth1 0.0.0.0/0 0.0.0.0/0

     

    Chain eth0_in (1 references)

    pkts bytes target prot opt in out source destination

    135 19630 dynamic all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW

    626 315K net2fw all -- * * 0.0.0.0/0 0.0.0.0/0

     

    Chain eth1_fwd (1 references)

    pkts bytes target prot opt in out source destination

    20 1420 dynamic all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW

    20 1420 loc2net all -- * eth0 0.0.0.0/0 0.0.0.0/0

     

    Chain eth1_in (1 references)

    pkts bytes target prot opt in out source destination

    34 4263 dynamic all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW

    93 16897 loc2fw all -- * * 0.0.0.0/0 0.0.0.0/0

     

    Chain fw2net (1 references)

    pkts bytes target prot opt in out source destination

    454 112K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED

    0 0 newnotsyn tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp flags:!0x16/0x02

    22 1320 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:80

    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:80

    141 20047 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0

     

    Chain icmpdef (1 references)

    pkts bytes target prot opt in out source destination

     

    Chain loc2fw (1 references)

    pkts bytes target prot opt in out source destination

    59 12634 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED

    0 0 newnotsyn tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp flags:!0x16/0x02

    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpts:6891:6900

    5 240 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:3128

    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:3128

    29 4023 all2all all -- * * 0.0.0.0/0 0.0.0.0/0

     

    Chain loc2net (1 references)

    pkts bytes target prot opt in out source destination

    0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED

    0 0 newnotsyn tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp flags:!0x16/0x02

    20 1420 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0

     

    Chain net2all (2 references)

    pkts bytes target prot opt in out source destination

    1 205 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED

    0 0 newnotsyn tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp flags:!0x16/0x02

    139 19742 common all -- * * 0.0.0.0/0 0.0.0.0/0

    8 224 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:net2all:DROP:'

    8 224 DROP all -- * * 0.0.0.0/0 0.0.0.0/0

     

    Chain net2fw (1 references)

    pkts bytes target prot opt in out source destination

    487 295K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED

    0 0 newnotsyn tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp flags:!0x16/0x02

    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpts:6891:6900

    139 19742 net2all all -- * * 0.0.0.0/0 0.0.0.0/0

     

    Chain newnotsyn (6 references)

    pkts bytes target prot opt in out source destination

    0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:newnotsyn:DROP:'

    0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0

     

    Chain reject (11 references)

    pkts bytes target prot opt in out source destination

    1 60 REJECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 reject-with tcp-reset

    99 15091 REJECT udp -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable

    1008 28224 REJECT icmp -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-unreachable

    0 0 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited

     

    Chain shorewall (0 references)

    pkts bytes target prot opt in out source destination

     

    /etc/resolv.conf

    nameserver 200.49.159.69

    nameserver 200.49.156.3

    nameserver 24.232.0.21

  12. Hello,

     

    I have a rather old Genius ColorPage EP Scanner (Parallel). Mandrake 10 OE doesn't recognize it as a device. If I start any scanner capturing software, it lists my tv tuner as the only scanner connected.

     

    Is there any possibility to make this scanner work under Mandrake 10? It does under windows.

     

    Pleaseeee, if anyone can help me I will really appreciate it.

     

    Thanks.

  13. Hello,

     

    Please, help me finding out the solution to this problem:

     

    One of my computers (Mandrake 10 Official release) accesses Internet through a Linksys router (eth0 card). This computer has a second card (eth1) which is connected to my second computer (win 98).

     

    When I share the Internet connection in Mandrake (through its wizard), it works fine but from there on I am not able to send files in Mandrake through messengers such as Kopete or aMSN. When I disabled my home network, I can send files again.

     

    In order to set up the router, I have to access this IP: 192.168.1.1 but when I enable my internal network, if I try to access, a message appears with the following text:

     

    "Connection refused by server".

     

    Until now, I arrived to the following conclusion:

     

    I think that Mandrake assigns the same IP (Static) to the LAN (192.168.1.1) so when I try to send files or if I try to access the router setup page, something crashes and it doesn't work. I tried to change this IP (for example to 192.168.1.13) but it didn't work either. I feel I am guessing because I don't really know what I should do.

     

    My objective is to have both things running (network + sending files/accessing the router's configuration page). I also did forward ports.

     

    Well, I hope this explanation is clear enough. If anyone can help me, I will really appreciate it.

     

    Thanks in advance.

  14. Hello. I use Xadecode or Streamer to record from my Pinnacle PCTV Rave tuner.

    The recorded image is ok but the sound has a kind of permanent whistle in the background. I would like to avoid that whistle which really bothers but don't know how to do that.

     

    If anyone can help me, I will appreciate it.

     

    Thanks :-)

  15. Thanks for your help tyme. Just two more questions:

     

    a) How do I set the IP address (My IP is set dinamically)?

    B) Are those ports INT or EXT?

     

    Right now in the advanced tab, under Forward there is a button UPnP and there there are 5 or 6 items (the last ones) refering to msgms (or something like that) which point to IP 192.168.1.129. Should I forward to this port?

     

    Thank you very much!

  16. Linksys router- forwarding ports

     

    Can anyone having a Linksys router tell me how to forward ports? I own a Linksys BEFSR11 and need to forward ports 6891-6900 in order to be able to send files through messengers.

     

    In windows, I solved this problem installing UPnP and checking UPnP in the router's configuration page.

     

    The IP is set dinamically.

     

    Any detailed help will be very welcome.

     

    Thanks in advance.

  17. Hello back,

     

    Let me describe the problem as clear as I can:

     

    a) I get connected to the web through a Liinksys router + cablemodem.

     

    B) I use Mandrake 10 official.

     

    c) When using aMSN or any messenger, I can only receive files from Windows users. I CAN'T SEND

    THEM. The other person's computer shows a message telling him this:

     

    "your message cannot be saved. Its name may contain unreadable characters, its name plus path may be too long, or the folder may be read-only, deleted, or otherwise unavailable. Please specify another file name and/or choose a different folder"

     

    This happens with any file.

     

    Well, I really don't know what to do. Please, help me. I will really appreciate it .

     

    Thank you very much.

  18. I just installed freevo. What should I do now in order to watch tv?

     

    I hava a Pinnacle studio pctv rave card and tvtime; xawdecode and fbtv (all those work fine) but I want to try freevo.

     

    Any help will be very welcome.

     

    Thanks in advance.

  19. Helllo!

     

    I am trying to send files to windows user's through different messengers such as Al's Messenger but I can receive files from them but I can't send. They get a message such as " files has strange characters or it is too long to save..." This happens with every file I try to send.

     

    By the way, I am connected to the Internet through a Linksys router and I use Mandrake 10 Official release.

     

    In windows, this works fine.

     

    Thanks in advance.

     

    [moved from Software by spinynorman - welcome to the board :) ]

×
×
  • Create New...