Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New subnet/IP block 3

Status
Not open for further replies.

MikeWire

IS-IT--Management
Feb 1, 2005
33
0
0
US
Hi guys/gals,

We were assigned a new block of Ip's (216.177.187.225) and subnet 255.255.255.224(/27) and I need to config my router (config with NAT already etc.) for the second subnet. Do I use the ip route command to do this and does anyone have a sample running-config? And do you see anthing wrong with my setup?

Here's mine:

Building configuration...

Current configuration : 5169 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
no logging buffered
enable secret 5
!
username Router

ip subnet-zero
ip name-server 216.187.160.17
ip name-server 216.187.165.2
ip dhcp excluded-address 192.168.200.1
ip dhcp excluded-address 192.168.200.108
ip dhcp excluded-address 192.168.200.102
ip dhcp excluded-address 192.168.200.48
ip dhcp excluded-address 192.168.200.78
ip dhcp excluded-address 192.168.200.99
ip dhcp excluded-address 192.168.200.73
ip dhcp excluded-address 192.168.200.67
ip dhcp excluded-address 192.168.200.68
ip dhcp excluded-address 192.168.200.71
ip dhcp excluded-address 192.168.200.72
ip dhcp excluded-address 192.168.200.75
ip dhcp excluded-address 192.168.200.76
ip dhcp excluded-address 192.168.200.6
ip dhcp excluded-address 192.168.200.5
!
ip audit notify log
ip audit po max-events 100
!
!
!
interface Ethernet0
description CRWS Generated text. Please do not delete this:192.168.200.99-255.255.255.0
ip address 192.168.200.99 255.255.255.0
ip nat inside
no cdp enable
hold-queue 32 in
hold-queue 100 out
!
interface Ethernet1
ip address 216.187.177.74 255.255.255.240
ip nat outside
no cdp enable
!
ip nat inside source list 102 interface Ethernet1 overload
ip nat inside source static tcp 192.168.200.1 25 interface Ethernet1 25
ip nat inside source static tcp 192.168.200.1 110 interface Ethernet1 110
ip nat inside source static tcp 192.168.200.108 21 interface Ethernet1 21
ip nat inside source static tcp 192.168.200.108 80 interface Ethernet1 80
ip nat inside source static tcp 192.168.200.48 3389 interface Ethernet1 3389
ip nat inside source static tcp 192.168.200.78 22 interface Ethernet1 22
ip nat inside source static tcp 192.168.200.99 23 interface Ethernet1 23
ip nat inside source static tcp 192.168.200.1 20 interface Ethernet1 20
ip nat inside source static tcp 192.168.200.1 80 216.187.177.66 80 extendable
ip nat inside source static tcp 192.168.200.1 110 216.187.177.66 110 extendable
ip nat inside source static tcp 192.168.200.1 25 216.187.177.66 25 extendable
ip nat inside source static tcp 192.168.200.1 20 216.187.177.66 20 extendable
ip nat inside source static tcp 192.168.200.1 21 216.187.177.66 21 extendable
ip nat inside source static tcp 192.168.200.1 3389 216.187.177.66 3389 extendable
ip nat inside source static tcp 192.168.200.102 80 216.187.177.69 80 extendable
ip nat inside source static tcp 192.168.200.73 3389 216.187.177.73 3389 extendable
ip nat inside source static tcp 192.168.200.67 3389 216.187.177.67 3389 extendable
ip nat inside source static tcp 192.168.200.68 3389 216.187.177.68 3389 extendable
ip nat inside source static tcp 192.168.200.71 3389 216.187.177.71 3389 extendable
ip nat inside source static tcp 192.168.200.72 3389 216.187.177.72 3389 extendable
ip nat inside source static tcp 192.168.200.75 3389 216.187.177.75 3389 extendable
ip nat inside source static tcp 192.168.200.76 3389 216.187.177.76 3389 extendable
ip nat inside source static tcp 192.168.200.6 3389 216.187.177.77 3389 extendable
ip nat inside source static tcp 192.168.200.78 80 216.187.177.78 80 extendable
ip nat inside source static tcp 192.168.200.78 22 216.187.177.78 22 extendable
ip nat inside source static tcp 192.168.200.5 3389 216.187.177.74 3389 extendable
ip nat inside source static tcp 192.168.200.103 80 216.187.177.229 80 extendable
ip nat inside source static tcp 192.168.200.104 80 216.187.177.230 80 extendable
ip nat inside source static tcp 192.168.200.105 80 216.187.177.231 80 extendable
ip nat inside source static tcp 192.168.200.106 80 216.187.177.226 80 extendable
ip nat inside source static tcp 192.168.200.107 80 216.187.177.227 80 extendable
ip nat inside source static tcp 192.168.200.48 3389 216.187.177.70 3389 extendable
ip nat inside source static tcp 192.168.200.108 80 216.187.177.232 80 extendable
ip nat inside source static tcp 192.168.200.108 21 216.187.177.232 21 extendable
ip nat inside source static tcp 192.168.200.102 80 216.187.177.228 80 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 216.187.177.65
ip route 0.0.0.0 0.0.0.0 216.187.167.1
ip route 0.0.0.0 0.0.0.0 216.187.167.2
ip http server
ip pim bidir-enable
!
!
access-list 102 permit ip 192.168.200.0 0.0.0.255 any
no cdp run
banner motd ^C
$ network, then you must disconnect immediately.
^C
!
line con 0
exec-timeout 120 0
stopbits 1
line vty 0 4
exec-timeout 120 0
password 7 0213097C190F5D
login local
length 0
!
scheduler max-task-time 5000
end
 
