Results 1 to 2 of 2
I have two networks one is 192.168.1.0 and 192.168.2.0 with default mask 255.255.255.0
Now I need more IP addresses so I decide to supernet them and now 192.168.1.0 as a ...
- 02-11-2010 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 14
Help regarding supernetting
I have two networks one is 192.168.1.0 and 192.168.2.0 with default mask 255.255.255.0
Now I need more IP addresses so I decide to supernet them and now 192.168.1.0 as a network address and 192.168.2.255 as a broadcast address and CIDR notation is /23.Now I want to access to this network on internet so I want to know is it possible on RedHat or Fedora to achieve this task
if yes then how.
Thanks in advanced.
- 02-17-2010 #2Just Joined!
- Join Date
- Jul 2009
- Posts
- 20
hello
as you mentioned, 192.168.* .* range of IPs are in private range
so its not possible to access these IPs from internet ,until and unless you have a public IP that is with natting to these private IPs
Internet------>PUBLIC IP(assume this is linux box, having 2 NIC ,one with public IP and other with private IP,so you will set NAT , with IPtables,,so when ever request come to your public IP that should be natted to one of your private IP as you specified in the Iptables -----> your private Range


Reply With Quote