PONTA DOS GANCHOS

De Wiki NOC
(Diferença entre revisões)
Linha 20: Linha 20:
'''eth0'''
'''eth0'''
-
<pre>
 
-
[root@rot ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
 
-
DEVICE=eth0
 
-
BOOTPROTO=static
 
-
#BOOTPROTO=dhcp
 
-
HWADDR=00:1C:C0:C3:F8:DD
 
-
ONBOOT=yes
 
-
IPADDR=192.168.2.1
 
-
NETMASK=255.255.255.0
 
-
[root@rot ~]# ifconfig eth0
+
[root@rot ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
-
eth0      Link encap:Ethernet  HWaddr 00:1C:C0:C3:F8:DD   
+
DEVICE=eth0
-
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0
+
BOOTPROTO=static
-
          inet6 addr: fe80::21c:c0ff:fec3:f8dd/64 Scope:Link
+
#BOOTPROTO=dhcp
-
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
+
HWADDR=00:1C:C0:C3:F8:DD
-
          RX packets:2558161 errors:0 dropped:0 overruns:0 frame:0
+
ONBOOT=yes
-
          TX packets:3783626 errors:0 dropped:0 overruns:0 carrier:0
+
IPADDR=192.168.2.1
-
          collisions:0 txqueuelen:1000  
+
NETMASK=255.255.255.0
-
          RX bytes:559694761 (533.7 MiB)  TX bytes:3792016191 (3.5 GiB)
+
 
-
          Interrupt:177 Base address:0x6000  
+
[root@rot src]# /sbin/route -n
-
</pre>
+
Kernel IP routing table
 +
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
 +
192.168.2.0    0.0.0.0        255.255.255.0  U    0      0        0 eth0
 +
192.168.1.0    192.168.2.200  255.255.255.0  UG    0      0        0 eth0
 +
10.1.1.0        0.0.0.0        255.255.255.0  U    0      0        0 eth1
 +
0.0.0.0        10.1.1.254      0.0.0.0        UG    0      0        0 eth1
 +
 
 +
[root@rot ~]# ifconfig eth0
 +
eth0      Link encap:Ethernet  HWaddr 00:1C:C0:C3:F8:DD   
 +
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0
 +
          inet6 addr: fe80::21c:c0ff:fec3:f8dd/64 Scope:Link
 +
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 +
          RX packets:2558161 errors:0 dropped:0 overruns:0 frame:0
 +
          TX packets:3783626 errors:0 dropped:0 overruns:0 carrier:0
 +
          collisions:0 txqueuelen:1000  
 +
          RX bytes:559694761 (533.7 MiB)  TX bytes:3792016191 (3.5 GiB)
 +
          Interrupt:177 Base address:0x6000  
'''eth1'''
'''eth1'''
-
<pre>
 
-
[root@rot ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth1
 
-
DEVICE=eth1
 
-
BOOTPROTO=static
 
-
#BOOTPROTO=dhcp
 
-
PEERDNS=no
 
-
ONBOOT=yes
 
-
IPADDR=192.168.1.1
 
-
NETMASK=255.255.255.0
 
-
GATEWAY=192.168.1.1
 
-
HWADDR=00:1A:3F:4A:53:9D
 
-
[root@rot ~]# ifconfig eth1
+
[root@rot ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth1
-
eth1      Link encap:Ethernet  HWaddr 00:1A:3F:4A:53:9D   
+
DEVICE=eth1
-
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
+
BOOTPROTO=static
-
          inet6 addr: fe80::21a:3fff:fe4a:539d/64 Scope:Link
+
#BOOTPROTO=dhcp
-
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
+
PEERDNS=no
-
          RX packets:2048364 errors:0 dropped:0 overruns:0 frame:0
+
ONBOOT=yes
-
          TX packets:1504227 errors:0 dropped:0 overruns:0 carrier:0
+
IPADDR=192.168.1.1
-
          collisions:0 txqueuelen:1000  
+
NETMASK=255.255.255.0
-
          RX bytes:1584775888 (1.4 GiB)  TX bytes:428325891 (408.4 MiB)
+
GATEWAY=192.168.1.1
-
          Interrupt:58 Base address:0x2000  
+
HWADDR=00:1A:3F:4A:53:9D
-
</pre>
+
 
 +
[root@rot ~]# ifconfig eth1
 +
eth1      Link encap:Ethernet  HWaddr 00:1A:3F:4A:53:9D   
 +
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
 +
          inet6 addr: fe80::21a:3fff:fe4a:539d/64 Scope:Link
 +
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 +
          RX packets:2048364 errors:0 dropped:0 overruns:0 frame:0
 +
          TX packets:1504227 errors:0 dropped:0 overruns:0 carrier:0
 +
          collisions:0 txqueuelen:1000  
 +
          RX bytes:1584775888 (1.4 GiB)  TX bytes:428325891 (408.4 MiB)
 +
          Interrupt:58 Base address:0x2000  
'''eth2'''
'''eth2'''
-
<pre>
 
-
[root@rot ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth2
 
-
DEVICE=eth2
 
-
BOOTPROTO=dhcp
 
-
ONBOOT=no
 
-
HWADDR=00:1A:3F:4A:6A:6B
 
-
[root@rot ~]# ifconfig eth2
+
[root@rot ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth2
-
eth2      Link encap:Ethernet  HWaddr 00:1A:3F:4A:6A:6B   
+
DEVICE=eth2
-
          BROADCAST MULTICAST  MTU:1500  Metric:1
+
BOOTPROTO=dhcp
-
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
+
ONBOOT=no
-
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
+
HWADDR=00:1A:3F:4A:6A:6B
-
          collisions:0 txqueuelen:1000  
+
 
-
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
+
 
-
          Interrupt:50 Base address:0x100  
+
[root@rot ~]# ifconfig eth2
-
</pre>
+
eth2      Link encap:Ethernet  HWaddr 00:1A:3F:4A:6A:6B   
 +
          BROADCAST MULTICAST  MTU:1500  Metric:1
 +
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 +
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
 +
          collisions:0 txqueuelen:1000  
 +
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
 +
          Interrupt:50 Base address:0x100  

Edição de 22h05min de 4 de outubro de 2012

Maquina Windows XP utilizada para acesso remoto quando o Opera não funciona no escritorio

200.215.37.66

Fileserver

aline, reservas123
marketing, ma*7723
marketing, ma*7723
print-ts, pr*2075
reservas, reservas123
virginia, vi*1099


Arquivo:Diagrama_pt.png


Configurações de rede

eth0

[root@rot ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
#BOOTPROTO=dhcp
HWADDR=00:1C:C0:C3:F8:DD
ONBOOT=yes
IPADDR=192.168.2.1
NETMASK=255.255.255.0
[root@rot src]# /sbin/route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
192.168.1.0     192.168.2.200   255.255.255.0   UG    0      0        0 eth0
10.1.1.0        0.0.0.0         255.255.255.0   U     0      0        0 eth1
0.0.0.0         10.1.1.254      0.0.0.0         UG    0      0        0 eth1
[root@rot ~]# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:1C:C0:C3:F8:DD  
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::21c:c0ff:fec3:f8dd/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2558161 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3783626 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:559694761 (533.7 MiB)  TX bytes:3792016191 (3.5 GiB)
          Interrupt:177 Base address:0x6000 


eth1

[root@rot ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
BOOTPROTO=static
#BOOTPROTO=dhcp
PEERDNS=no
ONBOOT=yes
IPADDR=192.168.1.1
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
HWADDR=00:1A:3F:4A:53:9D
[root@rot ~]# ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 00:1A:3F:4A:53:9D  
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::21a:3fff:fe4a:539d/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2048364 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1504227 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1584775888 (1.4 GiB)  TX bytes:428325891 (408.4 MiB)
          Interrupt:58 Base address:0x2000 


eth2

[root@rot ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth2
DEVICE=eth2
BOOTPROTO=dhcp
ONBOOT=no
HWADDR=00:1A:3F:4A:6A:6B 


[root@rot ~]# ifconfig eth2
eth2      Link encap:Ethernet  HWaddr 00:1A:3F:4A:6A:6B  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:50 Base address:0x100 


Modem GVT

Ponta dos Ganchos Empresa de Turismo LTDA
CNPJ 10.304.667/0001-31
ADSL Operadora GVT
Numero:
Suporte: 10325
Modem Sagemcom
Login: admin
Senha: gvt25
Interesting ports on 192.168.1.1:
MAC Address: 7C:03:4C:27:35:20 (Sagemcom) (Conectado a eth0 do firewall)
Too many fingerprints match this host to give specific OS details

Nmap finished: 1 IP address (1 host up) scanned in 42.786 seconds


Circuitos

TERM/CONT 0430186: CIRCUITO DO DDR

TERM/CONT 0495209: INTERLAN 512 KBPS (escritório Florianópolis)

TERM/CONT 0494475: INTERLAN 512 KBPS

TERM/CONT 0483400: IP DEDICADO 1 MBPS

TERM/CONT 0494478: ROTEADOR (sem custo)


Modem XDSL - Operadora OI

Suporte OI: 0800-6414040
6X5 Emp. Turismo LTDA
CNPJ 02.880.567/0001-25


Circuito       Finalidade           Local
0495209 	VPN (INTERLAN)       Sta Monica: 192.168.2.200 / 10.10.10.6
                                    Ganchos: 192.168.1.200 / 10.10.10.5


Modem Alcatel Speedtouch Pro
Login: keycode&senh@2001
Senha: keycode&senh@01
Interesting ports on 192.168.2.200:
Not shown: 1676 closed ports
PORT     STATE SERVICE
21/tcp   open  ftp
23/tcp   open  telnet
80/tcp   open  http
1723/tcp open  pptp
MAC Address: 00:90:D0:1C:9B:A0 (Thomson Telecom Belgium) (Conectado ao switch porta 12)
Device type: broadband router
Running: Alcatel embedded
OS details: Alcatel Speed Touch *DSL modem/router
Uptime 1.289 days (since Wed Jul 20 09:02:25 2011)


Roteador Wireless

Interesting ports on 192.168.2.205:
Not shown: 1675 closed ports
PORT     STATE SERVICE
7/tcp    open  echo
80/tcp   open  http
515/tcp  open  printer
8080/tcp open  http-proxy
9100/tcp open  jetdirect
MAC Address: F4:CE:46:4E:73:A6 (Unknown)
Ferramentas pessoais