I added ip route 0.0.0.0 0.0.0.0 216.187.177.225 to the config, but I still cannot ping .226-.254

What else do I need to do to the config for the new subnet?
 
I plan on using these IP's to host websites - what else do I need to do to the router to ping the new IP's?
 
What is all this?
ip route 0.0.0.0 0.0.0.0 216.187.177.65
ip route 0.0.0.0 0.0.0.0 216.187.167.1
ip route 0.0.0.0 0.0.0.0 216.187.167.2

If you ping from say your Internet 216.187.177.x destination 216.187.177.226 I think the ping will get there. However where does it go from there? you have several default routes. I don't think this is healthy. Is 216.187.177.65 the next hop to the world? remove the other routes and make sure 216.187.177.65 knows where the source of your ping is comming from.
 
is the ip address on E1 a typo or the ip address in the text in the beginning as they don't correspond neither does the sm:
(216.177.187.225) and subnet 255.255.255.224(/27)

interface Ethernet1
ip address 216.187.177.74 255.255.255.240



CCNA, CCNP..partly ;)
 
Ok,

Thanks for the help!!!

I deleted the 216.187.167.1 - .2 ip route entries...as they were entered in error by someone else. And no I still cannot ping 216.187.177.226 or others. Any other help Ru55ell?


MTandSAV,

I was assigned a new block of IP's and of course a new subnet, but the mask is also different - but plz correct me if Im wrong. So, the 216.187.177.225 - .255 is the new block/subnet assigned and the original (works fine) 216.187.177.65 - .79 is the original that I don't want to mess with. So what can I do so I can make the new subnet pingable? Could it be my NAT thats messed up? I assigned my router a secondary IP and I can ping that just fine...any ideas?
 
These entries too look suspect:
ip nat inside source static tcp 192.168.200.1 25 interface Ethernet1 25
ip nat inside source static tcp 192.168.200.1 110 interface Ethernet1 110
ip nat inside source static tcp 192.168.200.108 21 interface Ethernet1 21
ip nat inside source static tcp 192.168.200.108 80 interface Ethernet1 80
ip nat inside source static tcp 192.168.200.48 3389 interface Ethernet1 3389
ip nat inside source static tcp 192.168.200.78 22 interface Ethernet1 22
ip nat inside source static tcp 192.168.200.99 23 interface Ethernet1 23
ip nat inside source static tcp 192.168.200.1 20 interface Ethernet1 20


Maybe MTandSAV can confirm it looks strange.
 
MTandSAV is right in pointing out the network address on E1. It needs to include all addresses you NAT to. Your going to have to get a bigger subnet for E1 to host that many servers from that network.
 
Hmmm...

