- Posts: 500
- Thank you received: 0
i am satish, i have a some problem about the NAT.
15 years 2 months ago #31895
by ZiPPy
ZiPPy
Replied by ZiPPy on topic Re: i am satish, i have a some problem about the NAT.
I wanted to add instead of edit my previous statement regarding addressing. You could use a different mask, but this will increase the broadcasts on the network. Therefore, in order to preserve and IP addresses, you could always create VLANs on your network.
Just a random thought that crossed my mind regarding this topic.
Cheers,
ZiPPy
Just a random thought that crossed my mind regarding this topic.
Cheers,
ZiPPy
ZiPPy
- Swapnil_dharam
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 0
15 years 2 months ago #31901
by Swapnil_dharam
Replied by Swapnil_dharam on topic Re: i am satish, i have a some problem about the NAT.
Dear Satish,
As per my understanding 124.124.211.145 is the IP of ur serial port of router and 192.168.1.1 is the internal gateway configured on eth0 of the router. If I am right abt ur given sinerio than configuration would look like below:-
*****************************************************
interface Ethernet0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip access-group 1 in
!
!
!
interface Serial0/0
ip address 124.124.211.145 [here u can put the subnet mask given by reliance]
ip nat outside
!
!
!
ip nat inside source list 1 interface serial0/0 overload
!
!
access-list 1 permit 192.168.1.0 0.0.0.255
*****************************************************
But still I have question in my mind that where U configured secong global IP 124.124.211.146 provided by reliance.
Regards,
Swapnil
As per my understanding 124.124.211.145 is the IP of ur serial port of router and 192.168.1.1 is the internal gateway configured on eth0 of the router. If I am right abt ur given sinerio than configuration would look like below:-
*****************************************************
interface Ethernet0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip access-group 1 in
!
!
!
interface Serial0/0
ip address 124.124.211.145 [here u can put the subnet mask given by reliance]
ip nat outside
!
!
!
ip nat inside source list 1 interface serial0/0 overload
!
!
access-list 1 permit 192.168.1.0 0.0.0.255
*****************************************************
But still I have question in my mind that where U configured secong global IP 124.124.211.146 provided by reliance.
Regards,
Swapnil
- next_virus
- Offline
- Senior Member
Less
More
- Posts: 111
- Thank you received: 2
15 years 2 months ago #31905
by next_virus
Replied by next_virus on topic Re: i am satish, i have a some problem about the NAT.
Swapnil /Satty,
The Static IP provided by reliance is only one that is 124.124.211.145
and 124.124.211.146 is the gateway of 124.124.211.145.
Am I right Satty.
NAT can be used at router (I don't have any idea about L3 switch) and as suggested by Zippy you can create different VLANS on your switch.
Regards.
The Static IP provided by reliance is only one that is 124.124.211.145
and 124.124.211.146 is the gateway of 124.124.211.145.
Am I right Satty.
NAT can be used at router (I don't have any idea about L3 switch) and as suggested by Zippy you can create different VLANS on your switch.
Regards.
- Swapnil_dharam
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 0
15 years 2 months ago #31926
by Swapnil_dharam
Replied by Swapnil_dharam on topic Re: i am satish, i have a some problem about the NAT.
Hey It seems that, 124.124.211.146 is the other end ip add, then no issue.
In this case my above PAT configuration will definately work.
In this case my above PAT configuration will definately work.
Time to create page: 0.128 seconds