View Full Version : FC 4 not visible on windows entire network
Phiggy
2005-12-21, 07:09 PM CST
Hi,
i am new to the Linux world so i have not a clue to why i can't view my FC 4 domain in my windows entire net work. At first after configuring Samba Windows File Sharing, i was able to see FC 4 on the entire network, but after a while it disapeared and that was it
need help ASAP please. :(
Philip
funchords
2005-12-21, 08:03 PM CST
Hi,
i am new to the Linux world so i have not a clue to why i can't view my FC 4 domain in my windows entire net work. At first after configuring Samba Windows File Sharing, i was able to see FC 4 on the entire network, but after a while it disapeared and that was it
need help ASAP please. :(
Philip
Are you running software firewalls or iptables?
Phiggy
2005-12-21, 08:25 PM CST
i am running iptables
funchords
2005-12-22, 05:09 PM CST
You need to add these rules to the filter table of your iptables.
I have them in a Chain called SERVICES and that chain is reference from INPUT
Chain SERVICES (1 references)
target prot opt source destination
ACCEPT udp -- 192.168.177.0/24 0.0.0.0/0 udp dpts:137:138
ACCEPT tcp -- 192.168.177.0/24 0.0.0.0/0 tcp dpt:139
ACCEPT tcp -- 192.168.177.0/24 0.0.0.0/0 tcp dpt:445
You can see what you have now by using this command:
[root@topol003 ~]# iptables -t filter -n -L
My entire display is here for reference
[root@topol003 ~]# iptables -t filter -n -L
Chain ANTISPOOF (1 references)
target prot opt source destination
ACCEPT all -- 127.0.0.0/8 0.0.0.0/0
Chain FORWARD (policy DROP)
target prot opt source destination
Chain ICMP_FILTER (1 references)
target prot opt source destination
ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 0
ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 3 code 1
ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 3 code 0
ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 8
Chain INPUT (policy DROP)
target prot opt source destination
ICMP_FILTER all -- 0.0.0.0/0 0.0.0.0/0
ANTISPOOF all -- 0.0.0.0/0 0.0.0.0/0
TCP_CHECKS tcp -- 0.0.0.0/0 0.0.0.0/0
SERVICES all -- 0.0.0.0/0 0.0.0.0/0
ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
VPNs all -- 134.134.0.0/24 0.0.0.0/0
LOG all -- 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix `5'
Chain LOCAL_LANS (0 references)
target prot opt source destination
ACCEPT all -- 192.168.177.0/24 0.0.0.0/0
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain SERVICES (1 references)
target prot opt source destination
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
ACCEPT udp -- 192.168.177.0/24 0.0.0.0/0 udp dpts:137:138
ACCEPT tcp -- 192.168.177.0/24 0.0.0.0/0 tcp dpt:139
ACCEPT tcp -- 192.168.177.0/24 0.0.0.0/0 tcp dpt:445
Chain TCP_CHECKS (1 references)
target prot opt source destination
DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x30/0x20
DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x03/0x03
DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x06
DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x05/0x05
DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp flags:0x3F/0x29
Chain VPNs (1 references)
target prot opt source destination
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW
Phiggy
2005-12-27, 11:54 PM CST
Thankx alot mate
That was bit enlightning but i have encountered one last problem ...I have got my FC 4 server in my existing domain, How can i creat this FC 4 to be it's own domain? Please need help with this mind bending OS
Philip
FC Novice
liro
2005-12-28, 04:08 AM CST
you must configure samba to be master on this domain (or the new one). see www.samba.org for help about samba configuring...
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.