These entries too look suspect:
ip nat inside source static tcp 192.168.200.1 25 interface Ethernet1 25
ip nat inside source static tcp 192.168.200.1 110 interface Ethernet1 110
ip nat inside source static tcp 192.168.200.108 21 interface Ethernet1 21
ip nat inside source static tcp 192.168.200.108 80 interface Ethernet1 80
ip nat inside source static tcp 192.168.200.48 3389 interface Ethernet1 3389
ip nat inside source static tcp 192.168.200.78 22 interface Ethernet1 22
ip nat inside source static tcp 192.168.200.99 23 interface Ethernet1 23
ip nat inside source static tcp 192.168.200.1 20 interface Ethernet1 20

These entries were not done by myself, and I would like to know what they are...but I am really hesitant to remove them because I didnt set them up.
Also, my plan is to host 7 sites on one server (2003 IIS 6.0) with multiple IP's (local 192.168.200.101-.108 --- external 216.187.200.226-.232 - no host headers) with one connection. Sites are set up and ready I just have to connect the internal IP with the external...So, that's the big picture and why I am having trouble. I'm still confused on why I cannot ping the new block of IP's and I am still convinced it has to do with my router. Any more help?
 
I'm still confused on why I cannot ping the new block of IP's and I am still convinced it has to do with my router.
!
interface Ethernet1
ip address 216.187.177.74 255.255.255.240

Exactly, It’s your router, Though your Natting

ip nat inside source static tcp 192.168.200.103 80 216.187.177.229 80 extendable
ip nat inside source static tcp 192.168.200.104 80 216.187.177.230 80 extendable
ip nat inside source static tcp 192.168.200.105 80 216.187.177.231 80 extendable
ip nat inside source static tcp 192.168.200.106 80 216.187.177.226 80 extendable
ip nat inside source static tcp 192.168.200.107 80 216.187.177.227 80 extendable
ip nat inside source static tcp 192.168.200.48 3389 216.187.177.70 3389 extendable
ip nat inside source static tcp 192.168.200.108 80 216.187.177.232 80 extendable
ip nat inside source static tcp 192.168.200.108 21 216.187.177.232 21 extendable
ip nat inside source static tcp 192.168.200.102 80 216.187.177.228 80 extendable

They don’t belong to the network on E1
These do
ip nat inside source static tcp 192.168.200.1 80 216.187.177.66 80 extendable
ip nat inside source static tcp 192.168.200.1 110 216.187.177.66 110 extendable
ip nat inside source static tcp 192.168.200.1 25 216.187.177.66 25 extendable
ip nat inside source static tcp 192.168.200.1 20 216.187.177.66 20 extendable
ip nat inside source static tcp 192.168.200.1 21 216.187.177.66 21 extendable
ip nat inside source static tcp 192.168.200.1 3389 216.187.177.66 3389 extendable
ip nat inside source static tcp 192.168.200.102 80 216.187.177.69 80 extendable
ip nat inside source static tcp 192.168.200.73 3389 216.187.177.73 3389 extendable
ip nat inside source static tcp 192.168.200.67 3389 216.187.177.67 3389 extendable
ip nat inside source static tcp 192.168.200.68 3389 216.187.177.68 3389 extendable
ip nat inside source static tcp 192.168.200.71 3389 216.187.177.71 3389 extendable
ip nat inside source static tcp 192.168.200.72 3389 216.187.177.72 3389 extendable
ip nat inside source static tcp 192.168.200.75 3389 216.187.177.75 3389 extendable
ip nat inside source static tcp 192.168.200.76 3389 216.187.177.76 3389 extendable
ip nat inside source static tcp 192.168.200.6 3389 216.187.177.77 3389 extendable
ip nat inside source static tcp 192.168.200.78 80 216.187.177.78 80 extendable
ip nat inside source static tcp 192.168.200.78 22 216.187.177.78 22 extendable
ip nat inside source static tcp 192.168.200.5 3389 216.187.177.74 3389 extendable

E1 has usable addresses in it’s network ranging from 216.187.177.65 – 216.187.177.78
Your 177.22x addresses don’t belong to this network. You need a bigger subnet. Is it possible the some of the other entries can be changed or are all of the current NAT translations useful?
 
