mymind
25th August 2010, 03:58 PM
hi
i set up a dhcp server on FC13 and config the dhcpd.conf like this :
# A slightly different configuration for an internal subnet.
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.10 192.168.1.100;
option ip-forwarding on;
option domain-name-servers 194.65.100.117;
option domain-name "BuzyBox";
option routers 192.168.1.254;
option broadcast-address 192.168.1.255;
default-lease-time 600;
max-lease-time 7200;
}
host Buzybox {
hardware ethernet 08:22:15:12:a3:35;
fixed-address 192.168.1.254;
}
and i have this :
[root@BuzyBox ~]# cat /proc/sys/net/ipv4/ip_forward
1
[root@BuzyBox ~]#
i have a USB pen that i config with my data and put on this pc ,,,,
now i want to share my internet conection with my other PC s but IPForwarding do not respond ...
can anyone help m?
tank s
i set up a dhcp server on FC13 and config the dhcpd.conf like this :
# A slightly different configuration for an internal subnet.
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.10 192.168.1.100;
option ip-forwarding on;
option domain-name-servers 194.65.100.117;
option domain-name "BuzyBox";
option routers 192.168.1.254;
option broadcast-address 192.168.1.255;
default-lease-time 600;
max-lease-time 7200;
}
host Buzybox {
hardware ethernet 08:22:15:12:a3:35;
fixed-address 192.168.1.254;
}
and i have this :
[root@BuzyBox ~]# cat /proc/sys/net/ipv4/ip_forward
1
[root@BuzyBox ~]#
i have a USB pen that i config with my data and put on this pc ,,,,
now i want to share my internet conection with my other PC s but IPForwarding do not respond ...
can anyone help m?
tank s