Jump to content

bsyuni

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by bsyuni

  1. Thanks for your quick responding. I tried mozilla, konqueror, w3m, opera but they dose not work so far. I think squid was installed because of the squid failling message during shutdown. But I am not sure how can I figure it out whether it works or not. By the way I have two ethernet card. eth0: for local setting eth1: for internet connection Both of them work under all MDK 9.X. Here is what I have done. I restart network service [root@yuni bsyuni]# service network restart Shutting down interface eth0: [ OK ] Shutting down interface eth1: [ OK ] Shutting down loopback interface: [ OK ] Disabling IPv4 packet forwarding: [ OK ] Setting network parameters: [ OK ] Bringing up loopback interface: [ OK ] Enabling IPv4 packet forwarding [ OK ] Bringing up interface eth0: [FAILED] Bringing up interface eth1: [ OK ] As you see eth0 fails. Bring up eth0 again [root@yuni bsyuni]# ifup eth0 It seems eth0 works. But even I skip 'ifup eth0' I have same ifconfig. [root@yuni bsyuni]# ifconfig eth0 Link encap:Ethernet HWaddr 00:02:44:00:CE:2F inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::202:44ff:fe00:ce2f/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:340 errors:0 dropped:0 overruns:0 frame:0 TX packets:334 errors:0 dropped:0 overruns:0 carrier:0 collisions:29 txqueuelen:1000 RX bytes:28092 (27.4 Kb) TX bytes:43582 (42.5 Kb) Interrupt:9 Base address:0x2040 eth1 Link encap:Ethernet HWaddr 00:10:4B:0F:D2:13 inet addr: Bcast: Mask: inet6 addr: fe80::210:4bff:fe0f:d213/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:3269 errors:0 dropped:0 overruns:0 frame:0 TX packets:341 errors:0 dropped:0 overruns:0 carrier:0 collisions:9 txqueuelen:1000 RX bytes:223335 (218.1 Kb) TX bytes:27833 (27.1 Kb) Interrupt:11 Base address:0x2080 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:71 errors:0 dropped:0 overruns:0 frame:0 TX packets:71 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4670 (4.5 Kb) TX bytes:4670 (4.5 Kb) For iptables [root@yuni bsyuni]# iptables -nvL Chain INPUT (policy DROP 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 71 4670 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 36 6513 eth1_in all -- eth1 * 0.0.0.0/0 0.0.0.0/0 9 1880 eth0_in all -- eth0 * 0.0.0.0/0 0.0.0.0/0 0 0 Reject 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 261 34312 eth1_fwd all -- eth1 * 0.0.0.0/0 0.0.0.0/0 274 17368 eth0_fwd all -- eth0 * 0.0.0.0/0 0.0.0.0/0 0 0 Reject 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 71 4670 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 20 1255 fw2net all -- * eth1 0.0.0.0/0 0.0.0.0/0 5 208 all2all all -- * eth0 0.0.0.0/0 0.0.0.0/0 0 0 Reject 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 Drop (1 references) pkts bytes target prot opt in out source destination 16 2456 RejectAuth all -- * * 0.0.0.0/0 0.0.0.0/0 16 2456 dropBcast all -- * * 0.0.0.0/0 0.0.0.0/0 16 2456 DropSMB all -- * * 0.0.0.0/0 0.0.0.0/0 16 2456 DropUPnP all -- * * 0.0.0.0/0 0.0.0.0/0 16 2456 dropNonSyn all -- * * 0.0.0.0/0 0.0.0.0/0 12 2292 DropDNSrep all -- * * 0.0.0.0/0 0.0.0.0/0 Chain DropDNSrep (2 references) pkts bytes target prot opt in out source destination 0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp spt:53 Chain DropSMB (1 references) pkts bytes target prot opt in out source destination 0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:135 0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:137:139 0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:445 0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:135 0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:139 0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:445 Chain DropUPnP (2 references) pkts bytes target prot opt in out source destination 0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:1900 Chain Reject (4 references) pkts bytes target prot opt in out source destination 6 1688 RejectAuth all -- * * 0.0.0.0/0 0.0.0.0/0 6 1688 dropBcast all -- * * 0.0.0.0/0 0.0.0.0/0 1 48 RejectSMB all -- * * 0.0.0.0/0 0.0.0.0/0 1 48 DropUPnP all -- * * 0.0.0.0/0 0.0.0.0/0 1 48 dropNonSyn all -- * * 0.0.0.0/0 0.0.0.0/0 1 48 DropDNSrep all -- * * 0.0.0.0/0 0.0.0.0/0 Chain RejectAuth (2 references) pkts bytes target prot opt in out source destination 0 0 reject tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:113 Chain RejectSMB (1 references) pkts bytes target prot opt in out source destination 0 0 reject udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:135 0 0 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:135 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 Chain all2all (2 references) pkts bytes target prot opt in out source destination 4 160 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED 6 1688 Reject all -- * * 0.0.0.0/0 0.0.0.0/0 1 48 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:all2all:REJECT:' 1 48 reject all -- * * 0.0.0.0/0 0.0.0.0/0 Chain dropBcast (2 references) pkts bytes target prot opt in out source destination 5 1640 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 PKTTYPE = broadcast 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 PKTTYPE = multicast Chain dropNonSyn (2 references) pkts bytes target prot opt in out source destination 4 164 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp flags:!0x16/0x02 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 72 6004 dynamic all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW 274 17368 loc2net 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 9 1880 dynamic all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW 9 1880 loc2fw 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 0 0 dynamic all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW 261 34312 net2all 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 16 2456 dynamic all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW 36 6513 net2all all -- * * 0.0.0.0/0 0.0.0.0/0 Chain fw2net (1 references) pkts bytes target prot opt in out source destination 15 939 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 5 316 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 Chain icmpdef (0 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 4 240 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:3128 5 1640 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 202 11364 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED 72 6004 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 281 38369 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED 16 2456 Drop all -- * * 0.0.0.0/0 0.0.0.0/0 12 2292 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:net2all:DROP:' 12 2292 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 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 PKTTYPE = broadcast 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 PKTTYPE = multicast 0 0 DROP all -- * * 255.255.255.255 0.0.0.0/0 0 0 DROP all -- * * 224.0.0.0/4 0.0.0.0/0 0 0 REJECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 reject-with tcp-reset 0 0 REJECT udp -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-port-unreachable 1 48 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 Chain smurfs (0 references) pkts bytes target prot opt in out source destination 0 0 LOG all -- * * 255.255.255.255 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:smurfs:DROP:' 0 0 DROP all -- * * 255.255.255.255 0.0.0.0/0 0 0 LOG all -- * * 224.0.0.0/4 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:smurfs:DROP:' 0 0 DROP all -- * * 224.0.0.0/4 0.0.0.0/0 Here is another one. [root@yuni bsyuni]# iptables -nvL -t nat Chain PREROUTING (policy ACCEPT 76 packets, 9875 bytes) pkts bytes target prot opt in out source destination 64 7659 loc_dnat all -- eth0 * 0.0.0.0/0 0.0.0.0/0 Chain POSTROUTING (policy ACCEPT 24 packets, 1890 bytes) pkts bytes target prot opt in out source destination 45 3573 eth1_masq all -- * eth1 0.0.0.0/0 0.0.0.0/0 Chain OUTPUT (policy ACCEPT 17 packets, 1144 bytes) pkts bytes target prot opt in out source destination Chain eth1_masq (1 references) pkts bytes target prot opt in out source destination 32 2463 MASQUERADE all -- * * 192.168.1.0/24 0.0.0.0/0 Chain loc_dnat (1 references) pkts bytes target prot opt in out source destination 4 240 REDIRECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 redir ports 3128 [root@yuni bsyuni]# Whether eth0 device fail or not the laptops work with FTP, messenger and VNC access. Thank you in advance. :lol:
  2. I install MDK 10 OE in my desktop. I have been used it with MDK 9.0, 9.1 and 9.2. I have a little problem with internet sharing with all MDK 9.X. After several tries I was succeed. This time it happens again but a little different way. My home networking is as follows, :deal: Cable modem ---> DeskTop ---->Laptop1 and Laptop2 The desktop works fine. Both Laptops have MDK 10 OE. The Laptops can use instant messenger. Even they can access mirroring MDK FTP severs to update patches and ping yahoo.com also works. Even VNC works well. I can access my other remote desktop which is in my office. But I have a problem to access internet in the Laptops. When I use Mozilla, the error message is "access denied". It might be firewall problem but I do not have any idea. Please me. [moved from Installing Mandrake by spinynorman]
  3. :lol: Thanks LiquidZoo It works. Up to MDK 9.2 I choose Trident 9382 chip set in XFree-3. Now it is Vesa in MDK 10.0. It looks so nice. Thanks again.
  4. This time I choose vesa as a video card. It seems working because I have a nice blue screen with X marked mouse point. But that's it no more no less. If I re-install MDK 9.2 first then choose upgrade option. Is it reasonable approach? :unsure:
  5. Hello. I have a problem with XFree4. I have been used XFree3. Up to mandrake 9.2, I can have a chance to choose XFree3 or XFree4 during installation. But Mandrake 10.0 O.E. only support XFree4. During D.I.Y I found a fact. Thinkpad 560 that is my laptop has a problem with XFree4 I still keep my XF86Config from MDK 9.2. so that I tried to modify XF84Config-4. After finish it, I have an error message as follows, (EE) TRIDENT(0): Virtual size (800x600) (pitch 1024) exceeds video memory (EE) Screen(s) found, but none have a usable configuration. Here is my question. Is there any way that I can use XF86Config file from my previous installation of MDK 9.2? Except going back to MDK9.2, any suggestions and comment will work. Thank you in advance.
  6. Thanks a lot. :D It works. I can see that "installing packages.." message on the LCD. The problem was occurred during the burning. It was 12X speed and now it is 4X speed that is the lowest speed in my PC. Thank you for the tip of checksum. Whenever I saw the file for checksum I just have some curiosity. It works and it is a big help.
  7. Thanks for the tip. :lol: May I ask you one more? How can I verify my downloaded iso files? Is it fine when I open the CD and can see the files? Now I am downloading again from different ftp sever. After that I will follow your recommendation for the slowest burning. Still I am not sure how I am possibly check the CD is fine for not. Please . Thanks again.
  8. Hello. I have installed Mandrakelinux 9.0, 9.1, 9.2 at my thinkpad 560 that is one of the old IBM laptop. It have a CD-ROM as an external device. It uses PCMCIA slot. Mandrake linux is the only one that can support the CD-ROM. I have a problem for installing mandrake 10.0 OE. I downloaded three iso files and burn them. The CMOS dose not provide a CD-ROM booting. I made a booting floppy. It made me install all previous Mandrake 9.X. But this time I am not lucky enough. Because it dose not provide only text mode installation and after "Checking available packages..." message then the CD-ROM just spinning all the time. I just try it several times but I can not make it. I think I still have two choices. Network installation and installation form local hard disk. 1. Network installation I have an Ethernet card for PCMCIA type. It dose not work before small modification. I just added card "D-link DFE-670TDX Ethernet" manfid 0x0149, 0x4530 bind "tulip_cb" to my /etc/pcmcia/config How can I do that when I do installation? 2. Installation form local hard disk I have a FAT partition in my local hard disk. If I copy all files under PRM directory in the first CD. Is it possible to install? Because I do not have enough disk space to copy all files in the there CDs. Which one is better solution or none of the above? Any recommendation or how-to will be help. :lol:
  9. I can not find volume control things. :o What kind of the program do I need? Thanks.
  10. I just upgrade form MDK 9.1 to 9.2. It was clean installation and it worked. Even I do not figure out what the problem was. It just works. :lol:
  11. Sorry, it should be Ctrl + Alt + F1 ~ F6. But it does not work yet. I checked /etc/inittab file. inittab looks fine because all tty1 ~6 set avilable. How can I use them? Thank you in advance.
  12. How can I get virtual console? When I press Ctrl + Alt + 1 ~ 6, I have a consle. But in my laptop I can not get them after starts X window. I checked /etc/inittab file but it looks fine. I wonder why only the laptop has upper probelm. Any tips will be appreciated. Thank you in advance.
×
×
  • Create New...