All of the current IP's (and NATs) are being used for RDP for users who want to log on from home. So I need a bigger subnet? I guess I'm confused because I was assigned the new IP block and subnet to use for more web hosting. Can I use my router to run both subnets? And if I can run two subnets, how do I configure my router?
 
Secondary IP address on the interface... I'll check on your progress tomorrow.
 
Okay so I was on the right track because I did add a secondary IP 216.187.177.254 for the router to add a second subnet. Now, what else do you think I need to do to configure the IP's?

Here is my runnin-config revised


Building configuration...

Current configuration : 5098 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
no logging buffered
enable secret 5


!
username Router
ip subnet-zero
ip name-server 216.187.160.17
ip name-server 216.187.165.2
ip dhcp excluded-address 192.168.200.1
ip dhcp excluded-address 192.168.200.108
ip dhcp excluded-address 192.168.200.102
ip dhcp excluded-address 192.168.200.48
ip dhcp excluded-address 192.168.200.78
ip dhcp excluded-address 192.168.200.99
ip dhcp excluded-address 192.168.200.73
ip dhcp excluded-address 192.168.200.67
ip dhcp excluded-address 192.168.200.68
ip dhcp excluded-address 192.168.200.71
ip dhcp excluded-address 192.168.200.72
ip dhcp excluded-address 192.168.200.75
ip dhcp excluded-address 192.168.200.76
ip dhcp excluded-address 192.168.200.6
ip dhcp excluded-address 192.168.200.5
!
ip audit notify log
ip audit po max-events 100
!
!
!
interface Ethernet0
description CRWS Generated text. Please do not delete this:192.168.200.99-255.255.255.0
ip address 192.168.200.99 255.255.255.0
ip nat inside
no cdp enable
hold-queue 32 in
hold-queue 100 out
!
interface Ethernet1
ip address 216.187.177.254 255.255.255.224 secondary
ip address 216.187.177.74 255.255.255.240
ip nat outside
no cdp enable
!
ip nat inside source list 102 interface Ethernet1 overload
ip nat inside source static tcp 192.168.200.1 20 interface Ethernet1 20
ip nat inside source static tcp 192.168.200.99 23 interface Ethernet1 23
ip nat inside source static tcp 192.168.200.78 22 interface Ethernet1 22
ip nat inside source static tcp 192.168.200.48 3389 interface Ethernet1 3389
ip nat inside source static tcp 192.168.200.108 80 interface Ethernet1 80
ip nat inside source static tcp 192.168.200.108 21 interface Ethernet1 21
ip nat inside source static tcp 192.168.200.1 110 interface Ethernet1 110
ip nat inside source static tcp 192.168.200.1 25 interface Ethernet1 25
ip nat inside source static tcp 192.168.200.1 80 216.187.177.66 80 extendable
ip nat inside source static tcp 192.168.200.1 110 216.187.177.66 110 extendable
ip nat inside source static tcp 192.168.200.1 25 216.187.177.66 25 extendable
ip nat inside source static tcp 192.168.200.1 20 216.187.177.66 20 extendable
ip nat inside source static tcp 192.168.200.1 21 216.187.177.66 21 extendable
ip nat inside source static tcp 192.168.200.1 3389 216.187.177.66 3389 extendable
ip nat inside source static tcp 192.168.200.102 80 216.187.177.69 80 extendable
ip nat inside source static tcp 192.168.200.73 3389 216.187.177.73 3389 extendable
ip nat inside source static tcp 192.168.200.67 3389 216.187.177.67 3389 extendable
ip nat inside source static tcp 192.168.200.68 3389 216.187.177.68 3389 extendable
ip nat inside source static tcp 192.168.200.71 3389 216.187.177.71 3389 extendable
ip nat inside source static tcp 192.168.200.72 3389 216.187.177.72 3389 extendable
ip nat inside source static tcp 192.168.200.75 3389 216.187.177.75 3389 extendable
ip nat inside source static tcp 192.168.200.76 3389 216.187.177.76 3389 extendable
ip nat inside source static tcp 192.168.200.6 3389 216.187.177.77 3389 extendable
ip nat inside source static tcp 192.168.200.78 80 216.187.177.78 80 extendable
ip nat inside source static tcp 192.168.200.78 22 216.187.177.78 22 extendable
ip nat inside source static tcp 192.168.200.5 3389 216.187.177.74 3389 extendable
ip nat inside source static tcp 192.168.200.103 80 216.187.177.229 80 extendable
ip nat inside source static tcp 192.168.200.104 80 216.187.177.230 80 extendable
ip nat inside source static tcp 192.168.200.105 80 216.187.177.231 80 extendable
ip nat inside source static tcp 192.168.200.106 80 216.187.177.226 80 extendable
ip nat inside source static tcp 192.168.200.107 80 216.187.177.227 80 extendable
ip nat inside source static tcp 192.168.200.48 3389 216.187.177.70 3389 extendable
ip nat inside source static tcp 192.168.200.108 80 216.187.177.232 80 extendable
ip nat inside source static tcp 192.168.200.108 21 216.187.177.232 21 extendable
ip nat inside source static tcp 192.168.200.102 80 216.187.177.228 80 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 216.187.177.65
ip route 0.0.0.0 0.0.0.0 216.187.177.225
ip http server
ip pim bidir-enable
!
!
access-list 102 permit ip 192.168.200.0 0.0.0.255 any
no cdp run
banner login ^C Welcome ^C
banner motd ^CWelcome to the Wellington Technologies Cisco 806 router^C
!
line con 0
exec-timeout 120 0
stopbits 1
line vty 0 4
exec-timeout 120 0
password 7 0213097C190F5D
login local
length 0
!
scheduler max-task-time 5000
end



