\n \n );\n}\n\nFooterLinks.propTypes = {\n classes: PropTypes.object.isRequired,\n};\n\nexport default withStyles(styles)(FooterLinks);","import React from 'react'\nimport PropTypes from 'prop-types'\n\nimport { Player } from 'video-react'\n\nimport { withStyles } from '@material-ui/core/styles'\nimport Paper from '@material-ui/core/Paper'\nimport Grid from '@material-ui/core/Grid'\n\nimport ExternalLink from '@material-ui/icons/Launch'\nimport { OutboundLink } from 'gatsby-plugin-google-analytics'\n\n\nrequire('./../../../assets/styles/video.css')\n\nconst styles = {\n cardstyle: {\n padding: 5,\n },\n figcaption: {\n padding: 5\n },\n icon: {\n fontSize: 16,\n },\n};\n\nfunction VideoCard(props) {\n const { classes } = props;\n return (\n \n \n \n \n \n \n
\n
Portweiterleitung bei einem Netgear Router. Auf Youtube ansehen
\n
\n \n \n \n );\n}\n\nVideoCard.propTypes = {\n classes: PropTypes.object.isRequired,\n}\n\nexport default withStyles(styles)(VideoCard)","import React from \"react\"\n\nimport FTPServer from \"../../../../../components/Internet_Access/Videos/video-port-forwarding-netgear\"\n\nimport SEOHelmet from '../../../../../components/Layout/SEOHelmet'\nimport Footer from \"../../../../../components/Layout/footer\"\n\nconst seodata = {\n title: 'Netgear Port Forwarding',\n description: 'Do access your camera over its DDNS address, you first have to set up your router to forward a port to your camera´s address.',\n image: '/images/Search/IA_SearchThumb_Portforwarding_Netgear.png'\n}\n\nexport default (props) => (\n \n \n