I am trying to setup linux firewall/dhcp server but its not assign ips
Here is my server
Firewall/DHCP Server with 2 NICS
NIC 1 eth0: Cable from dsl router to nic1. Public IP from my dsl provider, this works ok and I can ping out
NIC 2 eth1: Cable From switch to nic2 Private IP 10.10.0.1, I can ping 10.10.0.1 ok
Computer 1:
cable from switch to nic on computer.
I have dhcpd.conf set to us 10.10.0.128-254 for ips and to use 10.10.0.1 as the gateway.
Computer 1 is set to automatically assign an ip to itself, it picks
IP: 10.10.0.254
Subnet: 255.255.255.0
Gateway: 10.10.0.1
It can ping 10.10.0.1 and it can ping the public IP, but it cannont ping yahoo.com
I tried changing the IP of eth1 on the server to 10.10.0.11 and computer 1 can ping it put it can't ping the default gateway of 10.10.0.1
Should the IP of NIC1 on the server be 10.10.0.1 or 10.10.0.11?
I also tried:
route add -host 255.255.255.255 dev eth1
but still couldnt ping out
Why arent I able to ping outsite the network(yahoo.com)?
Here is my server
Firewall/DHCP Server with 2 NICS
NIC 1 eth0: Cable from dsl router to nic1. Public IP from my dsl provider, this works ok and I can ping out
NIC 2 eth1: Cable From switch to nic2 Private IP 10.10.0.1, I can ping 10.10.0.1 ok
Computer 1:
cable from switch to nic on computer.
I have dhcpd.conf set to us 10.10.0.128-254 for ips and to use 10.10.0.1 as the gateway.
Computer 1 is set to automatically assign an ip to itself, it picks
IP: 10.10.0.254
Subnet: 255.255.255.0
Gateway: 10.10.0.1
It can ping 10.10.0.1 and it can ping the public IP, but it cannont ping yahoo.com
I tried changing the IP of eth1 on the server to 10.10.0.11 and computer 1 can ping it put it can't ping the default gateway of 10.10.0.1
Should the IP of NIC1 on the server be 10.10.0.1 or 10.10.0.11?
I also tried:
route add -host 255.255.255.255 dev eth1
but still couldnt ping out
Why arent I able to ping outsite the network(yahoo.com)?