In the middle of typing this I went back to my hyperterminal console and it had timed out or something and it will not connect now...I rebooted the computer and the router and still nothing...geez I am jinxed!!! Help?

Mike
 
After a small coronary I fixed the prob w/ Hyperterminal...But I Still want to know how to add a second subnet to this 806 router. Big thanks to Ru55ell - when you are in town I am buying you a beer(s)!!!
 
Now that you added the secondary IP subnet to your interface, do a "show ip route" and verify that you see the route. Also, do a "ping 216.187.177.254" to make sure you can ping that IP (this is your router's IP out of the new subnet).

If you can ping that address, then you can add some additional NAT statements to enable your private webservers to look like the new subnet.
 
Cool, I will try that but I already have the NAT enabled...do I have to reenter the commands? Thanks 4 the help everyone!!
 
I can ping the web (external) Ip's!!! Now I just have to make IIS 6.0 play nice and publish to the web...anybody know the next step? I should be able to, because I have given the IP's to my ISP for their DNS lookups - Is there anything else I need to do so I can host some websites?
 
You might want to head over to the IIS forum for specific web server configuration, but you should be good on the routing side....

The NAT commands I referred to is just for adding additional translations to the new IP addresses.
 
I'm back guys with another question. I can ping my external and internal IP's from inside the network, but when I go home I cannot ping and the DNS does not resolve. I must have missed a setting or command somewhere, so can anyone find the mistake? Here is my running-config:

Building configuration...

Current configuration : 4997 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
no logging buffered
enable secret
!
username


ip subnet-zero
ip name-server 216.187.160.17
ip name-server 216.187.165.2
ip dhcp excluded-address 192.168.200.1
ip dhcp excluded-address 192.168.200.108
ip dhcp excluded-address 192.168.200.102
ip dhcp excluded-address 192.168.200.48
ip dhcp excluded-address 192.168.200.78
ip dhcp excluded-address 192.168.200.99
ip dhcp excluded-address 192.168.200.73
ip dhcp excluded-address 192.168.200.67
ip dhcp excluded-address 192.168.200.68
ip dhcp excluded-address 192.168.200.71
ip dhcp excluded-address 192.168.200.72
ip dhcp excluded-address 192.168.200.75
ip dhcp excluded-address 192.168.200.76
ip dhcp excluded-address 192.168.200.6
ip dhcp excluded-address 192.168.200.5
!
ip audit notify log
ip audit po max-events 100
!
!
!
interface Ethernet0
description CRWS Generated text. Please do not delete this:192.168.200.99-255.255.255.0
ip address 192.168.200.99 255.255.255.0
ip nat inside
no cdp enable
hold-queue 32 in
hold-queue 100 out
!
interface Ethernet1
ip address 216.187.177.254 255.255.255.224 secondary
ip address 216.187.177.74 255.255.255.240
ip nat outside
no cdp enable
!
ip nat inside source list 102 interface Ethernet1 overload
ip nat inside source static tcp 192.168.200.1 20 interface Ethernet1 20
ip nat inside source static tcp 192.168.200.99 23 interface Ethernet1 23
ip nat inside source static tcp 192.168.200.78 22 interface Ethernet1 22
ip nat inside source static tcp 192.168.200.48 3389 interface Ethernet1 3389
ip nat inside source static tcp 192.168.200.108 80 interface Ethernet1 80
ip nat inside source static tcp 192.168.200.108 21 interface Ethernet1 21
ip nat inside source static tcp 192.168.200.1 110 interface Ethernet1 110
ip nat inside source static tcp 192.168.200.1 25 interface Ethernet1 25
ip nat inside source static tcp 192.168.200.1 80 216.187.177.66 80 extendable
ip nat inside source static tcp 192.168.200.1 110 216.187.177.66 110 extendable
ip nat inside source static tcp 192.168.200.1 25 216.187.177.66 25 extendable
ip nat inside source static tcp 192.168.200.1 20 216.187.177.66 20 extendable
ip nat inside source static tcp 192.168.200.1 21 216.187.177.66 21 extendable
ip nat inside source static tcp 192.168.200.1 3389 216.187.177.66 3389 extendable
ip nat inside source static tcp 192.168.200.102 80 216.187.177.69 80 extendable
ip nat inside source static tcp 192.168.200.73 3389 216.187.177.73 3389 extendable
ip nat inside source static tcp 192.168.200.67 3389 216.187.177.67 3389 extendable
ip nat inside source static tcp 192.168.200.68 3389 216.187.177.68 3389 extendable
ip nat inside source static tcp 192.168.200.71 3389 216.187.177.71 3389 extendable
ip nat inside source static tcp 192.168.200.72 3389 216.187.177.72 3389 extendable
ip nat inside source static tcp 192.168.200.75 3389 216.187.177.75 3389 extendable
ip nat inside source static tcp 192.168.200.76 3389 216.187.177.76 3389 extendable
ip nat inside source static tcp 192.168.200.6 3389 216.187.177.77 3389 extendable
ip nat inside source static tcp 192.168.200.78 80 216.187.177.78 80 extendable
ip nat inside source static tcp 192.168.200.78 22 216.187.177.78 22 extendable
ip nat inside source static tcp 192.168.200.5 3389 216.187.177.74 3389 extendable
ip nat inside source static tcp 192.168.200.103 80 216.187.177.229 80 extendable
ip nat inside source static tcp 192.168.200.104 80 216.187.177.230 80 extendable
ip nat inside source static tcp 192.168.200.105 80 216.187.177.231 80 extendable
ip nat inside source static tcp 192.168.200.106 80 216.187.177.226 80 extendable
ip nat inside source static tcp 192.168.200.107 80 216.187.177.227 80 extendable
ip nat inside source static tcp 192.168.200.48 3389 216.187.177.70 3389 extendable
ip nat inside source static tcp 192.168.200.108 80 216.187.177.232 80 extendable
ip nat inside source static tcp 192.168.200.108 21 216.187.177.232 21 extendable
ip nat inside source static tcp 192.168.200.102 80 216.187.177.228 80 extendable
ip nat inside source static tcp 192.168.200.106 21 216.187.177.226 21 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 216.187.177.65
ip route 0.0.0.0 0.0.0.0 216.187.177.225
ip http server
ip pim bidir-enable
!
!
access-list 102 permit ip 192.168.200.0 0.0.0.255 any
no cdp run
banner login ^C Welcome ^C
banner motd ^CWelcome to the Wellington Technologies Cisco 806 router^C
!
line con 0
exec-timeout 120 0
stopbits 1
line vty 0 4
exec-timeout 120 0
password 7 0213097C190F5D
login local
length 0
!
scheduler max-task-time 5000
end


Thanks everyone for their help, it has been great!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top